Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DResetMachineFunctionPass.cpp58 make_scope_exit([&MF]() { MF.getRegInfo().clearVirtRegTypes(); }); in runOnMachineFunction()
DMachineRegisterInfo.cpp201 void MachineRegisterInfo::clearVirtRegTypes() { VRegToType.clear(); } in clearVirtRegTypes() function in MachineRegisterInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DInstructionSelect.cpp239 MRI.clearVirtRegTypes(); in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h737 void clearVirtRegTypes();