Searched refs:isAAPCS (Results 1 – 3 of 3) sorted by relevance
90 bool isAAPCS() const { in isAAPCS() function772 if (!isAAPCS() || in computeVolatileBitfields()
113 bool isAAPCS() const { in isAAPCS() function756 if (!isAAPCS() || !Types.getCodeGenOpts().AAPCSBitfieldWidth) in computeVolatileBitfields()
485 static bool isAAPCS(const TargetInfo &TargetInfo) { in isAAPCS() function2346 Info.VolatileStorageSize != 0 && isAAPCS(CGM.getTarget()); in EmitLoadOfBitfieldLValue()2623 Info.VolatileStorageSize != 0 && isAAPCS(CGM.getTarget()); in EmitStoreThroughBitfieldLValue()2657 if (Dst.isVolatileQualified() && isAAPCS(CGM.getTarget()) && in EmitStoreThroughBitfieldLValue()5147 const bool UseVolatile = isAAPCS(CGM.getTarget()) && in EmitLValueForField()