Searched refs:CONDCODE (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 60 BasicBlock, VALUETYPE, CONDCODE, Register, RegisterMask, enumerator
|
| H A D | SelectionDAGNodes.h | 2013 : SDNode(ISD::CONDCODE, 0, DebugLoc(), getSDVTList(MVT::Other)), 2020 return N->getOpcode() == ISD::CONDCODE;
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 376 case ISD::CONDCODE: in getOperationName()
|
| H A D | SelectionDAG.cpp | 847 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 D | TargetSelectionDAG.td | 307 def cond : SDNode<"ISD::CONDCODE" , SDTOther , [], "CondCodeSDNode">;
|