/external/llvm/unittests/IR/ |
D | ValueTest.cpp | 50 Type *Int32Ty = Type::getInt32Ty(Ctx); in TEST() local 96 Type *Int32Ty = Type::getInt32Ty(Ctx); in TEST() local
|
D | InstructionsTest.cpp | 176 Type *Int32Ty = Type::getInt32Ty(C); in TEST() local 412 Type* Int32Ty = Type::getInt32Ty(C); in TEST() local 490 Type *Int32Ty = Type::getInt32Ty(C); in TEST() local
|
D | ConstantsTest.cpp | 170 Type *Int32Ty = Type::getInt32Ty(getGlobalContext()); in TEST() local 265 Type *Int32Ty = Type::getInt32Ty(getGlobalContext()); in TEST() local
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 218 auto *Int32Ty = Type::getInt32Ty(Ctx); in getOrCreateRegionCounters() local 279 auto *Int32Ty = Type::getInt32Ty(M->getContext()); in emitRuntimeHook() local
|
D | SanitizerCoverage.cpp | 189 Type *Int32Ty = IRB.getInt32Ty(); in runOnModule() local
|
D | GCOVProfiling.cpp | 761 Type *Int32Ty = Type::getInt32Ty(*Ctx); in getIncrementIndirectCounterFunc() local
|
/external/llvm/lib/IR/ |
D | Module.cpp | 342 Type *Int32Ty = Type::getInt32Ty(Context); in addModuleFlag() local 354 Type *Int32Ty = Type::getInt32Ty(Context); in addModuleFlag() local
|
D | MDBuilder.cpp | 49 Type *Int32Ty = Type::getInt32Ty(Context); in createBranchWeights() local
|
/external/llvm/lib/CodeGen/ |
D | SjLjEHPrepare.cpp | 97 Type *Int32Ty = Type::getInt32Ty(M.getContext()); in doInitialization() local 131 Type *Int32Ty = Type::getInt32Ty(I->getContext()); in insertCallSiteStore() local
|
D | GlobalMerge.cpp | 166 Type *Int32Ty = Type::getInt32Ty(M.getContext()); in doMerge() local
|
D | ShadowStackGCLowering.cpp | 206 Type *Int32Ty = Type::getInt32Ty(F.getContext()); in GetFrameMap() local
|
/external/llvm/lib/Transforms/Utils/ |
D | IntegerDivision.cpp | 514 Type *Int32Ty = Builder.getInt32Ty(); in expandRemainderUpTo32Bits() local 615 Type *Int32Ty = Builder.getInt32Ty(); in expandDivisionUpTo32Bits() local
|
/external/llvm/tools/bugpoint/ |
D | ExtractFunction.cpp | 197 Type *Int32Ty = Type::getInt32Ty(TorList[0].first->getContext()); in GetTorInit() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineVectorOps.cpp | 276 Type *Int32Ty = Type::getInt32Ty(EI.getContext()); in visitExtractElementInst() local 883 Type *Int32Ty = Type::getInt32Ty(SVI.getContext()); in visitShuffleVectorInst() local
|
/external/clang/lib/CodeGen/ |
D | CoverageMappingGen.cpp | 900 auto *Int32Ty = llvm::Type::getInt32Ty(Ctx); in addFunctionMappingRecord() local 943 auto *Int32Ty = llvm::Type::getInt32Ty(Ctx); in emit() local
|
D | CGOpenMPRuntime.cpp | 963 auto Int32Ty = in emitSerialCall() local 990 auto Int32Ty = in emitThreadIDAddress() local
|
D | CodeGenModule.h | 114 llvm::IntegerType *Int8Ty, *Int16Ty, *Int32Ty, *Int64Ty; member
|
D | CGObjCGNU.cpp | 162 llvm::IntegerType *Int32Ty; member in __anon13748a720111::CGObjCGNU
|
/external/llvm/lib/Transforms/IPO/ |
D | LowerBitSets.cpp | 198 IntegerType *Int32Ty; member
|
/external/llvm/lib/Target/Mips/ |
D | MipsConstantIslandPass.cpp | 1696 Type *Int32Ty = in prescanForConstants() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 398 IntegerType *Int32Ty = Type::getInt32Ty(PN->getContext()); in HandleFloatingPointIV() local
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 6658 Type *Int32Ty = Type::getInt32Ty(MF->getFunction()->getContext()); in EmitSjLjDispatchBlock() local 6750 Type *Int32Ty = Type::getInt32Ty(MF->getFunction()->getContext()); in EmitSjLjDispatchBlock() local 7133 Type *Int32Ty = Type::getInt32Ty(MF->getFunction()->getContext()); in EmitStructByval() local 11193 Type *Int32Ty = Type::getInt32Ty(M->getContext()); in emitStoreConditional() local
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 2791 QualType Int32Ty = SemaRef.Context.getIntTypeForBitwidth(32, true); in CheckOpenMPLoop() local
|