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

  /external/clang/lib/CodeGen/
CGCall.h 291 ReturnValueSlot(llvm::Value *Value, bool IsVolatile)
292 : Value(Value, IsVolatile) {}
296 bool isVolatile() const { return Value.getInt(); }
CodeGenFunction.h     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 181 bool isVolatile = LD->isVolatile();
185 isVolatile = false;
234 SDValue Ops[] = { getI32Imm(isVolatile),
254 SDValue Ops[] = { getI32Imm(isVolatile),
286 SDValue Ops[] = { getI32Imm(isVolatile),
317 SDValue Ops[] = { getI32Imm(isVolatile),
356 bool IsVolatile = MemSD->isVolatile();
360 IsVolatile = false
    [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 90 bool IsVolatile, unsigned NumOutputs,
210 new (Context) GCCAsmStmt(Context, AsmLoc, IsSimple, IsVolatile, NumOutputs,
595 /*IsVolatile*/ true, AsmToks, /*NumOutputs*/ 0,
693 /*IsVolatile*/ true, AsmToks, NumOutputs, NumInputs,
TreeTransform.h     [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 495 uint64_t Size, bool IsVolatile) {
505 Ty->isIntegerTy() && !IsVolatile && Offset == 0 && Size >= AllocSize;
518 return handleLoadOrStore(LI.getType(), LI, Offset, Size, LI.isVolatile());
549 handleLoadOrStore(ValOp->getType(), SI, Offset, Size, SI.isVolatile());
606 if (!II.isVolatile() && Offsets.SourceBegin == Offsets.DestBegin) {
620 if (!II.isVolatile())
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 70 milliseconds