Searched refs:CONDCODE (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 60 BasicBlock, VALUETYPE, CONDCODE, Register, enumerator
|
D | SelectionDAGNodes.h | 1499 : SDNode(ISD::CONDCODE, DebugLoc(), getSDVTList(MVT::Other)), 1508 return N->getOpcode() == ISD::CONDCODE;
|
/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/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/include/llvm/Target/ |
D | TargetSelectionDAG.td | 284 def cond : SDNode<"ISD::CONDCODE" , SDTOther , [], "CondCodeSDNode">;
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 333 def cond : SDNode<"ISD::CONDCODE" , SDTOther , [], "CondCodeSDNode">;
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 616 case ISD::CONDCODE: in RemoveNodeFromCSEMaps() 6097 case ISD::CONDCODE: in getOperationName()
|