/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | IndirectBrExpandPass.cpp | 148 auto *ITy = cast<IntegerType>(DL.getIntPtrType(BA->getType())); in runOnFunction() local 174 auto *ITy = in runOnFunction() local
|
D | ValueTypes.cpp | 107 if (IntegerType *ITy = dyn_cast<IntegerType>(LLVMTy)) in getExtendedSizeInBits() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 193 if (IntegerType *ITy = in getKindForGlobal() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | 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
|
D | 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
|
D | Constants.cpp | 373 if (IntegerType *ITy = dyn_cast<IntegerType>(Ty)) in getAllOnesValue() local 697 IntegerType *ITy = IntegerType::get(Context, V.getBitWidth()); in get() local
|
D | 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
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | 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
|
D | ScalarEvolution.cpp | 444 IntegerType *ITy = cast<IntegerType>(getEffectiveSCEVType(Ty)); in getConstant() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.cpp | 257 if (IntegerType *ITy = dyn_cast<IntegerType>(Ty)) in mightUseCTR() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 798 Type *ITy = I->getType(); in SimplifyMultipleUseDemandedBits() local
|
D | 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
|
D | InstCombineVectorOps.cpp | 1181 Type *ITy = I->getType(); in canEvaluateShuffled() local
|
D | InstCombineAddSub.cpp | 1521 auto IsValidPromotion = [](Type *FTy, Type *ITy) { in visitFAdd()
|
D | InstCombineCasts.cpp | 929 if (IntegerType *ITy = dyn_cast<IntegerType>(Zext.getType())) { in transformZExtICmp() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | 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
|
D | SCCP.cpp | 1512 Type *ITy = I.getType(); in ResolvedUndefsIn() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 2575 auto *ITy = cast<IntegerType>(NewTy); in copyNonnullMetadata() local 2841 IntegerType *ITy = dyn_cast<IntegerType>(I->getType()); in recognizeBSwapOrBitReverseIdiom() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 348 if (auto *ITy = dyn_cast<IntegerType>(Ty)) { in printReturnValStr() local
|
D | NVPTXISelLowering.cpp | 1279 if (auto *ITy = dyn_cast<IntegerType>(retTy)) { in getPrototype() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 2003 IntegerType *ITy = in fastEmit_ri_() local
|