/external/llvm/lib/Target/SystemZ/ |
H A D | SystemZSelectionDAGInfo.h | 32 bool IsVolatile, bool AlwaysInline, 40 SDValue Size, unsigned Align, bool IsVolatile,
|
H A D | SystemZSelectionDAGInfo.cpp | 31 bool IsVolatile, bool AlwaysInline, 34 if (IsVolatile) 66 unsigned Align, bool IsVolatile, 70 if (IsVolatile) 29 EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc DL, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool IsVolatile, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const argument 64 EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc DL, SDValue Chain, SDValue Dst, SDValue Byte, SDValue Size, unsigned Align, bool IsVolatile, MachinePointerInfo DstPtrInfo) const argument
|
/external/clang/lib/CodeGen/ |
H A D | CGCall.h | 318 ReturnValueSlot(llvm::Value *Value, bool IsVolatile) argument 319 : Value(Value, IsVolatile) {}
|
H A D | CodeGenFunction.h | 1435 bool IsVolatile = hasVolatileMember(EltTy); local 1436 EmitAggregateCopy(DestPtr, SrcPtr, EltTy, IsVolatile, CharUnits::Zero(),
|
/external/clang/lib/Sema/ |
H A D | SemaStmtAsm.cpp | 78 bool IsVolatile, unsigned NumOutputs, 205 new (Context) GCCAsmStmt(Context, AsmLoc, IsSimple, IsVolatile, NumOutputs, 483 /*IsVolatile*/ true, AsmToks, NumOutputs, NumInputs, 77 ActOnGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, bool IsVolatile, unsigned NumOutputs, unsigned NumInputs, IdentifierInfo **Names, MultiExprArg constraints, MultiExprArg Exprs, Expr *asmString, MultiExprArg clobbers, SourceLocation RParenLoc) argument
|
H A D | TreeTransform.h | 1192 bool IsVolatile, unsigned NumOutputs, 1197 return getSema().ActOnGCCAsmStmt(AsmLoc, IsSimple, IsVolatile, NumOutputs, 1191 RebuildGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, bool IsVolatile, unsigned NumOutputs, unsigned NumInputs, IdentifierInfo **Names, MultiExprArg Constraints, MultiExprArg Exprs, Expr *AsmString, MultiExprArg Clobbers, SourceLocation RParenLoc) argument
|
/external/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelDAGToDAG.cpp | 446 bool IsVolatile = MemSD->isVolatile(); local 450 IsVolatile = false; 538 SDValue Ops[] = { getI32Imm(IsVolatile), getI32Imm(CodeAddrSpace), 592 SDValue Ops[] = { getI32Imm(IsVolatile), getI32Imm(CodeAddrSpace), 695 SDValue Ops[] = { getI32Imm(IsVolatile), getI32Imm(CodeAddrSpace), 797 SDValue Ops[] = { getI32Imm(IsVolatile), getI32Imm(CodeAddrSpace), 1547 bool IsVolatile = MemSD->isVolatile(); local 1551 IsVolatile = false; 1587 StOps.push_back(getI32Imm(IsVolatile));
|
/external/clang/include/clang/AST/ |
H A D | Stmt.h | 1371 bool IsVolatile; member in class:clang::AsmStmt 1381 Stmt (SC), AsmLoc(asmloc), IsSimple(issimple), IsVolatile(isvolatile), 1397 bool isVolatile() const { return IsVolatile; } 1398 void setVolatile(bool V) { IsVolatile = V; }
|
/external/llvm/include/llvm-c/ |
H A D | Core.h | 2496 void LLVMSetVolatile(LLVMValueRef MemoryAccessInst, LLVMBool IsVolatile);
|
/external/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 387 uint64_t Size, bool IsVolatile) { 397 Ty->isIntegerTy() && !IsVolatile && Offset == 0 && Size >= AllocSize; 386 handleLoadOrStore(Type *Ty, Instruction &I, const APInt &Offset, uint64_t Size, bool IsVolatile) argument
|
/external/clang/include/clang/Sema/ |
H A D | Sema.h | 2900 bool IsVolatile, unsigned NumOutputs,
|