Home
last modified time | relevance | path

Searched refs:canFoldIntoAddrMode (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h162 bool canFoldIntoAddrMode(const MachineInstr &MemI, Register Reg,
H A DRISCVInstrInfo.cpp2549 bool RISCVInstrInfo::canFoldIntoAddrMode(const MachineInstr &MemI, Register Reg, in canFoldIntoAddrMode()
2542 bool RISCVInstrInfo::canFoldIntoAddrMode(const MachineInstr &MemI, Register Reg, canFoldIntoAddrMode() function in RISCVInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h292 bool canFoldIntoAddrMode(const MachineInstr &MemI, Register Reg,
H A DAArch64InstrInfo.cpp2737 bool AArch64InstrInfo::canFoldIntoAddrMode(const MachineInstr &MemI, in canFoldIntoAddrMode() function in AArch64InstrInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1515 virtual bool canFoldIntoAddrMode(const MachineInstr &MemI, Register Reg, in canFoldIntoAddrMode() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSink.cpp468 if (!TII->canFoldIntoAddrMode(UseInst, Reg, MI, AM)) in PerformSinkAndFold()