Home
last modified time | relevance | path

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

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