Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVECustomDAG.h83 Optional<int> getMaskPos(unsigned);
H A DVECustomDAG.cpp191 Optional<int> getMaskPos(unsigned Opc) { in getMaskPos() function
391 auto PosOpt = getMaskPos(Op->getOpcode()); in getNodeMask()
H A DVVPISelLowering.cpp348 auto MaskPos = getMaskPos(Op->getOpcode()); in splitVectorOp()