Home
last modified time | relevance | path

Searched defs:ITy (Results 1 – 23 of 23) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDIndirectBrExpandPass.cpp148 auto *ITy = cast<IntegerType>(DL.getIntPtrType(BA->getType())); in runOnFunction() local
174 auto *ITy = in runOnFunction() local
HDValueTypes.cpp107 if (IntegerType *ITy = dyn_cast<IntegerType>(LLVMTy)) in getExtendedSizeInBits() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/
HDTargetLoweringObjectFile.cpp193 if (IntegerType *ITy = in getKindForGlobal() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDFunction.cpp1010 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
HDAutoUpgrade.cpp2705 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
HDConstants.cpp373 if (IntegerType *ITy = dyn_cast<IntegerType>(Ty)) in getAllOnesValue() local
697 IntegerType *ITy = IntegerType::get(Context, V.getBitWidth()); in get() local
HDCore.cpp3422 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/
HDInstructionSimplify.cpp1667 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
HDScalarEvolution.cpp444 IntegerType *ITy = cast<IntegerType>(getEffectiveSCEVType(Ty)); in getConstant() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCTargetTransformInfo.cpp258 if (IntegerType *ITy = dyn_cast<IntegerType>(Ty)) in mightUseCTR() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineSimplifyDemanded.cpp798 Type *ITy = I->getType(); in SimplifyMultipleUseDemandedBits() local
HDInstCombineCalls.cpp92 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
HDInstCombineVectorOps.cpp1181 Type *ITy = I->getType(); in canEvaluateShuffled() local
HDInstCombineAddSub.cpp1521 auto IsValidPromotion = [](Type *FTy, Type *ITy) { in visitFAdd()
HDInstCombineCasts.cpp929 if (IntegerType *ITy = dyn_cast<IntegerType>(Zext.getType())) { in transformZExtICmp() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDSROA.cpp1133 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
HDSCCP.cpp1512 Type *ITy = I.getType(); in ResolvedUndefsIn() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDLocal.cpp2575 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/
HDNVPTXAsmPrinter.cpp348 if (auto *ITy = dyn_cast<IntegerType>(Ty)) { in printReturnValStr() local
HDNVPTXISelLowering.cpp1279 if (auto *ITy = dyn_cast<IntegerType>(retTy)) { in getPrototype() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDFastISel.cpp2018 IntegerType *ITy = in fastEmit_ri_() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGBuiltin.cpp339 llvm::Type *ITy = in EmitISOVolatileLoad() local
353 llvm::Type *ITy = in EmitISOVolatileStore() local
2958 llvm::Type *ITy = llvm::IntegerType::get(getLLVMContext(), in EmitBuiltinExpr() local
HDCGOpenMPRuntime.cpp2597 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