Home
last modified time | relevance | path

Searched refs:TiedMO (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp1378 const MachineOperand &TiedMO = MI.getOperand(TiedIdx); in isTiedToNotUndef() local
1379 return !TiedMO.isUndef(); in isTiedToNotUndef()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp4856 const MachineOperand &TiedMO = in verifyInstruction() local
4858 if (!TiedMO.isReg() || !TiedMO.isImplicit() || !TiedMO.isUse()) { in verifyInstruction()
4863 if (TiedMO.getReg().isPhysical() && Dst.getReg() != TiedMO.getReg()) { in verifyInstruction()