Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDISDOpcodes.h61 BasicBlock, VALUETYPE, CONDCODE, Register, RegisterMask, enumerator
HDSelectionDAGNodes.h2159 : SDNode(ISD::CONDCODE, 0, DebugLoc(), getSDVTList(MVT::Other)),
2166 return N->getOpcode() == ISD::CONDCODE;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGDumper.cpp405 case ISD::CONDCODE: in getOperationName()
HDSelectionDAG.cpp866 case ISD::CONDCODE: in RemoveNodeFromCSEMaps()
4997 return (Op.isUndef()) || (Op.getOpcode() == ISD::CONDCODE) || in FoldConstantVectorArithmetic()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Target/
HDTargetSelectionDAG.td317 def cond : SDNode<"ISD::CONDCODE" , SDTOther , [], "CondCodeSDNode">;