Home
last modified time | relevance | path

Searched defs:Int32Ty (Results 1 – 25 of 76) sorted by relevance

1234

/external/llvm/unittests/ExecutionEngine/Orc/
DObjectLinkingLayerTest.cpp71 Type *Int32Ty = IntegerType::get(Context, 32); in TEST() local
142 IntegerType *Int32Ty = IntegerType::get(Context, 32); in TEST_F() local
212 IntegerType *Int32Ty = IntegerType::get(Context, 32); in TEST_F() local
227 IntegerType *Int32Ty = IntegerType::get(Context, 32); in TEST_F() local
/external/llvm/unittests/IR/
DInstructionsTest.cpp176 Type *Int32Ty = Type::getInt32Ty(C); in TEST() local
416 Type* Int32Ty = Type::getInt32Ty(C); in TEST() local
494 Type *Int32Ty = Type::getInt32Ty(C); in TEST() local
527 Type *Int32Ty = Type::getInt32Ty(C); in TEST() local
554 Type *Int32Ty = Type::getInt32Ty(C); in TEST() local
DValueTest.cpp51 Type *Int32Ty = Type::getInt32Ty(Ctx); in TEST() local
97 Type *Int32Ty = Type::getInt32Ty(Ctx); in TEST() local
DConstantsTest.cpp196 Type *Int32Ty = Type::getInt32Ty(Context); in TEST() local
308 Type *Int32Ty = Type::getInt32Ty(Context); in TEST() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp87 Type *Int32Ty = Type::getInt32Ty(M.getContext()); in doInitialization() local
107 Type *Int32Ty = Type::getInt32Ty(I->getContext()); in insertCallSiteStore() local
193 Type *Int32Ty = Type::getInt32Ty(F.getContext()); in setupFunctionContext() local
DPreISelIntrinsicLowering.cpp35 Type *Int32Ty = Type::getInt32Ty(F.getContext()); in lowerLoadRelative() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
DOperations.cpp198 auto *Int32Ty = Type::getInt32Ty(Cur[0]->getContext()); in validExtractValueIndex() local
256 auto *Int32Ty = Type::getInt32Ty(Cur[0]->getContext()); in validInsertValueIndex() local
302 auto *Int32Ty = Type::getInt32Ty(Cur[0]->getContext()); in validShuffleVectorIndex() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSanitizerStats.cpp78 IntegerType *Int32Ty = Type::getInt32Ty(M->getContext()); in finish() local
DIntegerDivision.cpp509 Type *Int32Ty = Builder.getInt32Ty(); in expandRemainderUpTo32Bits() local
606 Type *Int32Ty = Builder.getInt32Ty(); in expandDivisionUpTo32Bits() local
/external/llvm/lib/Transforms/Utils/
DSanitizerStats.cpp79 IntegerType *Int32Ty = Type::getInt32Ty(M->getContext()); in finish() local
DIntegerDivision.cpp510 Type *Int32Ty = Builder.getInt32Ty(); in expandRemainderUpTo32Bits() local
607 Type *Int32Ty = Builder.getInt32Ty(); in expandDivisionUpTo32Bits() local
/external/llvm/lib/CodeGen/
DPreISelIntrinsicLowering.cpp32 Type *Int32Ty = Type::getInt32Ty(F.getContext()); in lowerLoadRelative() local
DSjLjEHPrepare.cpp87 Type *Int32Ty = Type::getInt32Ty(M.getContext()); in doInitialization() local
107 Type *Int32Ty = Type::getInt32Ty(I->getContext()); in insertCallSiteStore() local
/external/llvm/lib/Target/NVPTX/
DNVVMIntrRange.cpp69 IntegerType *Int32Ty = Type::getInt32Ty(Context); in addRangeMetadata() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVVMIntrRange.cpp74 IntegerType *Int32Ty = Type::getInt32Ty(Context); in addRangeMetadata() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DGlobalSplit.cpp74 IntegerType *Int32Ty = Type::getInt32Ty(GV.getContext()); in splitGlobal() local
/external/clang/lib/CodeGen/
DCGVTT.cpp47 llvm::Type *Int8PtrTy = CGM.Int8PtrTy, *Int32Ty = CGM.Int32Ty; in EmitVTTDefinition() local
DCodeGenTypeCache.h37 llvm::IntegerType *Int8Ty, *Int16Ty, *Int32Ty, *Int64Ty; member
/external/llvm/lib/IR/
DModule.cpp352 Type *Int32Ty = Type::getInt32Ty(Context); in addModuleFlag() local
364 Type *Int32Ty = Type::getInt32Ty(Context); in addModuleFlag() local
DProfileSummary.cpp52 Type *Int32Ty = Type::getInt32Ty(Context); in getDetailedSummaryMD() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DProfileSummary.cpp49 Type *Int32Ty = Type::getInt32Ty(Context); in getDetailedSummaryMD() local
DModule.cpp339 Type *Int32Ty = Type::getInt32Ty(Context); in addModuleFlag() local
351 Type *Int32Ty = Type::getInt32Ty(Context); in addModuleFlag() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPrintfRuntimeBinding.cpp403 Type *Int32Ty = Type::getInt32Ty(Ctx); in lowerPrintfForGpu() local
487 IntegerType *Int32Ty = Type::getInt32Ty(ArgType->getContext()); in lowerPrintfForGpu() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrOrderFile.cpp121 IntegerType *Int32Ty = Type::getInt32Ty(Ctx); in generateCodeSequence() local
/external/AFLplusplus/instrumentation/
Dcmplog-switches-pass.cc157 IntegerType *Int32Ty = IntegerType::getInt32Ty(C); local

1234