Searched refs:isLocationSpill (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LiveDebugValues.cpp | 499 bool isLocationSpill(const MachineInstr &MI, MachineFunction *MF, 975 bool LiveDebugValues::isLocationSpill(const MachineInstr &MI, in isLocationSpill() function in LiveDebugValues 1078 if (isLocationSpill(MI, MF, Reg)) { in transferSpillOrRestoreInst()
|
/external/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
D | VarLocBasedImpl.cpp | 746 bool isLocationSpill(const MachineInstr &MI, MachineFunction *MF, 1284 bool VarLocBasedLDV::isLocationSpill(const MachineInstr &MI, in isLocationSpill() function in VarLocBasedLDV 1389 if (isLocationSpill(MI, MF, Reg)) { in transferSpillOrRestoreInst()
|
D | InstrRefBasedImpl.cpp | 1381 bool isLocationSpill(const MachineInstr &MI, MachineFunction *MF, 1864 bool InstrRefBasedLDV::isLocationSpill(const MachineInstr &MI, in isLocationSpill() function in InstrRefBasedLDV 1954 if (isLocationSpill(MI, MF, Reg)) { in transferSpillOrRestoreInst()
|