Home | History | Annotate | Download | only in VMCore

Lines Matching refs:isVolatile

955 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile,
959 setVolatile(isVolatile);
966 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile,
970 setVolatile(isVolatile);
977 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile,
981 setVolatile(isVolatile);
988 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile,
992 setVolatile(isVolatile);
999 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile,
1005 setVolatile(isVolatile);
1012 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile,
1018 setVolatile(isVolatile);
1045 LoadInst::LoadInst(Value *Ptr, const char *Name, bool isVolatile,
1049 setVolatile(isVolatile);
1056 LoadInst::LoadInst(Value *Ptr, const char *Name, bool isVolatile,
1060 setVolatile(isVolatile);
1118 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile,
1126 setVolatile(isVolatile);
1132 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile,
1140 setVolatile(isVolatile);
1146 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile,
1156 setVolatile(isVolatile);
1162 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile,
1170 setVolatile(isVolatile);
1176 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile,
1184 setVolatile(isVolatile);
1190 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile,
1200 setVolatile(isVolatile);
3346 return new LoadInst(getOperand(0), Twine(), isVolatile(),
3351 return new StoreInst(getOperand(0), getOperand(1), isVolatile(),
3360 Result->setVolatile(isVolatile());
3368 Result->setVolatile(isVolatile());