/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/ |
D | OpDescriptor.cpp | 16 if (auto *IntTy = dyn_cast<IntegerType>(T)) { in makeConstantsWithType() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ValueTypes.cpp | 24 EVT IntTy = getIntegerVT(Context, getScalarSizeInBits()); in changeExtendedVectorElementTypeToInteger() local
|
D | MachineFunction.cpp | 1073 Type *IntTy = IntegerType::get(A->getContext(), StoreSize*8); in CanShareConstantPoolEntry() local
|
D | AtomicExpandPass.cpp | 507 IntegerType *IntTy = Builder.getIntNTy(OrigTy->getPrimitiveSizeInBits()); in createCmpXchgInstFun() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DataLayout.cpp | 778 IntegerType *IntTy = IntegerType::get(Ty->getContext(), NumBits); in getIntPtrType() local 800 IntegerType *IntTy = IntegerType::get(Ty->getContext(), NumBits); in getIndexType() local
|
D | Core.cpp | 1298 LLVMValueRef LLVMConstInt(LLVMTypeRef IntTy, unsigned long long N, in LLVMConstInt() 1303 LLVMValueRef LLVMConstIntOfArbitraryPrecision(LLVMTypeRef IntTy, in LLVMConstIntOfArbitraryPrecision() 1312 LLVMValueRef LLVMConstIntOfString(LLVMTypeRef IntTy, const char Str[], in LLVMConstIntOfString() 1318 LLVMValueRef LLVMConstIntOfStringAndSize(LLVMTypeRef IntTy, const char Str[], in LLVMConstIntOfStringAndSize()
|
D | Instructions.cpp | 3058 if (auto *IntTy = dyn_cast<IntegerType>(DestTy)) in isBitOrNoopPointerCastable() local 3062 if (auto *IntTy = dyn_cast<IntegerType>(SrcTy)) in isBitOrNoopPointerCastable() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCBoolRetToInt.cpp | 93 Type *IntTy = ST->isPPC64() ? Type::getInt64Ty(V->getContext()) in translate() local
|
D | PPCInstrInfo.cpp | 4036 const IntegerType *IntTy = in isSignOrZeroExtended() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | BoundsChecking.cpp | 76 Type *IntTy = DL.getIntPtrType(Ptr->getType()); in getBoundsCheckCond() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | MemoryBuiltins.h | 295 IntegerType *IntTy; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ValueTypes.h | 104 MVT IntTy = MVT::getIntegerVT(BitWidth); in changeVectorElementTypeToInteger() local
|
D | TargetLowering.h | 1927 void setBooleanContents(BooleanContent IntTy, BooleanContent FloatTy) { in setBooleanContents()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | Debugify.cpp | 144 auto *IntTy = Type::getInt32Ty(Ctx); in applyDebugifyMetadata() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 1053 Type *ExpandTy, Type *IntTy, in expandIVInc() 1162 Type *IntTy, in getAddRecExprPHILiterally() 1339 Type *IntTy = SE.getEffectiveSCEVType(STy); in expandAddRecExprLiterally() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 2099 Type *IntTy = Type::getIntNTy(AllocaTy->getContext(), SizeInBits); in isIntegerWideningViable() local 2131 IntegerType *IntTy = cast<IntegerType>(V->getType()); in extractInteger() local 2152 IntegerType *IntTy = cast<IntegerType>(Old->getType()); in insertInteger() local 2278 IntegerType *IntTy; member in llvm::sroa::AllocaSliceRewriter
|
D | LoopStrengthReduce.cpp | 3175 Type *IntTy = SE.getEffectiveSCEVType(IVTy); in GenerateIVChain() local 3870 Type *IntTy = Base.getType(); in GenerateICmpZeroScales() local 3960 Type *IntTy = Base.getType(); in GenerateScales() local 4191 Type *IntTy = SE.getEffectiveSCEVType(OrigReg->getType()); in GenerateCrossUseConstantOffsets() local 5155 Type *IntTy = SE.getEffectiveSCEVType(Ty); in Expand() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUCodeGenPrepare.cpp | 231 const IntegerType *IntTy = dyn_cast<IntegerType>(T); in needsPromotionToI32() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | IRBuilder.h | 2697 auto *IntTy = cast<IntegerType>(From->getType()); in CreateExtractInteger() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | WholeProgramDevirt.cpp | 1284 StringRef Name, IntegerType *IntTy, in importConstant()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 2157 IntegerType *IntTy = IntegerType::get(*DAG.getContext(), ElemWidth); in getBuildVectorConstInts() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 9289 Type *IntTy = DL.getIntPtrType(EltTy); in lowerInterleavedStore() local 9965 MVT IntTy = N->getSimpleValueType(0).getVectorElementType(); in performFpToIntCombine() local 10034 MVT IntTy = Op.getOperand(0).getSimpleValueType().getVectorElementType(); in performFDivCombine() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 5694 IntegerType *IntTy = cast<IntegerType>(LHSI->getOperand(0)->getType()); in foldFCmpIntToFPConst() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | LegalizerHelper.cpp | 4176 LLT IntTy = LLT::scalar(SrcTy.getSizeInBits()); in lowerUnmergeValues() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 13688 MVT IntTy = N->getSimpleValueType(0).getVectorElementType(); in PerformVCVTCombine() local 13746 MVT IntTy = Op.getOperand(0).getSimpleValueType().getVectorElementType(); in PerformVDIVCombine() local 17222 Type *IntTy = DL.getIntPtrType(EltTy); in lowerInterleavedStore() local
|