Home
last modified time | relevance | path

Searched refs:isPCRelRegisterOperandLegal (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kInstrInfo.h293 bool isPCRelRegisterOperandLegal(const MachineOperand &MO) const override;
H A DM68kInstrInfo.cpp602 bool M68kInstrInfo::isPCRelRegisterOperandLegal( in isPCRelRegisterOperandLegal() function in M68kInstrInfo
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h989 virtual bool isPCRelRegisterOperandLegal(const MachineOperand &MO) const { in isPCRelRegisterOperandLegal() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1931 !TII->isPCRelRegisterOperandLegal(*MO))) in visitMachineOperand()