Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1254 bool isVPOpcode(unsigned Opcode);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEISelLowering.cpp1672 if (ISD::isVPOpcode(Opcode)) in LowerOperation()
2694 const bool FromVP = ISD::isVPOpcode(Opcode); in lowerToVVP()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp403 bool ISD::isVPOpcode(unsigned Opcode) { in isVPOpcode() function in ISD