Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/unittests/IR/
H A DValueTest.cpp50 Type *Int32Ty = Type::getInt32Ty(Ctx); in TEST() local
96 Type *Int32Ty = Type::getInt32Ty(Ctx); in TEST() local
H A DInstructionsTest.cpp176 Type *Int32Ty = Type::getInt32Ty(C); in TEST() local
410 Type* Int32Ty = Type::getInt32Ty(C); in TEST() local
488 Type *Int32Ty = Type::getInt32Ty(C); in TEST() local
H A DConstantsTest.cpp168 Type *Int32Ty = Type::getInt32Ty(getGlobalContext()); in TEST() local
262 Type *Int32Ty = Type::getInt32Ty(getGlobalContext()); in TEST() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp218 auto *Int32Ty = Type::getInt32Ty(Ctx); in getOrCreateRegionCounters() local
279 auto *Int32Ty = Type::getInt32Ty(M->getContext()); in emitRuntimeHook() local
H A DSanitizerCoverage.cpp168 Type *Int32Ty = IRB.getInt32Ty(); in runOnModule() local
H A DGCOVProfiling.cpp774 Type *Int32Ty = Type::getInt32Ty(*Ctx); in getIncrementIndirectCounterFunc() local
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DModule.cpp342 Type *Int32Ty = Type::getInt32Ty(Context); in addModuleFlag() local
354 Type *Int32Ty = Type::getInt32Ty(Context); in addModuleFlag() local
H A DMDBuilder.cpp49 Type *Int32Ty = Type::getInt32Ty(Context); in createBranchWeights() local
H A DLLVMContextImpl.h331 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty; variable
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp95 Type *Int32Ty = Type::getInt32Ty(M.getContext()); in doInitialization() local
127 Type *Int32Ty = Type::getInt32Ty(I->getContext()); in insertCallSiteStore() local
H A DJumpInstrTables.cpp210 Type *Int32Ty = Type::getInt32Ty(FunTy->getContext()); in transformType() local
H A DGlobalMerge.cpp163 Type *Int32Ty = Type::getInt32Ty(M.getContext()); in doMerge() local
H A DShadowStackGC.cpp218 Type *Int32Ty = Type::getInt32Ty(F.getContext()); in GetFrameMap() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp514 Type *Int32Ty = Builder.getInt32Ty(); in expandRemainderUpTo32Bits() local
615 Type *Int32Ty = Builder.getInt32Ty(); in expandDivisionUpTo32Bits() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp275 Type *Int32Ty = Type::getInt32Ty(EI.getContext()); in visitExtractElementInst() local
1102 Type *Int32Ty = Type::getInt32Ty(SVI.getContext()); in visitShuffleVectorInst() local
/minix3/external/bsd/llvm/dist/llvm/tools/bugpoint/
H A DExtractFunction.cpp197 Type *Int32Ty = Type::getInt32Ty(TorList[0].first->getContext()); in GetTorInit() local
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp660 auto Int32Ty = in EmitOMPSerialCall() local
686 auto Int32Ty = in EmitThreadIDAddress() local
H A DCoverageMappingGen.cpp1044 auto *Int32Ty = llvm::Type::getInt32Ty(Ctx); in addFunctionMappingRecord() local
1089 auto *Int32Ty = llvm::Type::getInt32Ty(Ctx); in emit() local
H A DCodeGenModule.h114 llvm::IntegerType *Int8Ty, *Int16Ty, *Int32Ty, *Int64Ty; member
H A DCGObjCGNU.cpp162 llvm::IntegerType *Int32Ty; member in __anon9c1d04830111::CGObjCGNU
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp1698 Type *Int32Ty = in prescanForConstants() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp399 IntegerType *Int32Ty = Type::getInt32Ty(PN->getContext()); in HandleFloatingPointIV() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp6800 Type *Int32Ty = Type::getInt32Ty(MF->getFunction()->getContext()); in EmitSjLjDispatchBlock() local
6892 Type *Int32Ty = Type::getInt32Ty(MF->getFunction()->getContext()); in EmitSjLjDispatchBlock() local
7274 Type *Int32Ty = Type::getInt32Ty(MF->getFunction()->getContext()); in EmitStructByval() local
11209 Type *Int32Ty = Type::getInt32Ty(M->getContext()); in emitStoreConditional() local
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp2749 QualType Int32Ty = SemaRef.Context.getIntTypeForBitwidth(32, true); in CheckOpenMPLoop() local