Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DDelaySlotFiller.cpp309 const MachineOperand &Operand1 = MI->getOperand(1); in insertCallDefsUses() local
310 if (Operand1.isImm() || Operand1.isGlobal()) in insertCallDefsUses()
312 assert(Operand1.isReg() && "CALLrr second operand is not a register."); in insertCallDefsUses()
313 assert(Operand1.isUse() && "CALLrr second operand is not a use."); in insertCallDefsUses()
314 RegUses.insert(Operand1.getReg()); in insertCallDefsUses()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h475 void addInstruction(uint8_t Opcode, uint64_t Operand1) { in addInstruction() argument
477 Instructions.back().Ops.push_back(Operand1); in addInstruction()
481 void addInstruction(uint8_t Opcode, uint64_t Operand1, uint64_t Operand2) { in addInstruction() argument
483 Instructions.back().Ops.push_back(Operand1); in addInstruction()
488 void addInstruction(uint8_t Opcode, uint64_t Operand1, uint64_t Operand2, in addInstruction() argument
491 Instructions.back().Ops.push_back(Operand1); in addInstruction()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTypeMetadataUtils.cpp176 auto *Operand1 = cast<Constant>(C->getOperand(1)); in getPointerAtOffset() local
186 auto *Operand1TargetGlobal = StripGEP(getPointerAtOffset(Operand1, 0, M)); in getPointerAtOffset()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp763 unsigned Operand0, Operand1; member in __anond2a2111d0211::CommutingState
775 TII->commuteInstruction(*Insert, /*NewMI=*/false, Operand0, Operand1); in maybeCommute()
780 Operand1 = TargetInstrInfo::CommuteAnyOperandIndex; in maybeCommute()
781 if (TII->findCommutedOpIndices(*Insert, Operand0, Operand1)) { in maybeCommute()
783 TII->commuteInstruction(*Insert, /*NewMI=*/false, Operand0, Operand1); in maybeCommute()