Searched refs:MaxIdx (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| D | ScalarEvolutionExpander.cpp | 2087 Opcode(Opc), MinIdx(min), MaxIdx(max) { } in costAndCollectOperands() 2090 size_t MaxIdx; in costAndCollectOperands() member 2107 unsigned MaxIdx = 1) -> InstructionCost { in costAndCollectOperands() argument 2108 Operations.emplace_back(Opcode, MinIdx, MaxIdx); in costAndCollectOperands() 2114 unsigned MaxIdx) -> InstructionCost { in costAndCollectOperands() argument 2115 Operations.emplace_back(Opcode, MinIdx, MaxIdx); in costAndCollectOperands() 2229 size_t OpIdx = std::min(MinIdx, CostOp.MaxIdx); in costAndCollectOperands()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/ |
| D | AArch64ISelDAGToDAG.cpp | 373 template <unsigned MaxIdx, unsigned Scale> 375 return SelectSMETileSlice(N, MaxIdx, Vector, Offset, Scale); in SelectSMETileSlice()
|