HomeSort by relevance Sort by last modified time
    Searched full:setvolatile (Results 1 - 13 of 13) sorted by null

  /external/llvm/lib/VMCore/
Instructions.cpp     [all...]
  /external/llvm/lib/Analysis/
AliasSetTracker.cpp 306 if (LI->isVolatile()) AS.setVolatile();
320 if (SI->isVolatile()) AS.setVolatile();
388 if (AS.isVolatile()) NewAS.setVolatile();
  /external/llvm/include/llvm/
IntrinsicInst.h 169 void setVolatile(Constant* V) {
Instructions.h 172 /// setVolatile - Specify whether this is a volatile load or not.
174 void setVolatile(bool V) {
289 /// setVolatile - Specify whether this is a volatile store or not.
291 void setVolatile(bool V) {
475 /// setVolatile - Specify whether this is a volatile cmpxchg.
477 void setVolatile(bool V) {
622 /// setVolatile - Specify whether this is a volatile RMW or not.
624 void setVolatile(bool V) {
    [all...]
  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 265 void setVolatile() { Volatile = true; }
  /external/clang/lib/CodeGen/
CGExpr.cpp 746 Load->setVolatile(true);
    [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]
Type.h 193 void setVolatile(bool flag) {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 379 cast<LoadInst>(PN.getIncomingValue(i))->setVolatile(false);
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 279 S->setVolatile(Record[Idx++]);
    [all...]
  /external/llvm/include/llvm/Support/
IRBuilder.h 323 /// (e.g. setVolatile) on the instructions after they have been created.
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 315 milliseconds