Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DISDOpcodes.h60 BasicBlock, VALUETYPE, CONDCODE, Register, enumerator
DSelectionDAGNodes.h1499 : SDNode(ISD::CONDCODE, DebugLoc(), getSDVTList(MVT::Other)),
1508 return N->getOpcode() == ISD::CONDCODE;
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h60 BasicBlock, VALUETYPE, CONDCODE, Register, RegisterMask, enumerator
DSelectionDAGNodes.h1728 : SDNode(ISD::CONDCODE, 0, DebugLoc(), getSDVTList(MVT::Other)),
1736 return N->getOpcode() == ISD::CONDCODE;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h60 BasicBlock, VALUETYPE, CONDCODE, Register, RegisterMask, enumerator
DSelectionDAGNodes.h1984 : SDNode(ISD::CONDCODE, 0, DebugLoc(), getSDVTList(MVT::Other)),
1991 return N->getOpcode() == ISD::CONDCODE;
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp328 case ISD::CONDCODE: in getOperationName()
DSelectionDAG.cpp732 case ISD::CONDCODE: in RemoveNodeFromCSEMaps()
3392 return (Op.isUndef()) || (Op.getOpcode() == ISD::CONDCODE) || in FoldConstantVectorArithmetic()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp357 case ISD::CONDCODE: in getOperationName()
DSelectionDAG.cpp829 case ISD::CONDCODE: in RemoveNodeFromCSEMaps()
4341 return (Op.isUndef()) || (Op.getOpcode() == ISD::CONDCODE) || in FoldConstantVectorArithmetic()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetSelectionDAG.td284 def cond : SDNode<"ISD::CONDCODE" , SDTOther , [], "CondCodeSDNode">;
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td333 def cond : SDNode<"ISD::CONDCODE" , SDTOther , [], "CondCodeSDNode">;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td311 def cond : SDNode<"ISD::CONDCODE" , SDTOther , [], "CondCodeSDNode">;
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp616 case ISD::CONDCODE: in RemoveNodeFromCSEMaps()
6097 case ISD::CONDCODE: in getOperationName()