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

References

lib/Target/AArch64/AArch64FastISel.cpp
  607     return computeAddress(U->getOperand(0), Addr, Ty);
  613       return computeAddress(U->getOperand(0), Addr, Ty);
  619       return computeAddress(U->getOperand(0), Addr, Ty);
  660     if (computeAddress(U->getOperand(0), Addr, Ty))
  690       return computeAddress(LHS, Addr, Ty);
  694     if (computeAddress(LHS, Addr, Ty) && computeAddress(RHS, Addr, Ty))
  694     if (computeAddress(LHS, Addr, Ty) && computeAddress(RHS, Addr, Ty))
  707       return computeAddress(LHS, Addr, Ty);
  724     if (Ty && Ty->isSized()) {
  724     if (Ty && Ty->isSized()) {
  725       uint64_t NumBits = DL.getTypeSizeInBits(Ty);
  808     if (Ty && Ty->isSized()) {
  808     if (Ty && Ty->isSized()) {
  809       uint64_t NumBits = DL.getTypeSizeInBits(Ty);
  851     if (!Ty || DL.getTypeSizeInBits(Ty) != 8)
  851     if (!Ty || DL.getTypeSizeInBits(Ty) != 8)