Searched refs:CONDCODE (Results 1 – 15 of 15) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 60 BasicBlock, VALUETYPE, CONDCODE, Register, RegisterMask, enumerator
|
D | SelectionDAGNodes.h | 1728 : SDNode(ISD::CONDCODE, 0, DebugLoc(), getSDVTList(MVT::Other)), 1736 return N->getOpcode() == ISD::CONDCODE;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 61 BasicBlock, VALUETYPE, CONDCODE, Register, RegisterMask, enumerator
|
D | SelectionDAGNodes.h | 2159 : SDNode(ISD::CONDCODE, 0, DebugLoc(), getSDVTList(MVT::Other)), 2166 return N->getOpcode() == ISD::CONDCODE;
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 66 CONDCODE, enumerator
|
D | SelectionDAGNodes.h | 2174 : SDNode(ISD::CONDCODE, 0, DebugLoc(), getSDVTList(MVT::Other)), 2181 return N->getOpcode() == ISD::CONDCODE;
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 328 case ISD::CONDCODE: in getOperationName()
|
D | SelectionDAG.cpp | 732 case ISD::CONDCODE: in RemoveNodeFromCSEMaps() 3392 return (Op.isUndef()) || (Op.getOpcode() == ISD::CONDCODE) || in FoldConstantVectorArithmetic()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 405 case ISD::CONDCODE: in getOperationName()
|
D | SelectionDAG.cpp | 866 case ISD::CONDCODE: in RemoveNodeFromCSEMaps() 5000 return (Op.isUndef()) || (Op.getOpcode() == ISD::CONDCODE) || in FoldConstantVectorArithmetic()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 426 case ISD::CONDCODE: in getOperationName()
|
D | SelectionDAG.cpp | 917 case ISD::CONDCODE: in RemoveNodeFromCSEMaps() 5012 return (Op.isUndef()) || (Op.getOpcode() == ISD::CONDCODE) || in FoldConstantVectorArithmetic()
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 333 def cond : SDNode<"ISD::CONDCODE" , SDTOther , [], "CondCodeSDNode">;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 317 def cond : SDNode<"ISD::CONDCODE" , SDTOther , [], "CondCodeSDNode">;
|
/external/llvm-project/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 319 def cond : SDNode<"ISD::CONDCODE" , SDTOther , [], "CondCodeSDNode">;
|