Searched refs:CONDCODE (Results 1 – 5 of 5) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| HD | ISDOpcodes.h | 61 BasicBlock, VALUETYPE, CONDCODE, Register, RegisterMask, enumerator
|
| HD | SelectionDAGNodes.h | 2159 : SDNode(ISD::CONDCODE, 0, DebugLoc(), getSDVTList(MVT::Other)), 2166 return N->getOpcode() == ISD::CONDCODE;
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| HD | SelectionDAGDumper.cpp | 405 case ISD::CONDCODE: in getOperationName()
|
| HD | SelectionDAG.cpp | 866 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/ |
| HD | TargetSelectionDAG.td | 317 def cond : SDNode<"ISD::CONDCODE" , SDTOther , [], "CondCodeSDNode">;
|