Home
last modified time | relevance | path

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

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