Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DLVLGen.cpp29 unsigned getVL(const MachineInstr &MI);
50 unsigned LVLGen::getVL(const MachineInstr &MI) { in getVL() function in LVLGen
75 unsigned Reg = getVL(*MI); in runOnMachineBasicBlock()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3044 ValueList getVL(unsigned OpIdx) const { in getVL() function in llvm::slpvectorizer::BoUpSLP::VLOperands
10544 Operands.front() = Ops.getVL(0); in buildTreeRec()
10545 Operands.back() = Ops.getVL(1); in buildTreeRec()
10604 Operands[0] = Ops.getVL(0); in buildTreeRec()
10605 Operands[1] = Ops.getVL(1); in buildTreeRec()
10653 Operands[0] = Ops.getVL(0); in buildTreeRec()
10654 Operands[1] = Ops.getVL(1); in buildTreeRec()
10714 Operands[0] = Ops.getVL(0); in buildTreeRec()
10715 Operands[1] = Ops.getVL(1); in buildTreeRec()