| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | IndirectBrExpandPass.cpp | 148 auto *ITy = cast<IntegerType>(DL.getIntPtrType(BA->getType())); in runOnFunction() local 174 auto *ITy = in runOnFunction() local
|
| HD | ValueTypes.cpp | 107 if (IntegerType *ITy = dyn_cast<IntegerType>(LLVMTy)) in getExtendedSizeInBits() local
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ |
| HD | TargetLoweringObjectFile.cpp | 193 if (IntegerType *ITy = in getKindForGlobal() local
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/ |
| HD | Function.cpp | 1010 IntegerType *ITy = cast<IntegerType>(Ty); in DecodeFixedType() local 1222 else if (IntegerType *ITy = dyn_cast<IntegerType>(NewTy)) in matchIntrinsicType() local 1237 else if (IntegerType *ITy = dyn_cast<IntegerType>(NewTy)) in matchIntrinsicType() local
|
| HD | AutoUpgrade.cpp | 2705 VectorType *ITy = VectorType::getInteger(FTy); in UpgradeIntrinsicCall() local 2714 VectorType *ITy = VectorType::getInteger(FTy); in UpgradeIntrinsicCall() local 2724 VectorType *ITy = VectorType::getInteger(FTy); in UpgradeIntrinsicCall() local 2733 VectorType *ITy = VectorType::getInteger(FTy); in UpgradeIntrinsicCall() local
|
| HD | Constants.cpp | 373 if (IntegerType *ITy = dyn_cast<IntegerType>(Ty)) in getAllOnesValue() local 697 IntegerType *ITy = IntegerType::get(Context, V.getBitWidth()); in get() local
|
| HD | Core.cpp | 3422 Type* ITy = Type::getInt32Ty(unwrap(B)->GetInsertBlock()->getContext()); in LLVMBuildMalloc() local 3433 Type* ITy = Type::getInt32Ty(unwrap(B)->GetInsertBlock()->getContext()); in LLVMBuildArrayMalloc() local
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| HD | InstructionSimplify.cpp | 1667 Type *ITy = Op0->getType(); in simplifyAndOfICmpsWithAdd() local 1740 Type *ITy = Op0->getType(); in simplifyOrOfICmpsWithAdd() local 2530 Type *ITy = GetCompareTy(LHS); // The return type. in simplifyICmpOfBools() local 2607 Type *ITy = GetCompareTy(LHS); // The return type. in simplifyICmpWithZero() local 2666 Type *ITy = GetCompareTy(RHS); // The return type. in simplifyICmpWithConstant() local 2708 Type *ITy = GetCompareTy(LHS); // The return type. in simplifyICmpWithBinOp() local 3022 Type *ITy = GetCompareTy(LHS); // The return type. in simplifyICmpWithMinMax() local 3238 Type *ITy = GetCompareTy(LHS); // The return type. in SimplifyICmpInst() local
|
| HD | ScalarEvolution.cpp | 444 IntegerType *ITy = cast<IntegerType>(getEffectiveSCEVType(Ty)); in getConstant() local
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| HD | PPCTargetTransformInfo.cpp | 258 if (IntegerType *ITy = dyn_cast<IntegerType>(Ty)) in mightUseCTR() local
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| HD | InstCombineSimplifyDemanded.cpp | 798 Type *ITy = I->getType(); in SimplifyMultipleUseDemandedBits() local
|
| HD | InstCombineCalls.cpp | 92 if (IntegerType* ITy = dyn_cast<IntegerType>(Ty)) { in getPromotedType() local 269 Type *ITy = IntegerType::get(MI->getContext(), Len*8); // n=1 -> i8. in SimplifyAnyMemSet() local
|
| HD | InstCombineVectorOps.cpp | 1181 Type *ITy = I->getType(); in canEvaluateShuffled() local
|
| HD | InstCombineAddSub.cpp | 1521 auto IsValidPromotion = [](Type *FTy, Type *ITy) { in visitFAdd()
|
| HD | InstCombineCasts.cpp | 929 if (IntegerType *ITy = dyn_cast<IntegerType>(Zext.getType())) { in transformZExtICmp() local
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| HD | SROA.cpp | 1133 IntegerType *ITy = nullptr; in findCommonType() local 2030 if (IntegerType *ITy = dyn_cast<IntegerType>(LI->getType())) { in isIntegerWideningViableForSlice() local 2055 if (IntegerType *ITy = dyn_cast<IntegerType>(ValueTy)) { in isIntegerWideningViableForSlice() local
|
| HD | SCCP.cpp | 1512 Type *ITy = I.getType(); in ResolvedUndefsIn() local
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| HD | Local.cpp | 2575 auto *ITy = cast<IntegerType>(NewTy); in copyNonnullMetadata() local 2841 IntegerType *ITy = dyn_cast<IntegerType>(I->getType()); in recognizeBSwapOrBitReverseIdiom() local
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| HD | NVPTXAsmPrinter.cpp | 348 if (auto *ITy = dyn_cast<IntegerType>(Ty)) { in printReturnValStr() local
|
| HD | NVPTXISelLowering.cpp | 1279 if (auto *ITy = dyn_cast<IntegerType>(retTy)) { in getPrototype() local
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| HD | FastISel.cpp | 2018 IntegerType *ITy = in fastEmit_ri_() local
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | CGBuiltin.cpp | 339 llvm::Type *ITy = in EmitISOVolatileLoad() local 353 llvm::Type *ITy = in EmitISOVolatileStore() local 2958 llvm::Type *ITy = llvm::IntegerType::get(getLLVMContext(), in EmitBuiltinExpr() local
|
| HD | CGOpenMPRuntime.cpp | 2597 llvm::Type *ITy = IVSize == 32 ? CGM.Int32Ty : CGM.Int64Ty; in createForStaticInitFunction() local 2623 llvm::Type *ITy = IVSize == 32 ? CGM.Int32Ty : CGM.Int64Ty; in createDispatchInitFunction() local 2662 llvm::Type *ITy = IVSize == 32 ? CGM.Int32Ty : CGM.Int64Ty; in createDispatchNextFunction() local
|