Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Volatile

439                           /*Volatile=*/false, Alignment, E->getType());
442 /*Volatile=*/false);
752 // Must be const-qualified but non-volatile.
916 llvm::Value *CodeGenFunction::EmitLoadOfScalar(llvm::Value *Addr, bool Volatile,
920 if (Volatile)
961 bool Volatile, unsigned Alignment,
967 llvm::StoreInst *Store = Builder.CreateStore(Value, Addr, Volatile);
2061 if (cvr & Qualifiers::Volatile) load->setVolatile(true);