Lines Matching refs:Operand
70 /// Maps from stack object indices to operand indices which will be used when
515 const auto &Operand = MI.getOperand(I);
516 if (!Operand.isReg() || Operand.isDef())
520 int TiedIdx = Operand.isTied() ? int(MI.findTiedOperandIdx(I)) : -1;
534 assert(MI.getNumOperands() == 1 && "Expected 1 operand in CFI instruction");
639 const FrameIndexOperand &Operand = ObjectInfo->second;
640 if (Operand.IsFixed) {
641 OS << "%fixed-stack." << Operand.ID;
644 OS << "%stack." << Operand.ID;
645 if (!Operand.Name.empty())
646 OS << '.' << Operand.Name;
737 // Print the 'def' flag only when the operand is defined after '='.
848 // TODO: Print operand's target specific flags.
858 assert(Op.isStore() && "Non load machine operand must be a store");