Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DIndirectBrExpandPass.cpp148 auto *ITy = cast<IntegerType>(DL.getIntPtrType(BA->getType())); in runOnFunction() local
174 auto *ITy = in runOnFunction() local
DValueTypes.cpp107 if (IntegerType *ITy = dyn_cast<IntegerType>(LLVMTy)) in getExtendedSizeInBits() local
/external/llvm/lib/IR/
DValueTypes.cpp112 if (IntegerType *ITy = dyn_cast<IntegerType>(LLVMTy)) in getExtendedSizeInBits() local
DFunction.cpp827 IntegerType *ITy = cast<IntegerType>(Ty); in DecodeFixedType() local
992 else if (IntegerType *ITy = dyn_cast<IntegerType>(NewTy)) in matchIntrinsicType() local
1007 else if (IntegerType *ITy = dyn_cast<IntegerType>(NewTy)) in matchIntrinsicType() local
DConstants.cpp250 if (IntegerType *ITy = dyn_cast<IntegerType>(Ty)) in getAllOnesValue() local
553 IntegerType *ITy = IntegerType::get(Context, V.getBitWidth()); in get() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetLoweringObjectFile.cpp193 if (IntegerType *ITy = in getKindForGlobal() local
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp182 if (IntegerType *ITy = in getKindForGlobal() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DFunction.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
DAutoUpgrade.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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInstructionSimplify.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
/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp193 if (IntegerType *ITy = dyn_cast<IntegerType>(Ty)) in isLargeIntegerTy() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp257 if (IntegerType *ITy = dyn_cast<IntegerType>(Ty)) in mightUseCTR() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp365 auto *ITy = cast<IntegerType>(NewTy); in combineLoadToNewType() local
DInstCombineCalls.cpp36 if (IntegerType* ITy = dyn_cast<IntegerType>(Ty)) { in getPromotedType() local
194 Type *ITy = IntegerType::get(MI->getContext(), Len*8); // n=1 -> i8. in SimplifyMemSet() local
DInstCombineCasts.cpp667 if (IntegerType *ITy = dyn_cast<IntegerType>(CI.getType())) { in transformZExtICmp() local
/external/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp540 if (IntegerType *ITy = dyn_cast<IntegerType>(LI->getType())) { in getSimplePointerDependencyFrom() local
DInstructionSimplify.cpp1501 Type *ITy = Op0->getType(); in SimplifyAndOfICmps() local
1700 Type *ITy = Op0->getType(); in SimplifyOrOfICmps() local
2169 Type *ITy = GetCompareTy(LHS); // The return type. in SimplifyICmpInst() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp798 Type *ITy = I->getType(); in SimplifyMultipleUseDemandedBits() local
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp1065 IntegerType *ITy = nullptr; in findCommonType() local
1918 if (IntegerType *ITy = dyn_cast<IntegerType>(LI->getType())) { in isIntegerWideningViableForSlice() local
1939 if (IntegerType *ITy = dyn_cast<IntegerType>(ValueTy)) { in isIntegerWideningViableForSlice() local
DSCCP.cpp1299 Type *ITy = I.getType(); in ResolvedUndefsIn() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSROA.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
DSCCP.cpp1512 Type *ITy = I.getType(); in ResolvedUndefsIn() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLocal.cpp2575 auto *ITy = cast<IntegerType>(NewTy); in copyNonnullMetadata() local
2841 IntegerType *ITy = dyn_cast<IntegerType>(I->getType()); in recognizeBSwapOrBitReverseIdiom() local
/external/llvm/lib/Transforms/Utils/
DLocal.cpp1890 IntegerType *ITy = dyn_cast<IntegerType>(I->getType()); in recognizeBSwapOrBitReverseIdiom() local
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp358 if (auto *ITy = dyn_cast<IntegerType>(Ty)) { in printReturnValStr() local

12