Home
last modified time | relevance | path

Searched refs:getNodeIfExists (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DSelectionDAG.h804 SDNode *getNodeIfExists(unsigned Opcode, SDVTList VTs,
/external/llvm/include/llvm/CodeGen/
DSelectionDAG.h1095 SDNode *getNodeIfExists(unsigned Opcode, SDVTList VTs, ArrayRef<SDValue> Ops,
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp5183 SDNode *SelectionDAG::getNodeIfExists(unsigned Opcode, SDVTList VTList, in getNodeIfExists() function in SelectionDAG
DDAGCombiner.cpp1175 SDNode *CSENode = DAG.getNodeIfExists(N->getOpcode(), N->getVTList(), in combine()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp6195 SDNode *SelectionDAG::getNodeIfExists(unsigned Opcode, SDVTList VTList, in getNodeIfExists() function in SelectionDAG
DDAGCombiner.cpp1506 SDNode *CSENode = DAG.getNodeIfExists(N->getOpcode(), N->getVTList(), Ops, in combine()