Home
last modified time | relevance | path

Searched refs:isAAPCS (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp113 bool isAAPCS() const { in isAAPCS() function
545 if (!isAAPCS() || !Types.getCodeGenOpts().AAPCSBitfieldWidth) in computeVolatileBitfields()
H A DCGExpr.cpp437 static bool isAAPCS(const TargetInfo &TargetInfo) { in isAAPCS() function
1964 Info.VolatileStorageSize != 0 && isAAPCS(CGM.getTarget()); in EmitLoadOfBitfieldLValue()
2183 Info.VolatileStorageSize != 0 && isAAPCS(CGM.getTarget()); in EmitStoreThroughBitfieldLValue()
2217 if (Dst.isVolatileQualified() && isAAPCS(CGM.getTarget()) && in EmitStoreThroughBitfieldLValue()
4284 const bool UseVolatile = isAAPCS(CGM.getTarget()) && in EmitLValueForField()