Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Sparc/
DDelaySlotFiller.cpp310 const MachineOperand &Operand1 = MI->getOperand(1); in insertCallDefsUses() local
311 if (Operand1.isImm() || Operand1.isGlobal()) in insertCallDefsUses()
313 assert(Operand1.isReg() && "CALLrr second operand is not a register."); in insertCallDefsUses()
314 assert(Operand1.isUse() && "CALLrr second operand is not a use."); in insertCallDefsUses()
315 RegUses.insert(Operand1.getReg()); in insertCallDefsUses()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp664 unsigned Operand0, Operand1; member in __anon151c950f0211::CommutingState
678 TII->commuteInstruction(*Insert, /*NewMI=*/false, Operand0, Operand1); in MaybeCommute()
683 Operand1 = TargetInstrInfo::CommuteAnyOperandIndex; in MaybeCommute()
684 if (TII->findCommutedOpIndices(*Insert, Operand0, Operand1)) { in MaybeCommute()
686 TII->commuteInstruction(*Insert, /*NewMI=*/false, Operand0, Operand1); in MaybeCommute()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugFrame.cpp86 void addInstruction(uint8_t Opcode, uint64_t Operand1) { in addInstruction() argument
88 Instructions.back().Ops.push_back(Operand1); in addInstruction()
91 void addInstruction(uint8_t Opcode, uint64_t Operand1, uint64_t Operand2) { in addInstruction() argument
93 Instructions.back().Ops.push_back(Operand1); in addInstruction()