Searched refs:Opd (Results 1 – 5 of 5) sorted by relevance
578 MachineOperand &Opd = MIB->getOperand(1); in ExpandCCR() local579 Opd.setReg(getRegisterInfo().getMatchingSuperReg( in ExpandCCR()580 Opd.getReg(), M68k::MxSubRegIndex8Lo, &M68k::DR16RegClass)); in ExpandCCR()
2252 for (auto &Opd : MI->operands()) { in emitInstruction() local2253 if (Opd.isSymbol() && StringRef(Opd.getSymbolName()) == in emitInstruction()
49271 SDValue Opd = N->getOperand(i); in canReduceVMulWidth() local49273 SignBits[i] = DAG.ComputeNumSignBits(Opd); in canReduceVMulWidth()49274 IsPositive[i] = DAG.SignBitIsZero(Opd); in canReduceVMulWidth()
2757 for (auto &Opd : MI->operands()) { in emitInstruction() local2758 if (Opd.isSymbol() && StringRef(Opd.getSymbolName()) == in emitInstruction()
5141 Value *Opd = Gep->getOperand(Idx); in getAddressAccessSCEV() local5142 if (!SE->isLoopInvariant(SE->getSCEV(Opd), TheLoop) && in getAddressAccessSCEV()5143 !Legal->isInductionVariable(Opd)) in getAddressAccessSCEV()