Home
last modified time | relevance | path

Searched defs:setMF (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.h212 void setMF(MachineFunction &MFunc) { MF = &MFunc; } in setMF() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCSEInfo.cpp83 void GISelCSEInfo::setMF(MachineFunction &MF) { in setMF() function in GISelCSEInfo
DMachineIRBuilder.cpp26 void MachineIRBuilder::setMF(MachineFunction &MF) { in setMF() function in MachineIRBuilder