Lines Matching refs:IsPIC
3069 static void getLabelAccessInfo(bool IsPIC, const PPCSubtarget &Subtarget, in getLabelAccessInfo() argument
3076 if (IsPIC) { in getLabelAccessInfo()
3147 bool IsPIC = isPositionIndependent(); in LowerConstantPool() local
3148 getLabelAccessInfo(IsPIC, Subtarget, MOHiFlag, MOLoFlag); in LowerConstantPool()
3150 if (IsPIC && Subtarget.isSVR4ABI()) { in LowerConstantPool()
3160 return LowerLabelRef(CPIHi, CPILo, IsPIC, DAG); in LowerConstantPool()
3235 bool IsPIC = isPositionIndependent(); in LowerJumpTable() local
3236 getLabelAccessInfo(IsPIC, Subtarget, MOHiFlag, MOLoFlag); in LowerJumpTable()
3238 if (IsPIC && Subtarget.isSVR4ABI()) { in LowerJumpTable()
3246 return LowerLabelRef(JTIHi, JTILo, IsPIC, DAG); in LowerJumpTable()
3280 bool IsPIC = isPositionIndependent(); in LowerBlockAddress() local
3281 getLabelAccessInfo(IsPIC, Subtarget, MOHiFlag, MOLoFlag); in LowerBlockAddress()
3284 return LowerLabelRef(TgtBAHi, TgtBALo, IsPIC, DAG); in LowerBlockAddress()
3483 bool IsPIC = isPositionIndependent(); in LowerGlobalAddress() local
3484 getLabelAccessInfo(IsPIC, Subtarget, MOHiFlag, MOLoFlag, GV); in LowerGlobalAddress()
3486 if (IsPIC && Subtarget.isSVR4ABI()) { in LowerGlobalAddress()
3498 return LowerLabelRef(GAHi, GALo, IsPIC, DAG); in LowerGlobalAddress()