reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AArch64/AArch64FastISel.cpp
  589       U = I;
  593     U = C;
  607     return computeAddress(U->getOperand(0), Addr, Ty);
  611     if (TLI.getValueType(DL, U->getOperand(0)->getType()) ==
  613       return computeAddress(U->getOperand(0), Addr, Ty);
  618     if (TLI.getValueType(DL, U->getType()) == TLI.getPointerTy(DL))
  619       return computeAddress(U->getOperand(0), Addr, Ty);
  628     for (gep_type_iterator GTI = gep_type_begin(U), E = gep_type_end(U);
  628     for (gep_type_iterator GTI = gep_type_begin(U), E = gep_type_end(U);
  643           if (canFoldAddIntoGEP(U, Op)) {
  660     if (computeAddress(U->getOperand(0), Addr, Ty))
  682     const Value *LHS = U->getOperand(0);
  683     const Value *RHS = U->getOperand(1);
  702     const Value *LHS = U->getOperand(0);
  703     const Value *RHS = U->getOperand(1);
  715     const auto *CI = dyn_cast<ConstantInt>(U->getOperand(1));
  737     const Value *Src = U->getOperand(0);
  790     if (!isMulPowOf2(U))
  793     const Value *LHS = U->getOperand(0);
  794     const Value *RHS = U->getOperand(1);
  854     const Value *LHS = U->getOperand(0);
  855     const Value *RHS = U->getOperand(1);
  885     if (const auto *ZE = dyn_cast<ZExtInst>(U)) {
  890     } else if (const auto *SE = dyn_cast<SExtInst>(U)) {