Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1625 for (const MachineOperand &TempMO : MI->operands()) { in emitInstruction() local
1626 if (((TempMO.getTargetFlags() == PPCII::MO_TPREL_FLAG || in emitInstruction()
1627 TempMO.getTargetFlags() == PPCII::MO_TLSLD_FLAG)) && in emitInstruction()
1628 TempMO.getOperandNo() == 1) in emitInstruction()