Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDLoopVectorize.cpp1005 using InstructionVFPair = std::pair<Instruction *, ElementCount>; typedef
1550 SmallVectorImpl<InstructionVFPair> *Invalid = nullptr);
4350 static void emitInvalidCostRemarks(SmallVector<InstructionVFPair> InvalidCosts, in emitInvalidCostRemarks()
4367 sort(InvalidCosts, [&Numbering](InstructionVFPair &A, InstructionVFPair &B) { in emitInvalidCostRemarks()
4381 auto Tail = ArrayRef<InstructionVFPair>(InvalidCosts); in emitInvalidCostRemarks()
4382 auto Subset = ArrayRef<InstructionVFPair>(); in emitInvalidCostRemarks()
4536 SmallVector<InstructionVFPair> InvalidCosts; in selectVectorizationFactor()
5485 ElementCount VF, SmallVectorImpl<InstructionVFPair> *Invalid) { in expectedCost()