Searched refs:printStackObjectReference (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MIRPrinter.cpp | 161 void printStackObjectReference(int FrameIndex); 503 .printStackObjectReference(MFI.getStackProtectorIndex()); in convertStackObjects() 509 .printStackObjectReference(MFI.getFunctionContextIndex()); in convertStackObjects() 906 void MIPrinter::printStackObjectReference(int FrameIndex) { in printStackObjectReference() function in MIPrinter 911 MachineOperand::printStackObjectReference(OS, Operand.ID, Operand.IsFixed, in printStackObjectReference() 965 printStackObjectReference(Op.getIndex()); in print()
|
H A D | MachineOperand.cpp | 566 MachineOperand::printStackObjectReference(OS, FrameIndex, IsFixed, Name); in printFrameIndex() 634 void MachineOperand::printStackObjectReference(raw_ostream &OS, in printStackObjectReference() function in MachineOperand
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineOperand.h | 273 static void printStackObjectReference(raw_ostream &OS, unsigned FrameIndex,
|
H A D | MIRYamlMapping.h | 430 MachineOperand::printStackObjectReference(OS, FI.FI, FI.IsFixed, "");
|