Home
last modified time | relevance | path

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

12345678

/external/llvm/bindings/ocaml/target/
Dtarget_ocaml.c42 LLVMTypeRef Ty) { in llvm_targetdata_invalidate_struct_layout()
64 CAMLprim value llvm_size_in_bits(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in llvm_size_in_bits()
69 CAMLprim value llvm_store_size(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in llvm_store_size()
74 CAMLprim value llvm_abi_size(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in llvm_abi_size()
79 CAMLprim value llvm_abi_align(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in llvm_abi_align()
84 CAMLprim value llvm_stack_align(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in llvm_stack_align()
89 CAMLprim value llvm_preferred_align(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in llvm_preferred_align()
100 CAMLprim value llvm_element_at_offset(LLVMTargetDataRef TD, LLVMTypeRef Ty, in llvm_element_at_offset()
106 CAMLprim value llvm_offset_of_element(LLVMTargetDataRef TD, LLVMTypeRef Ty, in llvm_offset_of_element()
/external/llvm/lib/Target/
DTarget.cpp59 unsigned long long LLVMSizeOfTypeInBits(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMSizeOfTypeInBits()
63 unsigned long long LLVMStoreSizeOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMStoreSizeOfType()
67 unsigned long long LLVMABISizeOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMABISizeOfType()
71 unsigned LLVMABIAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMABIAlignmentOfType()
75 unsigned LLVMCallFrameAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMCallFrameAlignmentOfType()
79 unsigned LLVMPreferredAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMPreferredAlignmentOfType()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp54 GenericValue Src2, Type *Ty) { in executeFAddInst()
65 GenericValue Src2, Type *Ty) { in executeFSubInst()
76 GenericValue Src2, Type *Ty) { in executeFMulInst()
87 GenericValue Src2, Type *Ty) { in executeFDivInst()
98 GenericValue Src2, Type *Ty) { in executeFRemInst()
128 Type *Ty) { in executeICMP_EQ()
141 Type *Ty) { in executeICMP_NE()
154 Type *Ty) { in executeICMP_ULT()
167 Type *Ty) { in executeICMP_SLT()
180 Type *Ty) { in executeICMP_UGT()
[all …]
/external/llvm/lib/VMCore/
DConstants.cpp66 Constant *Constant::getNullValue(Type *Ty) { in getNullValue()
98 Constant *Constant::getIntegerValue(Type *Ty, const APInt &V) { in getIntegerValue()
115 Constant *Constant::getAllOnesValue(Type *Ty) { in getAllOnesValue()
346 ConstantInt::ConstantInt(IntegerType *Ty, const APInt& V) in ConstantInt()
365 Constant *ConstantInt::getTrue(Type *Ty) { in getTrue()
378 Constant *ConstantInt::getFalse(Type *Ty) { in getFalse()
407 Constant *ConstantInt::get(Type *Ty, uint64_t V, bool isSigned) { in get()
418 ConstantInt* ConstantInt::get(IntegerType* Ty, uint64_t V, in get()
423 ConstantInt* ConstantInt::getSigned(IntegerType* Ty, int64_t V) { in getSigned()
427 Constant *ConstantInt::getSigned(Type *Ty, int64_t V) { in getSigned()
[all …]
DInstructions.cpp695 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, in AllocaInst()
704 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, in AllocaInst()
713 AllocaInst::AllocaInst(Type *Ty, const Twine &Name, in AllocaInst()
722 AllocaInst::AllocaInst(Type *Ty, const Twine &Name, in AllocaInst()
731 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, unsigned Align, in AllocaInst()
740 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, unsigned Align, in AllocaInst()
1416 Type *Ty, const Twine &Name, in BinaryOperator()
1429 Type *Ty, const Twine &Name, in BinaryOperator()
1970 CastInst *CastInst::Create(Instruction::CastOps op, Value *S, Type *Ty, in Create()
1993 CastInst *CastInst::Create(Instruction::CastOps op, Value *S, Type *Ty, in Create()
[all …]
DInlineAsm.cpp28 InlineAsm *InlineAsm::get(FunctionType *Ty, StringRef AsmString, in get()
36 InlineAsm::InlineAsm(PointerType *Ty, const std::string &asmString, in InlineAsm()
245 bool InlineAsm::Verify(FunctionType *Ty, StringRef ConstStr) { in Verify()
DGlobals.cpp83 GlobalVariable::GlobalVariable(Type *Ty, bool constant, LinkageTypes Link, in GlobalVariable()
100 GlobalVariable::GlobalVariable(Module &M, Type *Ty, bool constant, in GlobalVariable()
189 GlobalAlias::GlobalAlias(Type *Ty, LinkageTypes Link, in GlobalAlias()
DModule.cpp152 FunctionType *Ty, in getOrInsertFunction()
185 FunctionType *Ty, in getOrInsertTargetIntrinsic()
202 FunctionType *Ty) { in getOrInsertFunction()
282 Constant *Module::getOrInsertGlobal(StringRef Name, Type *Ty) { in getOrInsertGlobal()
497 void incorporateType(Type *Ty) { in incorporateType()
/external/clang/lib/AST/
DASTDiagnostic.cpp28 const Type *Ty = QC.strip(QT); in Desugar() local
115 if (const PointerType *Ty = QT->getAs<PointerType>()) { in Desugar() local
118 } else if (const LValueReferenceType *Ty = QT->getAs<LValueReferenceType>()) { in Desugar() local
121 } else if (const RValueReferenceType *Ty = QT->getAs<RValueReferenceType>()) { in Desugar() local
154 ConvertTypeToDiagnosticString(ASTContext &Context, QualType Ty, in ConvertTypeToDiagnosticString()
243 QualType Ty(QualType::getFromOpaquePtr(reinterpret_cast<void*>(Val))); in FormatASTNodeDiagnosticArgument() local
/external/clang/lib/CodeGen/
DCGRTTI.cpp117 RTTIBuilder::GetAddrOfTypeName(QualType Ty, in GetAddrOfTypeName()
138 llvm::Constant *RTTIBuilder::GetAddrOfExternalRTTIDescriptor(QualType Ty) { in GetAddrOfExternalRTTIDescriptor()
160 static bool TypeInfoIsInStandardLibrary(const BuiltinType *Ty) { in TypeInfoIsInStandardLibrary()
231 static bool IsStandardLibraryRTTIDescriptor(QualType Ty) { in IsStandardLibraryRTTIDescriptor()
248 static bool ShouldUseExternalRTTIDescriptor(CodeGenModule &CGM, QualType Ty) { in ShouldUseExternalRTTIDescriptor()
284 static bool ContainsIncompleteClassType(QualType Ty) { in ContainsIncompleteClassType()
309 getTypeInfoLinkage(CodeGenModule &CGM, QualType Ty) { in getTypeInfoLinkage()
376 void RTTIBuilder::BuildVTablePointer(const Type *Ty) { in BuildVTablePointer()
515 QualType Ty) { in maybeUpdateRTTILinkage()
547 llvm::Constant *RTTIBuilder::BuildTypeInfo(QualType Ty, bool Force) { in BuildTypeInfo()
[all …]
DCGCXX.cpp299 llvm::Value *This, llvm::Type *Ty) { in BuildVirtualCall()
310 llvm::Type *Ty) { in BuildVirtualCall()
323 llvm::Type *Ty) { in BuildAppleKextVirtualCall()
369 llvm::Type *Ty in BuildAppleKextVirtualDestructorCall() local
390 llvm::Value *This, llvm::Type *Ty) { in BuildVirtualCall()
DCGDebugInfo.cpp73 llvm::DIType Ty = getOrCreateType(CGM.getContext().getTypeDeclType(RDecl), in getContextDescriptor() local
370 llvm::DIType CGDebugInfo::CreateType(const ComplexType *Ty) { in CreateType()
386 llvm::DIType CGDebugInfo::CreateQualifiedType(QualType Ty, llvm::DIFile Unit) { in CreateQualifiedType()
421 llvm::DIType CGDebugInfo::CreateType(const ObjCObjectPointerType *Ty, in CreateType()
429 llvm::DIType CGDebugInfo::CreateType(const PointerType *Ty, in CreateType()
469 const Type *Ty, in CreatePointerLikeType()
487 llvm::DIType CGDebugInfo::CreateType(const BlockPointerType *Ty, in CreateType()
550 llvm::DIType CGDebugInfo::CreateType(const TypedefType *Ty, in CreateType()
568 llvm::DIType CGDebugInfo::CreateType(const FunctionType *Ty, in CreateType()
982 llvm::DIType CGDebugInfo::CreateType(const RecordType *Ty) { in CreateType()
[all …]
DTargetInfo.cpp65 if (llvm::Type *Ty = getCoerceToType()) in dump() local
239 static bool is32Or64BitBasicType(QualType Ty, ASTContext &Context) { in is32Or64BitBasicType()
258 static bool canExpandIndirectArgument(QualType Ty, ASTContext &Context) { in canExpandIndirectArgument()
317 llvm::Value *DefaultABIInfo::EmitVAArg(llvm::Value *VAListAddr, QualType Ty, in EmitVAArg()
361 llvm::Type* Ty) { in X86AdjustInlineAsmType()
442 bool X86_32ABIInfo::shouldReturnTypeInRegister(QualType Ty, in shouldReturnTypeInRegister()
598 static bool isRecordWithSSEVectorType(ASTContext &Context, QualType Ty) { in isRecordWithSSEVectorType()
625 unsigned X86_32ABIInfo::getTypeStackAlignInBytes(QualType Ty, in getTypeStackAlignInBytes()
645 ABIArgInfo X86_32ABIInfo::getIndirectResult(QualType Ty, bool ByVal) const { in getIndirectResult()
725 llvm::Value *X86_32ABIInfo::EmitVAArg(llvm::Value *VAListAddr, QualType Ty, in EmitVAArg()
[all …]
DCodeGenTypes.h165 const FunctionType *Ty) { in getFunctionInfo()
228 bool isRecordBeingLaidOut(const Type *Ty) const { in isRecordBeingLaidOut()
DCodeGenTypes.cpp49 llvm::StructType *Ty, in addRecordTypeName()
192 bool CodeGenTypes::isFuncTypeArgumentConvertible(QualType Ty) { in isFuncTypeArgumentConvertible()
284 const Type *Ty = T.getTypePtr(); in ConvertType() local
565 llvm::StructType *Ty = Entry; in ConvertRecordDeclType() local
/external/llvm/lib/Analysis/
DDIBuilder.cpp162 DIType DIBuilder::createTypedef(DIType Ty, StringRef Name, DIFile File, in createTypedef()
182 DIType DIBuilder::createFriend(DIType Ty, DIType FriendTy) { in createFriend()
203 DIType DIBuilder::createInheritance(DIType Ty, DIType BaseTy, in createInheritance()
226 DIType Ty) { in createMemberType()
249 DIType Ty, StringRef PropertyName, in createObjCIVar()
303 DIType Ty, MDNode *File, unsigned LineNo, in createTemplateTypeParameter()
321 DIType Ty, uint64_t Val, in createTemplateValueParameter()
438 DIType Ty, DIArray Subscripts) { in createArrayType()
460 DIType Ty, DIArray Subscripts) { in createVectorType()
481 DIType DIBuilder::createArtificialType(DIType Ty) { in createArtificialType()
[all …]
DScalarEvolutionExpander.cpp29 Value *SCEVExpander::ReuseOrCreateCast(Value *V, Type *Ty, in ReuseOrCreateCast()
65 Value *SCEVExpander::InsertNoopCastOfTo(Value *V, Type *Ty) { in InsertNoopCastOfTo()
280 Type *Ty, in SimplifyAddOperands()
309 Type *Ty, in SplitAddRecs()
369 Type *Ty, in expandAddToGEP()
694 Type *Ty = SE.getEffectiveSCEVType(S->getType()); in visitAddExpr() local
765 Type *Ty = SE.getEffectiveSCEVType(S->getType()); in visitMulExpr() local
807 Type *Ty = SE.getEffectiveSCEVType(S->getType()); in visitUDivExpr() local
1089 Type *Ty = SE.getEffectiveSCEVType(S->getType()); in visitAddRecExpr() local
1219 Type *Ty = SE.getEffectiveSCEVType(S->getType()); in visitTruncateExpr() local
[all …]
/external/llvm/include/llvm/
DInstrTypes.h40 : Instruction(Ty, iType, Ops, NumOps, InsertBefore) {} in Instruction() argument
42 TerminatorInst(Type *Ty, Instruction::TermOps iType, in TerminatorInst()
99 UnaryInstruction(Type *Ty, unsigned iType, Value *V, BasicBlock *IAE) in UnaryInstruction()
/external/llvm/bindings/ocaml/executionengine/
Dexecutionengine_ocaml.c87 CAMLprim value llvm_genericvalue_of_float(LLVMTypeRef Ty, value N) { in llvm_genericvalue_of_float()
100 CAMLprim value llvm_genericvalue_of_int(LLVMTypeRef Ty, value Int) { in llvm_genericvalue_of_int()
105 CAMLprim value llvm_genericvalue_of_int32(LLVMTypeRef Ty, value Int32) { in llvm_genericvalue_of_int32()
112 CAMLprim value llvm_genericvalue_of_nativeint(LLVMTypeRef Ty, value NatInt) { in llvm_genericvalue_of_nativeint()
119 CAMLprim value llvm_genericvalue_of_int64(LLVMTypeRef Ty, value Int64) { in llvm_genericvalue_of_int64()
126 CAMLprim value llvm_genericvalue_as_float(LLVMTypeRef Ty, value GenVal) { in llvm_genericvalue_as_float()
/external/llvm/test/FrontendC++/
D2005-02-27-PlacementArrayNewCrash.cpp4 typedef double Ty[4]; typedef
/external/clang/lib/Parse/
DParseExpr.cpp745 TypeResult Ty = Actions.ActOnTypeName(getCurScope(), in ParseCastExpression() local
894 TypeResult Ty = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseCastExpression() local
1578 TypeResult Ty = ParseTypeName(); in ParseBuiltinPrimaryExpression() local
1593 TypeResult Ty = ParseTypeName(); in ParseBuiltinPrimaryExpression() local
1808 TypeResult Ty = ParseTypeName(); in ParseParenExpression() local
1844 TypeResult Ty; in ParseParenExpression() local
1861 TypeResult Ty; in ParseParenExpression() local
1878 TypeResult Ty; in ParseParenExpression() local
1958 Parser::ParseCompoundLiteralExpression(ParsedType Ty, in ParseCompoundLiteralExpression()
2035 ParsedType Ty; in ParseGenericSelectionExpression() local
/external/llvm/include/llvm/Target/
DTargetData.h210 uint64_t getTypeStoreSize(Type *Ty) const { in getTypeStoreSize()
217 uint64_t getTypeStoreSizeInBits(Type *Ty) const { in getTypeStoreSizeInBits()
225 uint64_t getTypeAllocSize(Type* Ty) const { in getTypeAllocSize()
234 uint64_t getTypeAllocSizeInBits(Type* Ty) const { in getTypeAllocSizeInBits()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c170 CAMLprim value llvm_classify_type(LLVMTypeRef Ty) { in llvm_classify_type()
175 CAMLprim LLVMContextRef llvm_type_context(LLVMTypeRef Ty) { in llvm_type_context()
596 CAMLprim LLVMValueRef llvm_const_inline_asm(LLVMTypeRef Ty, value Asm, in llvm_const_inline_asm()
708 CAMLprim LLVMValueRef llvm_declare_qualified_global(LLVMTypeRef Ty, value Name, in llvm_declare_qualified_global()
799 CAMLprim LLVMValueRef llvm_add_alias(LLVMModuleRef M, LLVMTypeRef Ty, in llvm_add_alias()
834 CAMLprim LLVMValueRef llvm_define_function(value Name, LLVMTypeRef Ty, in llvm_define_function()
1410 CAMLprim LLVMValueRef llvm_build_alloca(LLVMTypeRef Ty, in llvm_build_alloca()
1416 CAMLprim LLVMValueRef llvm_build_array_alloca(LLVMTypeRef Ty, LLVMValueRef Size, in llvm_build_array_alloca()
1474 CAMLprim LLVMValueRef llvm_build_trunc(LLVMValueRef X, LLVMTypeRef Ty, in llvm_build_trunc()
1480 CAMLprim LLVMValueRef llvm_build_zext(LLVMValueRef X, LLVMTypeRef Ty, in llvm_build_zext()
[all …]
/external/llvm/lib/Target/ARM/
DARMGlobalMerge.cpp134 Type *Ty = Globals[j]->getType()->getElementType(); in doMerge() local
179 Type *Ty = I->getType()->getElementType(); in doInitialization() local
/external/llvm/lib/Target/MBlaze/
DMBlazeTargetObjectFile.cpp72 Type *Ty = GV->getType()->getElementType(); in IsGlobalInSmallSection() local

12345678