HomeSort by relevance Sort by last modified time
    Searched defs:OpIdx (Results 26 - 50 of 61) sorted by null

12 3

  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 339 unsigned OpIdx;
351 /// Create a repairing placement for the \p OpIdx-th operand of
356 RepairingPlacement(MachineInstr &MI, unsigned OpIdx,
363 unsigned getOpIdx() const { return OpIdx; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
ScheduleDAGInstrs.h 75 /// For non-data-dependent uses, OpIdx == -1.
78 int OpIdx;
81 PhysRegSUOper(SUnit *su, int op, unsigned R): SU(su), OpIdx(op), Reg(R) {}
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 339 unsigned OpIdx;
351 /// Create a repairing placement for the \p OpIdx-th operand of
356 RepairingPlacement(MachineInstr &MI, unsigned OpIdx,
363 unsigned getOpIdx() const { return OpIdx; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
ScheduleDAGInstrs.h 75 /// For non-data-dependent uses, OpIdx == -1.
78 int OpIdx;
81 PhysRegSUOper(SUnit *su, int op, unsigned R): SU(su), OpIdx(op), Reg(R) {}
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDAGInstrs.h 58 /// For non-data-dependent uses, OpIdx == -1.
61 int OpIdx;
64 PhysRegSUOper(SUnit *su, int op, unsigned R): SU(su), OpIdx(op), Reg(R) {}
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
ScheduleDAGInstrs.h 75 /// For non-data-dependent uses, OpIdx == -1.
78 int OpIdx;
81 PhysRegSUOper(SUnit *su, int op, unsigned R): SU(su), OpIdx(op), Reg(R) {}
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
ScheduleDAGInstrs.h 75 /// For non-data-dependent uses, OpIdx == -1.
78 int OpIdx;
81 PhysRegSUOper(SUnit *su, int op, unsigned R): SU(su), OpIdx(op), Reg(R) {}
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 339 unsigned OpIdx;
351 /// Create a repairing placement for the \p OpIdx-th operand of
356 RepairingPlacement(MachineInstr &MI, unsigned OpIdx,
363 unsigned getOpIdx() const { return OpIdx; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
ScheduleDAGInstrs.h 75 /// For non-data-dependent uses, OpIdx == -1.
78 int OpIdx;
81 PhysRegSUOper(SUnit *su, int op, unsigned R): SU(su), OpIdx(op), Reg(R) {}
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 339 unsigned OpIdx;
351 /// Create a repairing placement for the \p OpIdx-th operand of
356 RepairingPlacement(MachineInstr &MI, unsigned OpIdx,
363 unsigned getOpIdx() const { return OpIdx; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
ScheduleDAGInstrs.h 75 /// For non-data-dependent uses, OpIdx == -1.
78 int OpIdx;
81 PhysRegSUOper(SUnit *su, int op, unsigned R): SU(su), OpIdx(op), Reg(R) {}
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 339 unsigned OpIdx;
351 /// Create a repairing placement for the \p OpIdx-th operand of
356 RepairingPlacement(MachineInstr &MI, unsigned OpIdx,
363 unsigned getOpIdx() const { return OpIdx; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
ScheduleDAGInstrs.h 75 /// For non-data-dependent uses, OpIdx == -1.
78 int OpIdx;
81 PhysRegSUOper(SUnit *su, int op, unsigned R): SU(su), OpIdx(op), Reg(R) {}
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 339 unsigned OpIdx;
351 /// Create a repairing placement for the \p OpIdx-th operand of
356 RepairingPlacement(MachineInstr &MI, unsigned OpIdx,
363 unsigned getOpIdx() const { return OpIdx; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
ScheduleDAGInstrs.h 75 /// For non-data-dependent uses, OpIdx == -1.
78 int OpIdx;
81 PhysRegSUOper(SUnit *su, int op, unsigned R): SU(su), OpIdx(op), Reg(R) {}
  /external/capstone/arch/PowerPC/
PPCInstPrinter.c 41 static void printCustomAliasOperand(MCInst *MI, unsigned OpIdx,
748 int OpIdx, PrintMethodIdx;
982 OpIdx = *c - 1;
985 printCustomAliasOperand(MI, OpIdx, PrintMethodIdx, OS);
  /external/llvm/lib/CodeGen/GlobalISel/
RegBankSelect.cpp 365 for (unsigned OpIdx = 0, EndOpIdx = MI.getNumOperands(); OpIdx != EndOpIdx;
366 ++OpIdx) {
367 const MachineOperand &MO = MI.getOperand(OpIdx);
373 DEBUG(dbgs() << "Opd" << OpIdx);
375 InstrMapping.getOperandMapping(OpIdx);
384 RepairPts.emplace_back(RepairingPlacement(MI, OpIdx, *TRI, *this,
391 RepairingPlacement(MI, OpIdx, *TRI, *this, RepairingPlacement::Insert));
482 unsigned OpIdx = RepairPt.getOpIdx();
483 MachineOperand &MO = MI.getOperand(OpIdx);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
DwarfEHPrepare.cpp 190 unsigned OpIdx = Sel->getNumArgOperands() - 1;
191 GlobalVariable *GV = dyn_cast<GlobalVariable>(Sel->getArgOperand(OpIdx));
193 Sel->setArgOperand(OpIdx, EHCatchAllValue->getInitializer());
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 323 unsigned OpIdx;
335 /// Create a repairing placement for the \p OpIdx-th operand of
340 RepairingPlacement(MachineInstr &MI, unsigned OpIdx,
347 unsigned getOpIdx() const { return OpIdx; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 323 unsigned OpIdx;
335 /// Create a repairing placement for the \p OpIdx-th operand of
340 RepairingPlacement(MachineInstr &MI, unsigned OpIdx,
347 unsigned getOpIdx() const { return OpIdx; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 323 unsigned OpIdx;
335 /// Create a repairing placement for the \p OpIdx-th operand of
340 RepairingPlacement(MachineInstr &MI, unsigned OpIdx,
347 unsigned getOpIdx() const { return OpIdx; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 323 unsigned OpIdx;
335 /// Create a repairing placement for the \p OpIdx-th operand of
340 RepairingPlacement(MachineInstr &MI, unsigned OpIdx,
347 unsigned getOpIdx() const { return OpIdx; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 323 unsigned OpIdx;
335 /// Create a repairing placement for the \p OpIdx-th operand of
340 RepairingPlacement(MachineInstr &MI, unsigned OpIdx,
347 unsigned getOpIdx() const { return OpIdx; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 323 unsigned OpIdx;
335 /// Create a repairing placement for the \p OpIdx-th operand of
340 RepairingPlacement(MachineInstr &MI, unsigned OpIdx,
347 unsigned getOpIdx() const { return OpIdx; }
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldChecker.cpp 256 unsigned OpIdx = OpIdxExpr.getValue();
257 if (OpIdx >= Inst.getNumOperands()) {
260 ErrMsgStream << "Invalid operand index '" << format("%i", OpIdx)
269 const MCOperand &Op = Inst.getOperand(OpIdx);
273 ErrMsgStream << "Operand '" << format("%i", OpIdx) << "' of instruction '"
    [all...]

Completed in 1356 milliseconds

12 3