Searched refs:describeLoadedValue (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h277 Optional<ParamLoadedValue> describeLoadedValue(const MachineInstr &MI,
H A DAArch64InstrInfo.cpp6590 AArch64InstrInfo::describeLoadedValue(const MachineInstr &MI, function in class:AArch64InstrInfo
6614 return TargetInstrInfo::describeLoadedValue(MI, Reg);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h525 Optional<ParamLoadedValue> describeLoadedValue(const MachineInstr &MI,
H A DX86InstrInfo.cpp7598 X86InstrInfo::describeLoadedValue(const MachineInstr &MI, Register Reg) const { function in class:X86InstrInfo
7731 return TargetInstrInfo::describeLoadedValue(MI, Reg);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1808 virtual Optional<ParamLoadedValue> describeLoadedValue(const MachineInstr &MI,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp1122 TargetInstrInfo::describeLoadedValue(const MachineInstr &MI, function in class:TargetInstrInfo
1143 "TargetInstrInfo::describeLoadedValue can't describe super- or "
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp573 // the describeLoadedValue()). For those remaining arguments in the working
575 // the describeLoadedValue(), we try to generate an entry value expression
648 if (auto ParamValue = TII->describeLoadedValue(*I, ParamFwdReg)) {

Completed in 263 milliseconds