Lines Matching refs:IsVolatile
78 llvm::LoadInst *CreateLoad(Address Addr, bool IsVolatile,
81 Addr.getAlignment().getAsAlign(), IsVolatile,
96 bool IsVolatile = false) {
98 Addr.getAlignment().getAsAlign(), IsVolatile);
103 CharUnits Align, bool IsVolatile = false) {
104 return CreateAlignedStore(Val, Addr, Align.getAsAlign(), IsVolatile);
111 bool IsVolatile = false) {
112 return CGBuilderBaseTy::CreateStore(Val, Addr, IsVolatile);
286 bool IsVolatile = false) {
289 IsVolatile);
292 bool IsVolatile = false) {
295 IsVolatile);
307 bool IsVolatile = false) {
310 Size, IsVolatile);
315 llvm::Value *Size, bool IsVolatile = false) {
317 Dest.getAlignment().getAsAlign(), IsVolatile);