Searched defs:MaxIdx (Results 1 – 6 of 6) sorted by relevance
/llvm-project/bolt/lib/Passes/ |
H A D | HFSort.cpp | 257 size_t MaxIdx = Idx + 1; in randomClusters() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | ScalarEvolutionExpander.cpp | 1819 size_t MaxIdx; costAndCollectOperands() member 1836 __anon546f80930b02(unsigned Opcode, unsigned NumRequired, unsigned MinIdx = 0, unsigned MaxIdx = 1) costAndCollectOperands() argument 1843 __anon546f80930c02(unsigned Opcode, unsigned NumRequired, unsigned MinIdx, unsigned MaxIdx) costAndCollectOperands() argument
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | WindowScheduler.cpp | 403 unsigned MaxIdx = SchedInstrNum * SearchRatio / 100; getSearchIndexes() local
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 2009 SelectMultiVectorMoveZ(SDNode * N,unsigned NumVecs,unsigned Op,unsigned MaxIdx,unsigned Scale,unsigned BaseReg) SelectMultiVectorMoveZ() argument
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 8410 getSmallestVTForIndex(MVT VecVT,unsigned MaxIdx,SDLoc DL,SelectionDAG & DAG,const RISCVSubtarget & Subtarget) getSmallestVTForIndex() argument 8705 std::optional<uint64_t> MaxIdx; lowerEXTRACT_VECTOR_ELT() local
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 7506 unsigned MinIdx = NElts, MaxIdx = 0; canReuseExtract() local
|