Home
last modified time | relevance | path

Searched refs:getFoldedSpillSize (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstr.h1492 Optional<unsigned> getFoldedSpillSize(const TargetInstrInfo *TII) const;
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineInstr.h1604 Optional<unsigned> getFoldedSpillSize(const TargetInstrInfo *TII) const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveDebugValues.cpp968 if (!MI.getSpillSize(TII) && !MI.getFoldedSpillSize(TII)) in isSpillInstruction()
DMachineInstr.cpp2171 MachineInstr::getFoldedSpillSize(const TargetInstrInfo *TII) const { in getFoldedSpillSize() function in MachineInstr
/external/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
DVarLocBasedImpl.cpp1277 if (!MI.getSpillSize(TII) && !MI.getFoldedSpillSize(TII)) in isSpillInstruction()
DInstrRefBasedImpl.cpp1857 if (!MI.getSpillSize(TII) && !MI.getFoldedSpillSize(TII)) in isSpillInstruction()
/external/llvm-project/llvm/lib/CodeGen/
DMachineInstr.cpp2262 MachineInstr::getFoldedSpillSize(const TargetInstrInfo *TII) const { in getFoldedSpillSize() function in MachineInstr
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp806 } else if ((Size = MI.getFoldedSpillSize(TII))) { in emitComments()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp841 } else if ((Size = MI.getFoldedSpillSize(TII))) { in emitComments()