Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrInfo.h293 bool isPCRelRegisterOperandLegal(const MachineOperand &MO) const override;
H A DM68kInstrInfo.cpp601 bool M68kInstrInfo::isPCRelRegisterOperandLegal( in isPCRelRegisterOperandLegal() function in M68kInstrInfo
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h976 virtual bool isPCRelRegisterOperandLegal(const MachineOperand &MO) const { in isPCRelRegisterOperandLegal() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1838 !TII->isPCRelRegisterOperandLegal(*MO))) in visitMachineOperand()