Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp381 static void printStackObjectReference(raw_ostream &OS, in printStackObjectReference() function
388 MachineOperand::printStackObjectReference(OS, Operand.ID, Operand.IsFixed, in printStackObjectReference()
498 printStackObjectReference(StrOS, State, MFI.getStackProtectorIndex()); in convertStackObjects()
503 printStackObjectReference(StrOS, State, MFI.getFunctionContextIndex()); in convertStackObjects()
931 printStackObjectReference(OS, State, Op.getIndex()); in printMIOperand()
H A DMachineOperand.cpp575 MachineOperand::printStackObjectReference(OS, FrameIndex, IsFixed, Name); in printFrameIndex()
643 void MachineOperand::printStackObjectReference(raw_ostream &OS, in printStackObjectReference() function in MachineOperand
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h274 LLVM_ABI static void printStackObjectReference(raw_ostream &OS,
H A DMIRYamlMapping.h433 MachineOperand::printStackObjectReference(OS, FI.FI, FI.IsFixed, "");