| /external/llvm/unittests/ExecutionEngine/Orc/ |
| D | ObjectLinkingLayerTest.cpp | 71 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/ |
| D | InstructionsTest.cpp | 176 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
|
| D | ValueTest.cpp | 51 Type *Int32Ty = Type::getInt32Ty(Ctx); in TEST() local 97 Type *Int32Ty = Type::getInt32Ty(Ctx); in TEST() local
|
| D | ConstantsTest.cpp | 196 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/ |
| D | SjLjEHPrepare.cpp | 87 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
|
| D | PreISelIntrinsicLowering.cpp | 35 Type *Int32Ty = Type::getInt32Ty(F.getContext()); in lowerLoadRelative() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/ |
| D | Operations.cpp | 198 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/ |
| D | SanitizerStats.cpp | 78 IntegerType *Int32Ty = Type::getInt32Ty(M->getContext()); in finish() local
|
| D | IntegerDivision.cpp | 509 Type *Int32Ty = Builder.getInt32Ty(); in expandRemainderUpTo32Bits() local 606 Type *Int32Ty = Builder.getInt32Ty(); in expandDivisionUpTo32Bits() local
|
| /external/llvm/lib/Transforms/Utils/ |
| D | SanitizerStats.cpp | 79 IntegerType *Int32Ty = Type::getInt32Ty(M->getContext()); in finish() local
|
| D | IntegerDivision.cpp | 510 Type *Int32Ty = Builder.getInt32Ty(); in expandRemainderUpTo32Bits() local 607 Type *Int32Ty = Builder.getInt32Ty(); in expandDivisionUpTo32Bits() local
|
| /external/llvm/lib/CodeGen/ |
| D | PreISelIntrinsicLowering.cpp | 32 Type *Int32Ty = Type::getInt32Ty(F.getContext()); in lowerLoadRelative() local
|
| D | SjLjEHPrepare.cpp | 87 Type *Int32Ty = Type::getInt32Ty(M.getContext()); in doInitialization() local 107 Type *Int32Ty = Type::getInt32Ty(I->getContext()); in insertCallSiteStore() local
|
| /external/llvm/lib/Target/NVPTX/ |
| D | NVVMIntrRange.cpp | 69 IntegerType *Int32Ty = Type::getInt32Ty(Context); in addRangeMetadata() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
| D | NVVMIntrRange.cpp | 74 IntegerType *Int32Ty = Type::getInt32Ty(Context); in addRangeMetadata() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
| D | GlobalSplit.cpp | 74 IntegerType *Int32Ty = Type::getInt32Ty(GV.getContext()); in splitGlobal() local
|
| /external/clang/lib/CodeGen/ |
| D | CGVTT.cpp | 47 llvm::Type *Int8PtrTy = CGM.Int8PtrTy, *Int32Ty = CGM.Int32Ty; in EmitVTTDefinition() local
|
| D | CodeGenTypeCache.h | 37 llvm::IntegerType *Int8Ty, *Int16Ty, *Int32Ty, *Int64Ty; member
|
| /external/llvm/lib/IR/ |
| D | Module.cpp | 352 Type *Int32Ty = Type::getInt32Ty(Context); in addModuleFlag() local 364 Type *Int32Ty = Type::getInt32Ty(Context); in addModuleFlag() local
|
| D | ProfileSummary.cpp | 52 Type *Int32Ty = Type::getInt32Ty(Context); in getDetailedSummaryMD() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | ProfileSummary.cpp | 49 Type *Int32Ty = Type::getInt32Ty(Context); in getDetailedSummaryMD() local
|
| D | Module.cpp | 339 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/ |
| D | AMDGPUPrintfRuntimeBinding.cpp | 403 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/ |
| D | InstrOrderFile.cpp | 121 IntegerType *Int32Ty = Type::getInt32Ty(Ctx); in generateCodeSequence() local
|
| /external/AFLplusplus/instrumentation/ |
| D | cmplog-switches-pass.cc | 157 IntegerType *Int32Ty = IntegerType::getInt32Ty(C); local
|