Home
last modified time | relevance | path

Searched refs:CONDCODE (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h66 CONDCODE, enumerator
H A DSelectionDAGNodes.h2187 : SDNode(ISD::CONDCODE, 0, DebugLoc(), getSDVTList(MVT::Other)),
2194 return N->getOpcode() == ISD::CONDCODE;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp435 case ISD::CONDCODE: in getOperationName()
H A DSelectionDAG.cpp986 case ISD::CONDCODE: in RemoveNodeFromCSEMaps()
5311 return (Op.isUndef()) || (Op.getOpcode() == ISD::CONDCODE) || in FoldConstantVectorArithmetic()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td332 def cond : SDNode<"ISD::CONDCODE" , SDTOther , [], "CondCodeSDNode">;