/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | ReplaceConstant.cpp | 39 Type *IdxTy = Type::getInt32Ty(C->getContext()); in expandUser() local
|
H A D | Constants.cpp | 1489 Type *IdxTy = Type::getInt64Ty(VTy->getContext()); in getSplat() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrOrderFile.cpp | 66 Type *IdxTy = Type::getInt32Ty(Ctx); in createOrderFileData() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelperVectorOps.cpp | 364 LLT IdxTy = MRI.getType(Extract->getIndexReg()); in matchExtractVectorElementWithShuffleVector() local
|
H A D | LegalizerHelper.cpp | 3209 LLT IdxTy = B.getMRI()->getType(Idx); in getBitcastWiderVectorElementOffset() local 4143 LLT IdxTy = B.getMRI()->getType(IdxReg); in clampVectorIndex() local 4177 LLT IdxTy = MRI.getType(Index).changeElementSize(IndexSizeInBits); in getVectorElementPointer() local 4579 LLT IdxTy = MRI.getType(Idx); in fewerElementsVectorExtractInsertVectorElt() local 5675 LLT IdxTy(TLI.getVectorIdxTy(MIRBuilder.getDataLayout())); in moreElementsVector() local 7602 LLT IdxTy = LLT::scalar(32); in lowerShuffleVector() local 7654 LLT IdxTy = LLT::scalar(32); in lowerVECTOR_COMPRESS() local
|
H A D | IRTranslator.cpp | 1641 LLT IdxTy = MRI->getType(IdxReg); in translateGetElementPtr() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetTransformInfo.cpp | 403 VectorType *IdxTy = getVRGatherIndexType(LT.second, *ST, Tp->getContext()); in getShuffleCost() local 420 VectorType *IdxTy = getVRGatherIndexType(LT.second, *ST, C); in getShuffleCost() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.cpp | 1094 auto *IdxTy = Type::getInt64Ty(II.getContext()); in instCombineSVEDup() local 1243 auto *IdxTy = Type::getInt64Ty(II.getContext()); in instCombineSVELast() local 1279 auto *IdxTy = Type::getInt64Ty(II.getContext()); in instCombineSVELast() local
|
H A D | AArch64ISelLowering.cpp | 15842 Type *IdxTy = GTI.getIndexedType(); in isExtFreeImpl() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineVerifier.cpp | 1856 LLT IdxTy = MRI->getType(MI->getOperand(2).getReg()); in verifyPreISelGenericInstruction() local 1881 LLT IdxTy = MRI->getType(MI->getOperand(3).getReg()); in verifyPreISelGenericInstruction() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanTransforms.cpp | 691 Type *IdxTy = in optimizeForVFAndUF() local
|
H A D | LoopVectorize.cpp | 928 const SCEV *createTripCountSCEV(Type *IdxTy, PredicatedScalarEvolution &PSE, in createTripCountSCEV() 2316 Type *IdxTy = Cost->Legal->getWidestInductionType(); in isIndvarOverflowCheckKnownFalse() local 7633 Type *IdxTy = Legal->getWidestInductionType(); in createEpilogueVectorizedLoopSkeleton() local 8349 static void addCanonicalIVRecipes(VPlan &Plan, Type *IdxTy, bool HasNUW, in addCanonicalIVRecipes()
|
H A D | VPlanRecipes.cpp | 2527 auto *IdxTy = Builder.getInt32Ty(); in execute() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64PostLegalizerLowering.cpp | 421 LLT IdxTy = MRI.getType(Insert.getIndexReg()); in applyNonConstInsert() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 1568 DIE *IdxTy = getIndexTyDie(); in constructArrayTypeDIE() local
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 1707 Type *IdxTy = Type::getInt32Ty(BC->getContext()); in materializeValue() local 3479 Type *IdxTy = getTypeByID(IdxTyID); in parseConstants() local 3499 Type *IdxTy = getTypeByID(IdxTyID); in parseConstants() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LoopAccessAnalysis.cpp | 251 Type *IdxTy = DL.getIndexType(PtrExpr->getType()); in getStartAndEndForAccess() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CStringChecker.cpp | 484 const QualType IdxTy = SVB.getArrayIndexType(); in checkInit() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULegalizerInfo.cpp | 1770 const LLT IdxTy = Query.Types[IdxTypeIdx]; in AMDGPULegalizerInfo() local 5546 LLT IdxTy = LLT::scalar(DstTy.getSizeInBits()); in getImplicitArgPtr() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprScalar.cpp | 1985 QualType IdxTy = E->getIdx()->getType(); in VisitArraySubscriptExpr() local
|
H A D | CGExpr.cpp | 4176 QualType IdxTy = E->getIdx()->getType(); in EmitArraySubscriptExpr() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 4332 MVT IdxTy = MVT::getIntegerVT(IdxSize); in visitGetElementPtr() local
|