Searched refs:removeRegsInMask (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | LivePhysRegs.cpp | 30 void LivePhysRegs::removeRegsInMask(const MachineOperand &MO, in removeRegsInMask() function in LivePhysRegs 56 removeRegsInMask(*O, nullptr); in stepBackward() 93 removeRegsInMask(*O, &Clobbers); in stepForward()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LivePhysRegs.cpp | 31 void LivePhysRegs::removeRegsInMask(const MachineOperand &MO, in removeRegsInMask() function in LivePhysRegs 48 removeRegsInMask(MOP); in removeDefs() 99 removeRegsInMask(*O, &Clobbers); in stepForward()
|
D | ScheduleDAGInstrs.cpp | 1132 LiveRegs.removeRegsInMask(MO); in fixupKills()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | LivePhysRegs.cpp | 31 void LivePhysRegs::removeRegsInMask(const MachineOperand &MO, in removeRegsInMask() function in LivePhysRegs 48 removeRegsInMask(MOP); in removeDefs() 99 removeRegsInMask(*O, &Clobbers); in stepForward()
|
D | ScheduleDAGInstrs.cpp | 1136 LiveRegs.removeRegsInMask(MO); in fixupKills()
|
/external/llvm/include/llvm/CodeGen/ |
D | LivePhysRegs.h | 92 void removeRegsInMask(const MachineOperand &MO,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | LivePhysRegs.h | 97 void removeRegsInMask(const MachineOperand &MO,
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | LivePhysRegs.h | 97 void removeRegsInMask(const MachineOperand &MO,
|