Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:IsVolatile

85     // ending up in the IsVolatile overload.
90 llvm::LoadInst *CreateLoad(Address Addr, bool IsVolatile,
94 IsVolatile,
114 bool IsVolatile,
116 return CreateAlignedLoad(Addr, Align.getQuantity(), IsVolatile, Name);
122 bool IsVolatile = false) {
124 Addr.getAlignment().getQuantity(), IsVolatile);
129 CharUnits Align, bool IsVolatile = false) {
130 return CreateAlignedStore(Val, Addr, Align.getQuantity(), IsVolatile);
143 llvm::LoadInst *CreateDefaultAlignedLoad(llvm::Value *Addr, bool IsVolatile,
145 return CGBuilderBaseTy::CreateLoad(Addr, IsVolatile, Name);
150 bool IsVolatile = false) {
151 return CGBuilderBaseTy::CreateStore(Val, Addr, IsVolatile);
273 bool IsVolatile = false) {
276 Align.getQuantity(), IsVolatile);
279 bool IsVolatile = false) {
282 Align.getQuantity(), IsVolatile);
287 bool IsVolatile = false) {
290 Align.getQuantity(), IsVolatile);
295 llvm::Value *Size, bool IsVolatile = false) {
297 Dest.getAlignment().getQuantity(), IsVolatile);