Home
last modified time | relevance | path

Searched defs:IdxTy (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DReplaceConstant.cpp39 Type *IdxTy = Type::getInt32Ty(C->getContext()); in expandUser() local
H A DConstants.cpp1489 Type *IdxTy = Type::getInt64Ty(VTy->getContext()); in getSplat() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrOrderFile.cpp66 Type *IdxTy = Type::getInt32Ty(Ctx); in createOrderFileData() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelperVectorOps.cpp364 LLT IdxTy = MRI.getType(Extract->getIndexReg()); in matchExtractVectorElementWithShuffleVector() local
H A DLegalizerHelper.cpp3209 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 DIRTranslator.cpp1641 LLT IdxTy = MRI->getType(IdxReg); in translateGetElementPtr() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp403 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 DAArch64TargetTransformInfo.cpp1094 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 DAArch64ISelLowering.cpp15842 Type *IdxTy = GTI.getIndexedType(); in isExtFreeImpl() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1856 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 DVPlanTransforms.cpp691 Type *IdxTy = in optimizeForVFAndUF() local
H A DLoopVectorize.cpp928 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 DVPlanRecipes.cpp2527 auto *IdxTy = Builder.getInt32Ty(); in execute() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerLowering.cpp421 LLT IdxTy = MRI.getType(Insert.getIndexReg()); in applyNonConstInsert() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1568 DIE *IdxTy = getIndexTyDie(); in constructArrayTypeDIE() local
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1707 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 DLoopAccessAnalysis.cpp251 Type *IdxTy = DL.getIndexType(PtrExpr->getType()); in getStartAndEndForAccess() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp484 const QualType IdxTy = SVB.getArrayIndexType(); in checkInit() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp1770 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 DCGExprScalar.cpp1985 QualType IdxTy = E->getIdx()->getType(); in VisitArraySubscriptExpr() local
H A DCGExpr.cpp4176 QualType IdxTy = E->getIdx()->getType(); in EmitArraySubscriptExpr() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4332 MVT IdxTy = MVT::getIntegerVT(IdxSize); in visitGetElementPtr() local