HomeSort by relevance Sort by last modified time
    Searched refs:setVolatile (Results 1 - 18 of 18) sorted by null

  /external/llvm/lib/IR/
Instructions.cpp     [all...]
Core.cpp     [all...]
  /external/clang/lib/CodeGen/
CGAtomic.cpp 208 CXI->setVolatile(E->isVolatile());
222 Load->setVolatile(E->isVolatile());
237 Store->setVolatile(E->isVolatile());
299 RMWI->setVolatile(E->isVolatile());
771 load->setVolatile(true);
816 ->setVolatile(tempIsVolatile);
    [all...]
CGValue.h 446 void setVolatile(bool flag) {
447 Quals.setVolatile(flag);
CGExprAgg.cpp     [all...]
CGExpr.cpp     [all...]
CGBuiltin.cpp     [all...]
  /external/llvm/lib/Analysis/
AliasSetTracker.cpp 308 if (LI->isVolatile()) AS.setVolatile();
322 if (SI->isVolatile()) AS.setVolatile();
390 if (AS.isVolatile()) NewAS.setVolatile();
  /external/llvm/include/llvm/IR/
IntrinsicInst.h 165 void setVolatile(Constant* V) {
Instructions.h 174 /// setVolatile - Specify whether this is a volatile load or not.
176 void setVolatile(bool V) {
291 /// setVolatile - Specify whether this is a volatile store or not.
293 void setVolatile(bool V) {
476 /// setVolatile - Specify whether this is a volatile cmpxchg.
478 void setVolatile(bool V) {
623 /// setVolatile - Specify whether this is a volatile RMW or not.
625 void setVolatile(bool V) {
    [all...]
  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 263 void setVolatile() { Volatile = true; }
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 379 cast<LoadInst>(PN.getIncomingValue(i))->setVolatile(false);
    [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]
Type.h 234 void setVolatile(bool flag) {
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 305 S->setVolatile(Record[Idx++]);
    [all...]

Completed in 212 milliseconds