/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | IndirectBrExpandPass.cpp | 161 auto *ITy = cast<IntegerType>(DL.getIntPtrType(BA->getType())); in runOnFunction() local 199 auto *ITy = in runOnFunction() local
|
H A D | ValueTypes.cpp | 144 if (IntegerType *ITy = dyn_cast<IntegerType>(LLVMTy)) in getExtendedSizeInBits() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ |
H A D | TargetLoweringObjectFile.cpp | 262 if (IntegerType *ITy = in getKindForGlobal() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Function.cpp | 1227 IntegerType *ITy = cast<IntegerType>(Ty); in DecodeFixedType() local 1438 else if (IntegerType *ITy = dyn_cast<IntegerType>(NewTy)) in matchIntrinsicType() local 1453 else if (IntegerType *ITy = dyn_cast<IntegerType>(NewTy)) in matchIntrinsicType() local
|
H A D | AutoUpgrade.cpp | 2860 VectorType *ITy = VectorType::getInteger(FTy); in UpgradeIntrinsicCall() local 2869 VectorType *ITy = VectorType::getInteger(FTy); in UpgradeIntrinsicCall() local 2879 VectorType *ITy = VectorType::getInteger(FTy); in UpgradeIntrinsicCall() local 2888 VectorType *ITy = VectorType::getInteger(FTy); in UpgradeIntrinsicCall() local
|
H A D | Constants.cpp | 406 if (IntegerType *ITy = dyn_cast<IntegerType>(Ty)) in getAllOnesValue() local 892 IntegerType *ITy = IntegerType::get(Context, V.getBitWidth()); in get() local
|
H A D | Core.cpp | 3482 Type* ITy = Type::getInt32Ty(unwrap(B)->GetInsertBlock()->getContext()); in LLVMBuildMalloc() local 3493 Type* ITy = Type::getInt32Ty(unwrap(B)->GetInsertBlock()->getContext()); in LLVMBuildArrayMalloc() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 1681 Type *ITy = Op0->getType(); in simplifyAndOfICmpsWithAdd() local 1817 Type *ITy = Op0->getType(); in simplifyOrOfICmpsWithAdd() local 2613 Type *ITy = GetCompareTy(LHS); // The return type. in simplifyICmpOfBools() local 2690 Type *ITy = GetCompareTy(LHS); // The return type. in simplifyICmpWithZero() local 2749 Type *ITy = GetCompareTy(RHS); // The return type. in simplifyICmpWithConstant() local 2798 Type *ITy = GetCompareTy(RHS); // The return type. in simplifyICmpWithBinOpOnLHS() local 3126 Type *ITy = GetCompareTy(LHS); // The return type. in simplifyICmpWithMinMax() local 3349 Type *ITy = GetCompareTy(LHS); // The return type. in SimplifyICmpInst() local
|
H A D | ScalarEvolution.cpp | 461 IntegerType *ITy = cast<IntegerType>(getEffectiveSCEVType(Ty)); in getConstant() local 472 Type *ITy) in SCEVPtrToIntExpr()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSimplifyDemanded.cpp | 863 Type *ITy = I->getType(); in SimplifyMultipleUseDemandedBits() local
|
H A D | InstCombineCalls.cpp | 103 if (IntegerType* ITy = dyn_cast<IntegerType>(Ty)) { in getPromotedType() local 262 Type *ITy = IntegerType::get(MI->getContext(), Len*8); // n=1 -> i8. in SimplifyAnyMemSet() local
|
H A D | InstCombineAddSub.cpp | 1569 auto IsValidPromotion = [](Type *FTy, Type *ITy) { in visitFAdd()
|
H A D | InstCombineVectorOps.cpp | 1521 Type *ITy = I->getType(); in canEvaluateShuffled() local
|
H A D | InstCombineCasts.cpp | 1020 if (IntegerType *ITy = dyn_cast<IntegerType>(Zext.getType())) { in transformZExtICmp() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetTransformInfo.cpp | 381 if (IntegerType *ITy = dyn_cast<IntegerType>(Ty)) in mightUseCTR() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 1136 IntegerType *ITy = nullptr; in findCommonType() local 2041 if (IntegerType *ITy = dyn_cast<IntegerType>(LI->getType())) { in isIntegerWideningViableForSlice() local 2066 if (IntegerType *ITy = dyn_cast<IntegerType>(ValueTy)) { in isIntegerWideningViableForSlice() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 2751 auto *ITy = cast<IntegerType>(NewTy); in copyNonnullMetadata() local 3126 Type *ITy = I->getType(); in recognizeBSwapOrBitReverseIdiom() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
H A D | NVPTXAsmPrinter.cpp | 348 if (auto *ITy = dyn_cast<IntegerType>(Ty)) { in printReturnValStr() local
|
H A D | NVPTXISelLowering.cpp | 1264 if (auto *ITy = dyn_cast<IntegerType>(retTy)) { in getPrototype() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 1886 IntegerType *ITy = in fastEmit_ri_() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 3354 llvm::IntegerType *ITy, in EmitCMSEClearRecord() 3571 auto *ITy = dyn_cast<llvm::IntegerType>(RV->getType()); in EmitFunctionEpilog() local
|
H A D | CGBuiltin.cpp | 415 llvm::Type *ITy = in EmitISOVolatileLoad() local 429 llvm::Type *ITy = in EmitISOVolatileStore() local 3780 llvm::Type *ITy = llvm::IntegerType::get(getLLVMContext(), in EmitBuiltinExpr() local
|
H A D | CGOpenMPRuntime.cpp | 1566 llvm::Type *ITy = IVSize == 32 ? CGM.Int32Ty : CGM.Int64Ty; in createForStaticInitFunction() local 1592 llvm::Type *ITy = IVSize == 32 ? CGM.Int32Ty : CGM.Int64Ty; in createDispatchInitFunction() local 1631 llvm::Type *ITy = IVSize == 32 ? CGM.Int32Ty : CGM.Int64Ty; in createDispatchNextFunction() local
|