Home
last modified time | relevance | path

Searched refs:getCSEInfo (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCSEMIRBuilder.cpp36 GISelCSEInfo *CSEInfo = getCSEInfo(); in getDominatingInstrForID()
52 const GISelCSEInfo *CSEInfo = getCSEInfo(); in canPerformCSEForOpc()
110 getCSEInfo()->insertInstr(MIBInstr, NodeInsertPos); in memoizeMI()
186 getCSEInfo()->handleRemoveInst(&*MIB); in buildInstr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DMachineIRBuilder.h288 GISelCSEInfo *getCSEInfo() { return State.CSEInfo; } in getCSEInfo() function
289 const GISelCSEInfo *getCSEInfo() const { return State.CSEInfo; } in getCSEInfo() function