Home | History | Annotate | Download | only in ARM

Lines Matching refs:IsPositionIndependent

191     bool isPositionIndependent() const;
536 bool ARMFastISel::isPositionIndependent() const {
537 return TLI.isPositionIndependent();
558 bool IsPositionIndependent = isPositionIndependent();
562 (Subtarget->isTargetMachO() || !IsPositionIndependent)) {
568 if (IsPositionIndependent)
582 if (Subtarget->isTargetELF() && IsPositionIndependent)
586 unsigned PCAdj = IsPositionIndependent ? (Subtarget->isThumb() ? 4 : 8) : 0;
596 unsigned Opc = IsPositionIndependent ? ARM::t2LDRpci_pic : ARM::t2LDRpci;
599 if (IsPositionIndependent)
611 if (IsPositionIndependent) {