HomeSort by relevance Sort by last modified time
    Searched refs:OffsetOpnd (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64FalkorHWPFFix.cpp 219 const MachineOperand *OffsetOpnd = nullptr;
654 LI.OffsetOpnd = OffsetIdx == -1 ? nullptr : &MI.getOperand(OffsetIdx);
664 if (LI.OffsetOpnd == nullptr)
666 else if (LI.OffsetOpnd->isGlobal() || LI.OffsetOpnd->isSymbol() ||
667 LI.OffsetOpnd->isCPI())
669 else if (LI.OffsetOpnd->isReg())
670 Off = (1 << 5) | TRI->getEncodingValue(LI.OffsetOpnd->getReg());
672 Off = LI.OffsetOpnd->getImm() >> 2;
AArch64FrameLowering.cpp 511 MachineOperand &OffsetOpnd = MI.getOperand(OffsetIdx);
514 OffsetOpnd.setImm(OffsetOpnd.getImm() + LocalStackSize / 8);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 401 MachineOperand &OffsetOpnd = MI.getOperand(OffsetIdx);
404 OffsetOpnd.setImm(OffsetOpnd.getImm() + LocalStackSize / 8);
    [all...]

Completed in 73 milliseconds