Searched refs:Operand1 (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Target/Sparc/ |
| D | DelaySlotFiller.cpp | 309 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()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
| D | DWARFDebugFrame.h | 477 void addInstruction(uint8_t Opcode, uint64_t Operand1) { in addInstruction() argument 479 Instructions.back().Ops.push_back(Operand1); in addInstruction() 483 void addInstruction(uint8_t Opcode, uint64_t Operand1, uint64_t Operand2) { in addInstruction() argument 485 Instructions.back().Ops.push_back(Operand1); in addInstruction() 490 void addInstruction(uint8_t Opcode, uint64_t Operand1, uint64_t Operand2, in addInstruction() argument 493 Instructions.back().Ops.push_back(Operand1); in addInstruction()
|
| /openbsd/src/gnu/llvm/llvm/lib/Analysis/ |
| D | TypeMetadataUtils.cpp | 176 auto *Operand1 = cast<Constant>(C->getOperand(1)); in getPointerAtOffset() local 186 auto *Operand1TargetGlobal = StripGEP(getPointerAtOffset(Operand1, 0, M)); in getPointerAtOffset()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyRegStackify.cpp | 767 unsigned Operand0, Operand1; member in __anon60d552e90211::CommutingState 779 TII->commuteInstruction(*Insert, /*NewMI=*/false, Operand0, Operand1); in maybeCommute() 784 Operand1 = TargetInstrInfo::CommuteAnyOperandIndex; in maybeCommute() 785 if (TII->findCommutedOpIndices(*Insert, Operand0, Operand1)) { in maybeCommute() 787 TII->commuteInstruction(*Insert, /*NewMI=*/false, Operand0, Operand1); in maybeCommute()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/cpu/ |
| D | cris.cpu | 1292 ; | Operand2 | Mode| Opcode | Size| Operand1 | 1302 (dnf f-operand1 "Operand1" () 3 4)
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/frv/ |
| D | frv.md | 2140 ;; Operand1 = reloaded value shifted appropriately
|
| /openbsd/src/gnu/gcc/gcc/config/frv/ |
| D | frv.md | 2559 ;; Operand1 = reloaded value shifted appropriately
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | ChangeLog.2 | 14052 * sh.md (casesi_jump_2): Operand1 is now the inside of a
|