Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h73 CONDCODE, enumerator
H A DSelectionDAGNodes.h2284 : SDNode(ISD::CONDCODE, 0, DebugLoc(), getSDVTList(MVT::Other)),
2291 return N->getOpcode() == ISD::CONDCODE;
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp448 case ISD::CONDCODE: in getOperationName()
H A DSelectionDAG.cpp1131 case ISD::CONDCODE: in RemoveNodeFromCSEMaps()
5898 return Op.isUndef() || Op.getOpcode() == ISD::CONDCODE || in FoldConstantArithmetic()
/openbsd/gnu/llvm/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td343 def cond : SDNode<"ISD::CONDCODE" , SDTOther , [], "CondCodeSDNode">;