Home | History | Annotate | Download | only in IR

Lines Matching refs:isVolatile

953 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile,
957 setVolatile(isVolatile);
964 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile,
968 setVolatile(isVolatile);
975 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile,
979 setVolatile(isVolatile);
986 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile,
990 setVolatile(isVolatile);
997 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile,
1003 setVolatile(isVolatile);
1010 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile,
1016 setVolatile(isVolatile);
1043 LoadInst::LoadInst(Value *Ptr, const char *Name, bool isVolatile,
1047 setVolatile(isVolatile);
1054 LoadInst::LoadInst(Value *Ptr, const char *Name, bool isVolatile,
1058 setVolatile(isVolatile);
1116 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile,
1124 setVolatile(isVolatile);
1130 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile,
1138 setVolatile(isVolatile);
1144 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile,
1154 setVolatile(isVolatile);
1160 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile,
1168 setVolatile(isVolatile);
1174 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile,
1182 setVolatile(isVolatile);
1188 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile,
1198 setVolatile(isVolatile);
3502 return new LoadInst(getOperand(0), Twine(), isVolatile(),
3507 return new StoreInst(getOperand(0), getOperand(1), isVolatile(),
3516 Result->setVolatile(isVolatile());
3524 Result->setVolatile(isVolatile());