Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h1268 bool isVPOpcode(unsigned Opcode);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/VE/
DVEISelLowering.cpp1673 if (ISD::isVPOpcode(Opcode)) in LowerOperation()
2695 const bool FromVP = ISD::isVPOpcode(Opcode); in lowerToVVP()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp404 bool ISD::isVPOpcode(unsigned Opcode) { in isVPOpcode() function in ISD