Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/VE/
H A DLVLGen.cpp31 unsigned getVL(const MachineInstr &MI);
52 unsigned LVLGen::getVL(const MachineInstr &MI) { in getVL() function in LVLGen
77 unsigned Reg = getVL(*MI); in runOnMachineBasicBlock()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1980 ValueList getVL(unsigned OpIdx) const { in getVL() function in llvm::slpvectorizer::BoUpSLP::VLOperands
8481 Left = Ops.getVL(0); in reorderInputsAccordingToOpcode()
8482 Right = Ops.getVL(1); in reorderInputsAccordingToOpcode()