Home
last modified time | relevance | path

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

/external/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()
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DCSEMIRBuilder.cpp37 GISelCSEInfo *CSEInfo = getCSEInfo(); in getDominatingInstrForID()
59 const GISelCSEInfo *CSEInfo = getCSEInfo(); in canPerformCSEForOpc()
125 getCSEInfo()->insertInstr(MIBInstr, NodeInsertPos); in memoizeMI()
216 getCSEInfo()->handleRemoveInst(&*MIB); in buildInstr()
/external/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
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DMachineIRBuilder.h300 GISelCSEInfo *getCSEInfo() { return State.CSEInfo; } in getCSEInfo() function
301 const GISelCSEInfo *getCSEInfo() const { return State.CSEInfo; } in getCSEInfo() function