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

  /external/llvm/lib/Target/SystemZ/
SystemZSelectionDAGInfo.h 32 bool IsVolatile, bool AlwaysInline,
40 SDValue Size, unsigned Align, bool IsVolatile,
SystemZSelectionDAGInfo.cpp 31 bool IsVolatile, bool AlwaysInline,
34 if (IsVolatile)
66 unsigned Align, bool IsVolatile,
70 if (IsVolatile)
  /art/runtime/mirror/
art_field-inl.h 61 return object->GetField32(GetOffset(), IsVolatile());
67 object->SetField32(GetOffset(), new_value, IsVolatile());
73 return object->GetField64(GetOffset(), IsVolatile());
79 object->SetField64(GetOffset(), new_value, IsVolatile());
85 return object->GetFieldObject<Object*>(GetOffset(), IsVolatile());
91 object->SetFieldObject(GetOffset(), new_value, IsVolatile());
art_field.h 134 bool IsVolatile() const {
  /external/clang/lib/CodeGen/
CGCall.h 318 ReturnValueSlot(llvm::Value *Value, bool IsVolatile)
319 : Value(Value, IsVolatile) {}
323 bool isVolatile() const { return Value.getInt(); }
CodeGenFunction.h     [all...]
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 78 bool IsVolatile, unsigned NumOutputs,
205 new (Context) GCCAsmStmt(Context, AsmLoc, IsSimple, IsVolatile, NumOutputs,
483 /*IsVolatile*/ true, AsmToks, NumOutputs, NumInputs,
TreeTransform.h     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 210 bool isVolatile = LD->isVolatile();
214 isVolatile = false;
277 SDValue Ops[] = { getI32Imm(isVolatile), getI32Imm(codeAddrSpace),
306 SDValue Ops[] = { getI32Imm(isVolatile), getI32Imm(codeAddrSpace),
360 SDValue Ops[] = { getI32Imm(isVolatile), getI32Imm(codeAddrSpace),
412 SDValue Ops[] = { getI32Imm(isVolatile), getI32Imm(codeAddrSpace),
446 bool IsVolatile = MemSD->isVolatile();
450 IsVolatile = false
    [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]
  /art/compiler/driver/
compiler_driver.cc     [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 387 uint64_t Size, bool IsVolatile) {
397 Ty->isIntegerTy() && !IsVolatile && Offset == 0 && Size >= AllocSize;
410 return handleLoadOrStore(LI.getType(), LI, Offset, Size, LI.isVolatile());
441 handleLoadOrStore(ValOp->getType(), SI, Offset, Size, SI.isVolatile());
480 if (!II.isVolatile())
498 if (!II.isVolatile() && PrevP.beginOffset() == RawOffset) {
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 410 milliseconds