Searched refs:describeLoadedValue (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsInstrInfo.h | 191 Optional<ParamLoadedValue> describeLoadedValue(const MachineInstr &MI,
|
| H A D | MipsInstrInfo.cpp | 936 MipsInstrInfo::describeLoadedValue(const MachineInstr &MI, Register Reg) const { in describeLoadedValue() function in MipsInstrInfo 961 return TargetInstrInfo::describeLoadedValue(MI, Reg); in describeLoadedValue()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.h | 321 Optional<ParamLoadedValue> describeLoadedValue(const MachineInstr &MI,
|
| H A D | AArch64InstrInfo.cpp | 8080 AArch64InstrInfo::describeLoadedValue(const MachineInstr &MI, in describeLoadedValue() function in AArch64InstrInfo 8104 return TargetInstrInfo::describeLoadedValue(MI, Reg); in describeLoadedValue()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.h | 573 Optional<ParamLoadedValue> describeLoadedValue(const MachineInstr &MI,
|
| H A D | X86InstrInfo.cpp | 9021 X86InstrInfo::describeLoadedValue(const MachineInstr &MI, Register Reg) const { in describeLoadedValue() function in X86InstrInfo 9158 return TargetInstrInfo::describeLoadedValue(MI, Reg); in describeLoadedValue()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMBaseInstrInfo.h | 112 Optional<ParamLoadedValue> describeLoadedValue(const MachineInstr &MI,
|
| H A D | ARMBaseInstrInfo.cpp | 1071 ARMBaseInstrInfo::describeLoadedValue(const MachineInstr &MI, in describeLoadedValue() function in ARMBaseInstrInfo 1097 return TargetInstrInfo::describeLoadedValue(MI, Reg); in describeLoadedValue()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 1972 virtual Optional<ParamLoadedValue> describeLoadedValue(const MachineInstr &MI,
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | TargetInstrInfo.cpp | 1174 TargetInstrInfo::describeLoadedValue(const MachineInstr &MI, in describeLoadedValue() function in TargetInstrInfo
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.cpp | 726 if (auto ParamValue = TII.describeLoadedValue(*CurMI, ParamFwdReg)) { in interpretValues()
|