HomeSort by: relevance | last modified time | path
    Searched defs:IsPositionIndependent (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCRegisterInfo.cpp 335 bool IsPositionIndependent = TM.isPositionIndependent();
337 if (Subtarget.is32BitELFABI() && IsPositionIndependent)
343 if (Subtarget.is32BitELFABI() && IsPositionIndependent)
1380 if (Subtarget.isSVR4ABI() && TM.isPositionIndependent())
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 1134 bool IsPositionIndependent = isPositionIndependent();
1135 unsigned char TF = IsPositionIndependent ? HexagonII::MO_PCREL : 0;
1151 if (IsPositionIndependent)
1160 if (isPositionIndependent()) {
1324 bool IsPositionIndependent = isPositionIndependent();
1326 IsPositionIndependent ? HexagonII::MO_IEGOT : HexagonII::MO_IE;
1334 if (IsPositionIndependent) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 2489 assert((!isPositionIndependent() || Subtarget->isTargetWindows()) &&
3286 bool IsPositionIndependent = isPositionIndependent() || Subtarget->isROPI();
3287 if (!IsPositionIndependent) {
3301 if (!IsPositionIndependent)
3601 if ((TLI->isPositionIndependent() || TLI->getSubtarget()->isROPI()) &&
3701 if (isPositionIndependent()) {
3768 isPositionIndependent() ? ARMISD::WrapperPIC : ARMISD::Wrapper;
3936 bool IsPositionIndependent = isPositionIndependent();
    [all...]

Completed in 73 milliseconds