Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExpr.cpp2031 bool UseVolatile = LV.isVolatileQualified() && in EmitLoadOfBitfieldLValue() local
2033 const unsigned Offset = UseVolatile ? Info.VolatileOffset : Info.Offset; in EmitLoadOfBitfieldLValue()
2035 UseVolatile ? Info.VolatileStorageSize : Info.StorageSize; in EmitLoadOfBitfieldLValue()
2266 const bool UseVolatile = in EmitStoreThroughBitfieldLValue() local
2270 UseVolatile ? Info.VolatileStorageSize : Info.StorageSize; in EmitStoreThroughBitfieldLValue()
2271 const unsigned Offset = UseVolatile ? Info.VolatileOffset : Info.Offset; in EmitStoreThroughBitfieldLValue()
4375 const bool UseVolatile = isAAPCS(CGM.getTarget()) && in EmitLValueForField() local
4384 if (!UseVolatile) { in EmitLValueForField()
4399 UseVolatile ? Info.VolatileStorageSize : Info.StorageSize; in EmitLValueForField()
4404 if (UseVolatile) { in EmitLValueForField()