Searched refs:isSpillInstruction (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LiveDebugValues.cpp | 491 bool isSpillInstruction(const MachineInstr &MI, MachineFunction *MF); 962 bool LiveDebugValues::isSpillInstruction(const MachineInstr &MI, in isSpillInstruction() function in LiveDebugValues 977 if (!isSpillInstruction(MI, MF)) in isLocationSpill() 1052 if (isSpillInstruction(MI, MF)) { in transferSpillOrRestoreInst()
|
/external/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
D | VarLocBasedImpl.cpp | 738 bool isSpillInstruction(const MachineInstr &MI, MachineFunction *MF); 1271 bool VarLocBasedLDV::isSpillInstruction(const MachineInstr &MI, in isSpillInstruction() function in VarLocBasedLDV 1286 if (!isSpillInstruction(MI, MF)) in isLocationSpill() 1361 if (isSpillInstruction(MI, MF)) { in transferSpillOrRestoreInst()
|
D | InstrRefBasedImpl.cpp | 1373 bool isSpillInstruction(const MachineInstr &MI, MachineFunction *MF); 1851 bool InstrRefBasedLDV::isSpillInstruction(const MachineInstr &MI, in isSpillInstruction() function in InstrRefBasedLDV 1866 if (!isSpillInstruction(MI, MF)) in isLocationSpill() 1943 if (isSpillInstruction(MI, MF)) { in transferSpillOrRestoreInst()
|