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

  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.cpp 263 bool IsPositionIndependent = TM.isPositionIndependent();
265 if (Subtarget.isSVR4ABI() && !TM.isPPC64() && IsPositionIndependent)
271 if (Subtarget.isSVR4ABI() && !TM.isPPC64() && IsPositionIndependent)
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 160 bool isPositionIndependent() const;
541 bool ARMFastISel::isPositionIndependent() const {
542 return TLI.isPositionIndependent();
559 bool IsPositionIndependent = isPositionIndependent();
563 (Subtarget->isTargetMachO() || !IsPositionIndependent)) {
569 if (IsPositionIndependent)
583 if (Subtarget->isTargetELF() && IsPositionIndependent)
587 unsigned PCAdj = IsPositionIndependent ? (Subtarget->isThumb() ? 4 : 8) : 0;
597 unsigned Opc = IsPositionIndependent ? ARM::t2LDRpci_pic : ARM::t2LDRpci
    [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]

Completed in 763 milliseconds