Searched refs:getNodeIfExists (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | SelectionDAG.h | 804 SDNode *getNodeIfExists(unsigned Opcode, SDVTList VTs,
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 1095 SDNode *getNodeIfExists(unsigned Opcode, SDVTList VTs, ArrayRef<SDValue> Ops,
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 5183 SDNode *SelectionDAG::getNodeIfExists(unsigned Opcode, SDVTList VTList, in getNodeIfExists() function in SelectionDAG
|
D | DAGCombiner.cpp | 1175 SDNode *CSENode = DAG.getNodeIfExists(N->getOpcode(), N->getVTList(), in combine()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 6195 SDNode *SelectionDAG::getNodeIfExists(unsigned Opcode, SDVTList VTList, in getNodeIfExists() function in SelectionDAG
|
D | DAGCombiner.cpp | 1506 SDNode *CSENode = DAG.getNodeIfExists(N->getOpcode(), N->getVTList(), Ops, in combine()
|