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

  /external/clang/lib/CodeGen/
CGCall.h 162 ReturnValueSlot(llvm::Value *Value, bool IsVolatile)
163 : Value(Value, IsVolatile) {}
167 bool isVolatile() const { return Value.getInt(); }
CodeGenFunction.h     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZSelectionDAGInfo.h 31 bool IsVolatile, bool AlwaysInline,
37 SDValue Size, unsigned Align, bool IsVolatile,
SystemZSelectionDAGInfo.cpp 58 bool IsVolatile, bool AlwaysInline,
61 if (IsVolatile)
88 unsigned Align, bool IsVolatile,
92 if (IsVolatile)
  /art/runtime/mirror/
art_field-inl.h 68 if (UNLIKELY(IsVolatile())) {
78 if (UNLIKELY(IsVolatile())) {
88 if (UNLIKELY(IsVolatile())) {
98 if (UNLIKELY(IsVolatile())) {
108 if (UNLIKELY(IsVolatile())) {
118 if (UNLIKELY(IsVolatile())) {
art_field.h 148 bool IsVolatile() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
  /art/compiler/dex/
mir_field_info.h 62 bool IsVolatile() const {
local_value_numbering.cc     [all...]
  /external/clang/include/clang/Basic/
VirtualFileSystem.h 96 bool IsVolatile = false) = 0;
200 bool IsVolatile = false);
  /art/compiler/dex/quick/
gen_common.cc 590 RegisterClass reg_class = RegClassForFieldLoadStore(store_size, field_info.IsVolatile());
598 field_info.IsVolatile() ? kVolatile : kNotVolatile);
601 field_info.IsVolatile() ? kVolatile : kNotVolatile);
671 RegisterClass reg_class = RegClassForFieldLoadStore(load_size, field_info.IsVolatile());
676 LoadRefDisp(r_base, field_offset, rl_result.reg, field_info.IsVolatile() ? kVolatile :
679 LoadBaseDisp(r_base, field_offset, rl_result.reg, load_size, field_info.IsVolatile() ?
725 RegisterClass reg_class = RegClassForFieldLoadStore(load_size, field_info.IsVolatile());
734 load_lir = LoadRefDisp(rl_obj.reg, field_offset, rl_result.reg, field_info.IsVolatile() ?
738 field_info.IsVolatile() ? kVolatile : kNotVolatile);
772 RegisterClass reg_class = RegClassForFieldLoadStore(store_size, field_info.IsVolatile());
    [all...]
dex_file_method_inliner.cc     [all...]
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 78 bool IsVolatile, unsigned NumOutputs,
205 new (Context) GCCAsmStmt(Context, AsmLoc, IsSimple, IsVolatile, NumOutputs,
485 /*IsVolatile*/ true, AsmToks, NumOutputs, NumInputs,
TreeTransform.h     [all...]
  /external/clang/lib/Basic/
VirtualFileSystem.cpp 72 int64_t FileSize, bool RequiresNullTerminator, bool IsVolatile) {
78 F->getBuffer(Name, Result, FileSize, RequiresNullTerminator, IsVolatile);
103 bool IsVolatile = false) override;
127 bool IsVolatile) {
131 RequiresNullTerminator, IsVolatile);
    [all...]
  /art/compiler/driver/
compiler_driver-inl.h 92 return field->IsVolatile();
compiler_driver.cc     [all...]
  /art/runtime/quick/
inline_method_analyser.cc 348 result->is_volatile = field->IsVolatile();
  /external/clang/include/clang/AST/
Stmt.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 411 bool isVolatile = LD->isVolatile();
415 isVolatile = false;
478 SDValue Ops[] = { getI32Imm(isVolatile), getI32Imm(codeAddrSpace),
507 SDValue Ops[] = { getI32Imm(isVolatile), getI32Imm(codeAddrSpace),
561 SDValue Ops[] = { getI32Imm(isVolatile), getI32Imm(codeAddrSpace),
613 SDValue Ops[] = { getI32Imm(isVolatile), getI32Imm(codeAddrSpace),
647 bool IsVolatile = MemSD->isVolatile();
651 IsVolatile = false
    [all...]
  /art/compiler/optimizing/
builder.cc 396 if (resolved_field->IsVolatile()) {
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c     [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 442 uint64_t Size, bool IsVolatile) {
452 Ty->isIntegerTy() && !IsVolatile && Offset == 0 && Size >= AllocSize;
465 return handleLoadOrStore(LI.getType(), LI, Offset, Size, LI.isVolatile());
495 handleLoadOrStore(ValOp->getType(), SI, Offset, Size, SI.isVolatile());
550 if (!II.isVolatile())
568 if (!II.isVolatile() && PrevP.beginOffset() == RawOffset) {
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 982 milliseconds