Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp161 auto *ITy = cast<IntegerType>(DL.getIntPtrType(BA->getType())); in runOnFunction() local
199 auto *ITy = in runOnFunction() local
H A DValueTypes.cpp144 if (IntegerType *ITy = dyn_cast<IntegerType>(LLVMTy)) in getExtendedSizeInBits() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp262 if (IntegerType *ITy = in getKindForGlobal() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DFunction.cpp1227 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 DAutoUpgrade.cpp2860 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 DConstants.cpp406 if (IntegerType *ITy = dyn_cast<IntegerType>(Ty)) in getAllOnesValue() local
892 IntegerType *ITy = IntegerType::get(Context, V.getBitWidth()); in get() local
H A DCore.cpp3482 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 DInstructionSimplify.cpp1681 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 DScalarEvolution.cpp461 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 DInstCombineSimplifyDemanded.cpp863 Type *ITy = I->getType(); in SimplifyMultipleUseDemandedBits() local
H A DInstCombineCalls.cpp103 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 DInstCombineAddSub.cpp1569 auto IsValidPromotion = [](Type *FTy, Type *ITy) { in visitFAdd()
H A DInstCombineVectorOps.cpp1521 Type *ITy = I->getType(); in canEvaluateShuffled() local
H A DInstCombineCasts.cpp1020 if (IntegerType *ITy = dyn_cast<IntegerType>(Zext.getType())) { in transformZExtICmp() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp381 if (IntegerType *ITy = dyn_cast<IntegerType>(Ty)) in mightUseCTR() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1136 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 DLocal.cpp2751 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 DNVPTXAsmPrinter.cpp348 if (auto *ITy = dyn_cast<IntegerType>(Ty)) { in printReturnValStr() local
H A DNVPTXISelLowering.cpp1264 if (auto *ITy = dyn_cast<IntegerType>(retTy)) { in getPrototype() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1886 IntegerType *ITy = in fastEmit_ri_() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp3354 llvm::IntegerType *ITy, in EmitCMSEClearRecord()
3571 auto *ITy = dyn_cast<llvm::IntegerType>(RV->getType()); in EmitFunctionEpilog() local
H A DCGBuiltin.cpp415 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 DCGOpenMPRuntime.cpp1566 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