HomeSort by relevance Sort by last modified time
    Searched refs:IsPositionIndependent (Results 1 - 8 of 8) 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCRegisterInfo.cpp 298 bool IsPositionIndependent = TM.isPositionIndependent();
300 if (Subtarget.isSVR4ABI() && !TM.isPPC64() && IsPositionIndependent)
306 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMFastISel.cpp 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
    [all...]
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]

Completed in 260 milliseconds