Home
last modified time | relevance | path

Searched refs:MaxIdx (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DScalarEvolutionExpander.cpp2087 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/
DAArch64ISelDAGToDAG.cpp373 template <unsigned MaxIdx, unsigned Scale>
375 return SelectSMETileSlice(N, MaxIdx, Vector, Offset, Scale); in SelectSMETileSlice()