Home
last modified time | relevance | path

Searched defs:Ty (Results 1 – 25 of 264) sorted by relevance

1234567891011

/external/clang/test/Misc/
Dinteger-literal-printing.cpp15 template <> struct Type3Helper<boolTy::b> { typedef boolTy Ty; }; typedef
24 template <> struct Type4Helper<charTy::c> { typedef charTy Ty; }; typedef
32 template <> struct Type5Helper<scharTy::c> { typedef scharTy Ty; }; typedef
40 template <> struct Type6Helper<ucharTy::c> { typedef ucharTy Ty; }; typedef
48 template <> struct Type7Helper<wcharTy::c> { typedef wcharTy Ty; }; typedef
56 template <> struct Type8Helper<char16Ty::c> { typedef char16Ty Ty; }; typedef
64 template <> struct Type9Helper<char32Ty::c> { typedef char32Ty Ty; }; typedef
/external/llvm/lib/IR/
DConstants.cpp133 Constant *Constant::getNullValue(Type *Ty) { in getNullValue()
168 Constant *Constant::getIntegerValue(Type *Ty, const APInt &V) { in getIntegerValue()
185 Constant *Constant::getAllOnesValue(Type *Ty) { in getAllOnesValue()
469 ConstantInt::ConstantInt(IntegerType *Ty, const APInt& V) in ConstantInt()
488 Constant *ConstantInt::getTrue(Type *Ty) { in getTrue()
500 Constant *ConstantInt::getFalse(Type *Ty) { in getFalse()
528 Constant *ConstantInt::get(Type *Ty, uint64_t V, bool isSigned) { in get()
538 ConstantInt *ConstantInt::get(IntegerType *Ty, uint64_t V, in get()
543 ConstantInt *ConstantInt::getSigned(IntegerType *Ty, int64_t V) { in getSigned()
547 Constant *ConstantInt::getSigned(Type *Ty, int64_t V) { in getSigned()
[all …]
DGlobals.cpp131 GlobalVariable::GlobalVariable(Type *Ty, bool constant, LinkageTypes Link, in GlobalVariable()
150 GlobalVariable::GlobalVariable(Module &M, Type *Ty, bool constant, in GlobalVariable()
240 GlobalAlias::GlobalAlias(Type *Ty, unsigned AddressSpace, LinkageTypes Link, in GlobalAlias()
252 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace, in create()
258 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace, in create()
264 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace, in create()
DDIBuilder.cpp362 DIDerivedType DIBuilder::createTypedef(DIType Ty, StringRef Name, DIFile File, in createTypedef()
381 DIDerivedType DIBuilder::createFriend(DIType Ty, DIType FriendTy) { in createFriend()
402 DIDerivedType DIBuilder::createInheritance(DIType Ty, DIType BaseTy, in createInheritance()
428 DIType Ty) { in createMemberType()
450 DIType Ty, unsigned Flags, in createStaticMemberType()
475 uint64_t OffsetInBits, unsigned Flags, DIType Ty, in createObjCIVar()
505 DIType Ty, MDNode *PropertyNode) { in createObjCIVar()
528 unsigned PropertyAttributes, DIType Ty) { in createObjCProperty()
546 DIType Ty, MDNode *File, unsigned LineNo, in createTemplateTypeParameter()
562 StringRef Name, DIType Ty, in createTemplateValueParameter()
[all …]
DInlineAsm.cpp28 InlineAsm *InlineAsm::get(FunctionType *Ty, StringRef AsmString, in get()
37 InlineAsm::InlineAsm(PointerType *Ty, const std::string &asmString, in InlineAsm()
236 bool InlineAsm::Verify(FunctionType *Ty, StringRef ConstStr) { in Verify()
DConstantFold.cpp59 Type *Ty = IntegerType::get(CV->getContext(), 32); in BitCastConstantVector() local
337 static Constant *getFoldedSizeOf(Type *Ty, Type *DestTy, in getFoldedSizeOf()
394 static Constant *getFoldedAlignOf(Type *Ty, Type *DestTy, in getFoldedAlignOf()
460 static Constant *getFoldedOffsetOf(Type *Ty, Constant *FieldNo, in getFoldedOffsetOf()
559 Type *Ty = IntegerType::get(V->getContext(), 32); in ConstantFoldCastInstruction() local
616 Type *Ty = in ConstantFoldCastInstruction() local
709 Type *Ty = IntegerType::get(CondV->getContext(), 32); in ConstantFoldSelectInstruction() local
783 Type *Ty = IntegerType::get(Val->getContext(), 32); in ConstantFoldInsertElementInstruction() local
825 Type *Ty = IntegerType::get(V2->getContext(), 32); in ConstantFoldShuffleVectorInstruction() local
830 Type *Ty = IntegerType::get(V1->getContext(), 32); in ConstantFoldShuffleVectorInstruction() local
[all …]
DInstructions.cpp834 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, in AllocaInst()
843 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, in AllocaInst()
852 AllocaInst::AllocaInst(Type *Ty, const Twine &Name, in AllocaInst()
861 AllocaInst::AllocaInst(Type *Ty, const Twine &Name, in AllocaInst()
870 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, unsigned Align, in AllocaInst()
879 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, unsigned Align, in AllocaInst()
1745 Type *Ty, const Twine &Name, in BinaryOperator()
1758 Type *Ty, const Twine &Name, in BinaryOperator()
2375 CastInst *CastInst::Create(Instruction::CastOps op, Value *S, Type *Ty, in Create()
2397 CastInst *CastInst::Create(Instruction::CastOps op, Value *S, Type *Ty, in Create()
[all …]
DValueTypes.cpp247 MVT MVT::getVT(Type *Ty, bool HandleUnknown){ in getVT()
275 EVT EVT::getEVT(Type *Ty, bool HandleUnknown){ in getEVT()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp55 GenericValue Src2, Type *Ty) { in executeFAddInst()
66 GenericValue Src2, Type *Ty) { in executeFSubInst()
77 GenericValue Src2, Type *Ty) { in executeFMulInst()
88 GenericValue Src2, Type *Ty) { in executeFDivInst()
99 GenericValue Src2, Type *Ty) { in executeFRemInst()
138 Type *Ty) { in executeICMP_EQ()
152 Type *Ty) { in executeICMP_NE()
166 Type *Ty) { in executeICMP_ULT()
180 Type *Ty) { in executeICMP_SLT()
194 Type *Ty) { in executeICMP_UGT()
[all …]
/external/llvm/lib/Target/
DTarget.cpp93 unsigned long long LLVMSizeOfTypeInBits(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMSizeOfTypeInBits()
97 unsigned long long LLVMStoreSizeOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMStoreSizeOfType()
101 unsigned long long LLVMABISizeOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMABISizeOfType()
105 unsigned LLVMABIAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMABIAlignmentOfType()
109 unsigned LLVMCallFrameAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMCallFrameAlignmentOfType()
113 unsigned LLVMPreferredAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMPreferredAlignmentOfType()
/external/clang/lib/Analysis/
DBodyFarm.cpp28 static bool isDispatchBlock(QualType Ty) { in isDispatchBlock()
89 QualType Ty) { in makeAssignment()
124 UnaryOperator *ASTMaker::makeDereference(const Expr *Arg, QualType Ty) { in makeDereference()
129 ImplicitCastExpr *ASTMaker::makeLvalueToRvalue(const Expr *Arg, QualType Ty) { in makeLvalueToRvalue()
134 Expr *ASTMaker::makeIntegralCast(const Expr *Arg, QualType Ty) { in makeIntegralCast()
148 QualType Ty = C.getBOOLDecl() ? C.getBOOLType() : C.ObjCBuiltinBoolTy; in makeObjCBool() local
190 QualType Ty = Block->getType(); in create_dispatch_once() local
258 QualType Ty = PV->getType(); in create_dispatch_sync() local
/external/clang/lib/AST/
DMangleNumberingContext.cpp36 const Type *Ty = nullptr; in getManglingNumber() local
43 const Type *Ty = nullptr; in getStaticLocalNumber() local
/external/llvm/include/llvm/IR/
DInstrTypes.h40 : Instruction(Ty, iType, Ops, NumOps, InsertBefore) {} in Instruction() argument
42 TerminatorInst(Type *Ty, Instruction::TermOps iType, in TerminatorInst()
98 UnaryInstruction(Type *Ty, unsigned iType, Value *V, BasicBlock *IAE) in UnaryInstruction()
DDataLayout.h324 unsigned getPointerTypeSize(Type *Ty) const { in getPointerTypeSize()
353 uint64_t getTypeStoreSize(Type *Ty) const { in getTypeStoreSize()
360 uint64_t getTypeStoreSizeInBits(Type *Ty) const { in getTypeStoreSizeInBits()
368 uint64_t getTypeAllocSize(Type *Ty) const { in getTypeAllocSize()
377 uint64_t getTypeAllocSizeInBits(Type *Ty) const { in getTypeAllocSizeInBits()
522 inline uint64_t DataLayout::getTypeSizeInBits(Type *Ty) const { in getTypeSizeInBits()
/external/llvm/bindings/ocaml/target/
Dtarget_ocaml.c131 CAMLprim value llvm_datalayout_size_in_bits(LLVMTypeRef Ty, value DL) { in llvm_datalayout_size_in_bits()
136 CAMLprim value llvm_datalayout_store_size(LLVMTypeRef Ty, value DL) { in llvm_datalayout_store_size()
141 CAMLprim value llvm_datalayout_abi_size(LLVMTypeRef Ty, value DL) { in llvm_datalayout_abi_size()
146 CAMLprim value llvm_datalayout_abi_align(LLVMTypeRef Ty, value DL) { in llvm_datalayout_abi_align()
151 CAMLprim value llvm_datalayout_stack_align(LLVMTypeRef Ty, value DL) { in llvm_datalayout_stack_align()
156 CAMLprim value llvm_datalayout_preferred_align(LLVMTypeRef Ty, value DL) { in llvm_datalayout_preferred_align()
167 CAMLprim value llvm_datalayout_element_at_offset(LLVMTypeRef Ty, value Offset, in llvm_datalayout_element_at_offset()
174 CAMLprim value llvm_datalayout_offset_of_element(LLVMTypeRef Ty, value Index, in llvm_datalayout_offset_of_element()
/external/clang/lib/CodeGen/
DCodeGenABITypes.cpp47 CodeGenABITypes::arrangeFreeFunctionType(CanQual<FunctionProtoType> Ty) { in arrangeFreeFunctionType()
52 CodeGenABITypes::arrangeFreeFunctionType(CanQual<FunctionNoProtoType> Ty) { in arrangeFreeFunctionType()
DCGDebugInfo.cpp509 llvm::DIType CGDebugInfo::CreateType(const ComplexType *Ty) { in CreateType()
525 llvm::DIType CGDebugInfo::CreateQualifiedType(QualType Ty, llvm::DIFile Unit) { in CreateQualifiedType()
560 llvm::DIType CGDebugInfo::CreateType(const ObjCObjectPointerType *Ty, in CreateType()
575 llvm::DIType CGDebugInfo::CreateType(const PointerType *Ty, in CreateType()
584 getUniqueTagTypeName(const TagType *Ty, CodeGenModule &CGM, in getUniqueTagTypeName()
607 CGDebugInfo::getOrCreateRecordFwdDecl(const RecordType *Ty, in getOrCreateRecordFwdDecl()
635 const Type *Ty, in CreatePointerLikeType()
664 llvm::DIType CGDebugInfo::CreateType(const BlockPointerType *Ty, in CreateType()
726 llvm::DIType CGDebugInfo::CreateType(const TemplateSpecializationType *Ty, llvm::DIFile Unit) { in CreateType()
751 llvm::DIType CGDebugInfo::CreateType(const TypedefType *Ty, llvm::DIFile Unit) { in CreateType()
[all …]
/external/llvm/bindings/ocaml/executionengine/
Dexecutionengine_ocaml.c90 CAMLprim value llvm_genericvalue_of_float(LLVMTypeRef Ty, value N) { in llvm_genericvalue_of_float()
103 CAMLprim value llvm_genericvalue_of_int(LLVMTypeRef Ty, value Int) { in llvm_genericvalue_of_int()
108 CAMLprim value llvm_genericvalue_of_int32(LLVMTypeRef Ty, value Int32) { in llvm_genericvalue_of_int32()
115 CAMLprim value llvm_genericvalue_of_nativeint(LLVMTypeRef Ty, value NatInt) { in llvm_genericvalue_of_nativeint()
122 CAMLprim value llvm_genericvalue_of_int64(LLVMTypeRef Ty, value Int64) { in llvm_genericvalue_of_int64()
129 CAMLprim value llvm_genericvalue_as_float(LLVMTypeRef Ty, value GenVal) { in llvm_genericvalue_as_float()
/external/clang/lib/Frontend/
DInitPreprocessor.cpp193 static void DefineTypeSize(const Twine &MacroName, TargetInfo::IntType Ty, in DefineTypeSize()
199 static void DefineType(const Twine &MacroName, TargetInfo::IntType Ty, in DefineType()
204 static void DefineTypeWidth(StringRef MacroName, TargetInfo::IntType Ty, in DefineTypeWidth()
215 static void DefineExactWidthIntType(TargetInfo::IntType Ty, in DefineExactWidthIntType()
236 static void DefineExactWidthIntTypeSize(TargetInfo::IntType Ty, in DefineExactWidthIntTypeSize()
254 TargetInfo::IntType Ty = TI.getLeastIntTypeByWidth(TypeWidth, IsSigned); in DefineLeastWidthIntType() local
267 TargetInfo::IntType Ty = TI.getLeastIntTypeByWidth(TypeWidth, IsSigned); in DefineFastIntType() local
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp34 Value *SCEVExpander::ReuseOrCreateCast(Value *V, Type *Ty, in ReuseOrCreateCast()
88 Value *SCEVExpander::InsertNoopCastOfTo(Value *V, Type *Ty) { in InsertNoopCastOfTo()
306 Type *Ty, in SimplifyAddOperands()
335 Type *Ty, in SplitAddRecs()
394 Type *Ty, in expandAddToGEP()
703 Type *Ty = SE.getEffectiveSCEVType(S->getType()); in visitAddExpr() local
774 Type *Ty = SE.getEffectiveSCEVType(S->getType()); in visitMulExpr() local
816 Type *Ty = SE.getEffectiveSCEVType(S->getType()); in visitUDivExpr() local
1372 Type *Ty = SE.getEffectiveSCEVType(S->getType()); in visitAddRecExpr() local
1504 Type *Ty = SE.getEffectiveSCEVType(S->getType()); in visitTruncateExpr() local
[all …]
/external/clang/lib/Parse/
DParseExpr.cpp793 TypeResult Ty = Actions.ActOnTypeName(getCurScope(), in ParseCastExpression() local
961 TypeResult Ty = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseCastExpression() local
1706 TypeResult Ty = ParseTypeName(); in ParseBuiltinPrimaryExpression() local
1721 TypeResult Ty = ParseTypeName(); in ParseBuiltinPrimaryExpression() local
2001 TypeResult Ty = ParseTypeName(); in ParseParenExpression() local
2042 TypeResult Ty; in ParseParenExpression() local
2057 TypeResult Ty; in ParseParenExpression() local
2074 TypeResult Ty; in ParseParenExpression() local
2153 Parser::ParseCompoundLiteralExpression(ParsedType Ty, in ParseCompoundLiteralExpression()
2236 ParsedType Ty; in ParseGenericSelectionExpression() local
/external/llvm/lib/CodeGen/
DBasicTargetTransformInfo.cpp148 bool BasicTTI::isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, in isLegalAddressingMode()
159 int BasicTTI::getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, in getScalingFactorCost()
262 unsigned BasicTTI::getScalarizationOverhead(Type *Ty, bool Insert, in getScalarizationOverhead()
289 unsigned BasicTTI::getArithmeticInstrCost(unsigned Opcode, Type *Ty, in getArithmeticInstrCost()
624 unsigned BasicTTI::getAddressComputationCost(Type *Ty, bool IsComplex) const { in getAddressComputationCost()
628 unsigned BasicTTI::getReductionCost(unsigned Opcode, Type *Ty, in getReductionCost()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.h261 Value *getFnValueByID(unsigned ID, Type *Ty) { in getFnValueByID()
304 unsigned InstNum, Type *Ty, Value *&ResVal) { in popValue()
314 unsigned InstNum, Type *Ty, Value *&ResVal) { in getValue()
322 unsigned InstNum, Type *Ty) { in getValue()
333 unsigned InstNum, Type *Ty) { in getValueSigned()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c216 CAMLprim value llvm_classify_type(LLVMTypeRef Ty) { in llvm_classify_type()
220 CAMLprim value llvm_type_is_sized(LLVMTypeRef Ty) { in llvm_type_is_sized()
225 CAMLprim LLVMContextRef llvm_type_context(LLVMTypeRef Ty) { in llvm_type_context()
358 CAMLprim value llvm_struct_set_body(LLVMTypeRef Ty, in llvm_struct_set_body()
367 CAMLprim value llvm_struct_name(LLVMTypeRef Ty) in llvm_struct_name()
455 LLVMTypeRef Ty = LLVMGetTypeByName(M, String_val(Name)); in llvm_type_by_name() local
768 CAMLprim LLVMValueRef llvm_const_named_struct(LLVMTypeRef Ty, value ElementVals) { in llvm_const_named_struct()
857 CAMLprim LLVMValueRef llvm_const_inline_asm(LLVMTypeRef Ty, value Asm, in llvm_const_inline_asm()
969 CAMLprim LLVMValueRef llvm_declare_qualified_global(LLVMTypeRef Ty, value Name, in llvm_declare_qualified_global()
1085 CAMLprim LLVMValueRef llvm_add_alias(LLVMModuleRef M, LLVMTypeRef Ty, in llvm_add_alias()
[all …]
/external/llvm/include/llvm/Target/
DCostTable.h31 CompareTy Ty) { in CostTableLookup()
43 CompareTy Ty) { in CostTableLookup()

1234567891011