Searched refs:printStackObjectReference (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MIRPrinter.cpp | 381 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 D | MachineOperand.cpp | 575 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 D | MachineOperand.h | 274 LLVM_ABI static void printStackObjectReference(raw_ostream &OS,
|
| H A D | MIRYamlMapping.h | 433 MachineOperand::printStackObjectReference(OS, FI.FI, FI.IsFixed, "");
|