/minix3/external/bsd/llvm/dist/llvm/unittests/IR/ |
H A D | ValueTest.cpp | 50 Type *Int32Ty = Type::getInt32Ty(Ctx); in TEST() local 96 Type *Int32Ty = Type::getInt32Ty(Ctx); in TEST() local
|
H A D | InstructionsTest.cpp | 176 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 D | ConstantsTest.cpp | 168 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 D | InstrProfiling.cpp | 218 auto *Int32Ty = Type::getInt32Ty(Ctx); in getOrCreateRegionCounters() local 279 auto *Int32Ty = Type::getInt32Ty(M->getContext()); in emitRuntimeHook() local
|
H A D | SanitizerCoverage.cpp | 168 Type *Int32Ty = IRB.getInt32Ty(); in runOnModule() local
|
H A D | GCOVProfiling.cpp | 774 Type *Int32Ty = Type::getInt32Ty(*Ctx); in getIncrementIndirectCounterFunc() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
H A D | Module.cpp | 342 Type *Int32Ty = Type::getInt32Ty(Context); in addModuleFlag() local 354 Type *Int32Ty = Type::getInt32Ty(Context); in addModuleFlag() local
|
H A D | MDBuilder.cpp | 49 Type *Int32Ty = Type::getInt32Ty(Context); in createBranchWeights() local
|
H A D | LLVMContextImpl.h | 331 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty; variable
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
H A D | SjLjEHPrepare.cpp | 95 Type *Int32Ty = Type::getInt32Ty(M.getContext()); in doInitialization() local 127 Type *Int32Ty = Type::getInt32Ty(I->getContext()); in insertCallSiteStore() local
|
H A D | JumpInstrTables.cpp | 210 Type *Int32Ty = Type::getInt32Ty(FunTy->getContext()); in transformType() local
|
H A D | GlobalMerge.cpp | 163 Type *Int32Ty = Type::getInt32Ty(M.getContext()); in doMerge() local
|
H A D | ShadowStackGC.cpp | 218 Type *Int32Ty = Type::getInt32Ty(F.getContext()); in GetFrameMap() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | IntegerDivision.cpp | 514 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 D | InstCombineVectorOps.cpp | 275 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 D | ExtractFunction.cpp | 197 Type *Int32Ty = Type::getInt32Ty(TorList[0].first->getContext()); in GetTorInit() local
|
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 660 auto Int32Ty = in EmitOMPSerialCall() local 686 auto Int32Ty = in EmitThreadIDAddress() local
|
H A D | CoverageMappingGen.cpp | 1044 auto *Int32Ty = llvm::Type::getInt32Ty(Ctx); in addFunctionMappingRecord() local 1089 auto *Int32Ty = llvm::Type::getInt32Ty(Ctx); in emit() local
|
H A D | CodeGenModule.h | 114 llvm::IntegerType *Int8Ty, *Int16Ty, *Int32Ty, *Int64Ty; member
|
H A D | CGObjCGNU.cpp | 162 llvm::IntegerType *Int32Ty; member in __anon9c1d04830111::CGObjCGNU
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsConstantIslandPass.cpp | 1698 Type *Int32Ty = in prescanForConstants() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | IndVarSimplify.cpp | 399 IntegerType *Int32Ty = Type::getInt32Ty(PN->getContext()); in HandleFloatingPointIV() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 6800 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 D | SemaOpenMP.cpp | 2749 QualType Int32Ty = SemaRef.Context.getIntTypeForBitwidth(32, true); in CheckOpenMPLoop() local
|