Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h73 CONDCODE, enumerator
H A DSelectionDAGNodes.h2366 : SDNode(ISD::CONDCODE, 0, DebugLoc(), getSDVTList(MVT::Other)),
2373 return N->getOpcode() == ISD::CONDCODE;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp498 case ISD::CONDCODE: in getOperationName()
H A DSelectionDAG.cpp1178 case ISD::CONDCODE: in RemoveNodeFromCSEMaps()
5161 case ISD::CONDCODE: in isGuaranteedNotToBeUndefOrPoison()
6665 return Op.isUndef() || Op.getOpcode() == ISD::CONDCODE || in FoldConstantArithmetic()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td362 def cond : SDNode<"ISD::CONDCODE" , SDTOther , [], "CondCodeSDNode">;