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

  /external/llvm/lib/IR/
Instructions.cpp     [all...]
Core.cpp     [all...]
  /external/clang/lib/CodeGen/
CGAtomic.cpp 191 Pair->setVolatile(E->isVolatile());
361 Load->setVolatile(E->isVolatile());
376 Store->setVolatile(E->isVolatile());
438 RMWI->setVolatile(E->isVolatile());
    [all...]
CGValue.h 461 void setVolatile(bool flag) {
462 Quals.setVolatile(flag);
CGBuiltin.cpp     [all...]
CGExprAgg.cpp     [all...]
CGExpr.cpp     [all...]
  /external/llvm/lib/Analysis/
AliasSetTracker.cpp 306 if (LI->isVolatile()) AS.setVolatile();
319 if (SI->isVolatile()) AS.setVolatile();
387 if (AS.isVolatile()) NewAS.setVolatile();
  /external/llvm/include/llvm/IR/
IntrinsicInst.h 170 void setVolatile(Constant* V) {
Instructions.h 189 /// setVolatile - Specify whether this is a volatile load or not.
191 void setVolatile(bool V) {
306 /// setVolatile - Specify whether this is a volatile store or not.
308 void setVolatile(bool V) {
496 /// setVolatile - Specify whether this is a volatile cmpxchg.
498 void setVolatile(bool V) {
687 /// setVolatile - Specify whether this is a volatile RMW or not.
689 void setVolatile(bool V) {
    [all...]
  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 264 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 233 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...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]
  /external/lldb/source/Symbol/
ClangASTType.cpp     [all...]
  /prebuilts/sdk/tools/
jack.jar 

Completed in 442 milliseconds