HomeSort by relevance Sort by last modified time
    Searched refs:IsVolatile (Results 1 - 25 of 37) sorted by null

1 2

  /external/clang/lib/CodeGen/
CGBuilder.h 85 // ending up in the IsVolatile overload.
90 llvm::LoadInst *CreateLoad(Address Addr, bool IsVolatile,
94 IsVolatile,
114 bool IsVolatile,
116 return CreateAlignedLoad(Addr, Align.getQuantity(), IsVolatile, Name);
122 bool IsVolatile = false) {
124 Addr.getAlignment().getQuantity(), IsVolatile);
129 CharUnits Align, bool IsVolatile = false) {
130 return CreateAlignedStore(Val, Addr, Align.getQuantity(), IsVolatile);
143 llvm::LoadInst *CreateDefaultAlignedLoad(llvm::Value *Addr, bool IsVolatile,
    [all...]
CGCall.h 163 ReturnValueSlot(Address Addr, bool IsVolatile, bool IsUnused = false)
165 (IsVolatile ? IS_VOLATILE : 0) | (IsUnused ? IS_UNUSED : 0)),
170 bool isVolatile() const { return Value.getInt() & IS_VOLATILE; }
CGAtomic.cpp 214 bool IsVolatile);
235 bool IsVolatile);
239 bool IsVolatile);
257 llvm::AtomicOrdering AO, bool IsVolatile);
259 llvm::Value *EmitAtomicLoadOp(llvm::AtomicOrdering AO, bool IsVolatile);
275 bool IsVolatile);
279 bool IsVolatile);
282 bool IsVolatile);
285 bool IsVolatile);
388 Pair->setVolatile(E->isVolatile());
    [all...]
MicrosoftCXXABI.cpp     [all...]
CodeGenFunction.h     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZSelectionDAGInfo.h 30 bool IsVolatile, bool AlwaysInline,
36 SDValue Size, unsigned Align, bool IsVolatile,
SystemZSelectionDAGInfo.cpp 52 bool IsVolatile, bool AlwaysInline,
55 if (IsVolatile)
83 unsigned Align, bool IsVolatile,
87 if (IsVolatile)
  /art/runtime/
art_field-inl.h 66 if (UNLIKELY(IsVolatile())) {
76 if (UNLIKELY(IsVolatile())) {
86 if (UNLIKELY(IsVolatile())) {
96 if (UNLIKELY(IsVolatile())) {
106 if (UNLIKELY(IsVolatile())) {
116 if (UNLIKELY(IsVolatile())) {
127 if (UNLIKELY(IsVolatile())) { \
136 if (UNLIKELY(IsVolatile())) { \
art_field.h 157 bool IsVolatile() SHARED_REQUIRES(Locks::mutator_lock_) {
  /art/runtime/mirror/
field.h 67 bool IsVolatile() SHARED_REQUIRES(Locks::mutator_lock_) {
  /external/clang/include/clang/Basic/
VirtualFileSystem.h 96 bool RequiresNullTerminator = true, bool IsVolatile = false) = 0;
196 bool RequiresNullTerminator = true, bool IsVolatile = false);
  /external/clang/lib/Basic/
VirtualFileSystem.cpp 93 bool RequiresNullTerminator, bool IsVolatile) {
98 return (*F)->getBuffer(Name, FileSize, RequiresNullTerminator, IsVolatile);
136 bool IsVolatile) override;
155 bool RequiresNullTerminator, bool IsVolatile) {
158 IsVolatile);
434 bool IsVolatile) override {
    [all...]
  /external/clang/include/clang/AST/
Mangle.h 208 virtual void mangleCXXThrowInfo(QualType T, bool IsConst, bool IsVolatile,
Stmt.h     [all...]
  /art/compiler/optimizing/
inliner.cc 354 field->IsVolatile(),
    [all...]
instruction_builder.cc     [all...]
nodes.h     [all...]
load_store_elimination.cc 402 if (field_info.IsVolatile()) {
    [all...]
  /art/runtime/native/
java_lang_reflect_Field.cc 66 const bool is_volatile = f->IsVolatile();
238 const bool is_volatile = f->IsVolatile();
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 142 bool IsVolatile, unsigned NumOutputs,
162 Context, AsmLoc, IsSimple, IsVolatile, NumOutputs, NumInputs, Names,
348 new (Context) GCCAsmStmt(Context, AsmLoc, IsSimple, IsVolatile, NumOutputs,
731 /*IsVolatile*/ true, AsmToks, NumOutputs, NumInputs,
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 682 bool isVolatile = LD->isVolatile();
686 isVolatile = false;
749 SDValue Ops[] = { getI32Imm(isVolatile, dl), getI32Imm(codeAddrSpace, dl),
777 SDValue Ops[] = { getI32Imm(isVolatile, dl), getI32Imm(codeAddrSpace, dl),
830 SDValue Ops[] = { getI32Imm(isVolatile, dl), getI32Imm(codeAddrSpace, dl),
882 SDValue Ops[] = { getI32Imm(isVolatile, dl), getI32Imm(codeAddrSpace, dl),
920 bool IsVolatile = MemSD->isVolatile();
924 IsVolatile = false
    [all...]
  /art/compiler/driver/
compiler_driver-inl.h 112 return field->IsVolatile();
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp 122 void mangleCXXThrowInfo(QualType T, bool IsConst, bool IsVolatile,
    [all...]
  /art/runtime/quick/
inline_method_analyser.cc 749 bool is_volatile = field->IsVolatile();

Completed in 1193 milliseconds

1 2