Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DResetMachineFunctionPass.cpp60 make_scope_exit([&MF]() { MF.getRegInfo().clearVirtRegTypes(); }); in runOnMachineFunction()
DMachineRegisterInfo.cpp199 void MachineRegisterInfo::clearVirtRegTypes() { VRegToType.clear(); } in clearVirtRegTypes() function in MachineRegisterInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DInstructionSelect.cpp260 MRI.clearVirtRegTypes(); in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h744 void clearVirtRegTypes();