Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h60 BasicBlock, VALUETYPE, CONDCODE, Register, RegisterMask, enumerator
H A DSelectionDAGNodes.h2013 : SDNode(ISD::CONDCODE, 0, DebugLoc(), getSDVTList(MVT::Other)),
2020 return N->getOpcode() == ISD::CONDCODE;
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp376 case ISD::CONDCODE: in getOperationName()
H A DSelectionDAG.cpp847 case ISD::CONDCODE: in RemoveNodeFromCSEMaps()
4688 return (Op.isUndef()) || (Op.getOpcode() == ISD::CONDCODE) || in FoldConstantVectorArithmetic()
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td307 def cond : SDNode<"ISD::CONDCODE" , SDTOther , [], "CondCodeSDNode">;