Home
last modified time | relevance | path

Searched refs:getMachineInstrIfExists (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DCSEInfo.h108 MachineInstr *getMachineInstrIfExists(FoldingSetNodeID &ID,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCSEMIRBuilder.cpp40 CSEInfo->getMachineInstrIfExists(ID, CurMBB, NodeInsertPos); in getDominatingInstrForID()
DCSEInfo.cpp153 MachineInstr *GISelCSEInfo::getMachineInstrIfExists(FoldingSetNodeID &ID, in getMachineInstrIfExists() function in GISelCSEInfo