Searched defs:IsVolatile (Results 1 – 14 of 14) sorted by relevance
| /external/clang/lib/CodeGen/ |
| D | CGAtomic.cpp | 1148 bool IsVolatile) { in EmitAtomicLoadOp() 1168 bool IsVolatile = LV.isVolatile() || hasVolatileMember(LV.getType()); in LValueIsSuitableForInlineAtomic() local 1188 bool IsVolatile = LV.isVolatileQualified(); in EmitAtomicLoad() local 1200 bool IsVolatile) { in EmitAtomicLoad() 1232 llvm::AtomicOrdering AO, bool IsVolatile, in EmitAtomicLoad() 1391 bool IsVolatile = lvalue.isVolatileQualified(); in EmitAtomicStore() local 1408 llvm::AtomicOrdering AO, bool IsVolatile, in EmitAtomicStore() 1532 const std::function<RValue(RValue)> &UpdateOp, bool IsVolatile) { in EmitAtomicUpdate()
|
| D | CGCall.h | 162 ReturnValueSlot(llvm::Value *Value, bool IsVolatile) in ReturnValueSlot()
|
| D | MicrosoftCXXABI.cpp | 3170 bool &IsConst, bool &IsVolatile) { in decomposeTypeForEH() 3206 bool IsConst, IsVolatile; in getAddrOfCXXCatchHandlerType() local 3647 bool IsConst, IsVolatile; in getThrowInfo() local
|
| D | CodeGenFunction.h | 1541 bool IsVolatile = hasVolatileMember(EltTy); in EmitAggregateAssign() local
|
| /external/llvm/lib/Target/SystemZ/ |
| D | SystemZSelectionDAGInfo.cpp | 58 bool IsVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() 88 unsigned Align, bool IsVolatile, in EmitTargetCodeForMemset()
|
| /external/llvm/lib/Target/NVPTX/ |
| D | NVPTXISelDAGToDAG.cpp | 873 bool IsVolatile = MemSD->isVolatile(); in SelectLoadVector() local 2240 bool IsVolatile = MemSD->isVolatile(); in SelectStoreVector() local
|
| /external/clang/lib/Sema/ |
| D | SemaStmtAsm.cpp | 111 bool IsVolatile, unsigned NumOutputs, in ActOnGCCAsmStmt()
|
| D | TreeTransform.h | 1242 bool IsVolatile, unsigned NumOutputs, in RebuildGCCAsmStmt()
|
| /external/clang/lib/Basic/ |
| D | VirtualFileSystem.cpp | 72 bool RequiresNullTerminator, bool IsVolatile) { in getBufferForFile() 122 bool RequiresNullTerminator, bool IsVolatile) { in getBuffer()
|
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| D | FastISel.cpp | 2120 bool IsVolatile; in createMachineMemOperandFor() local
|
| /external/clang/lib/AST/ |
| D | MicrosoftMangle.cpp | 2362 bool IsVolatile, in mangleCXXThrowInfo()
|
| /external/clang/include/clang/AST/ |
| D | Stmt.h | 1403 bool IsVolatile; variable
|
| /external/llvm/lib/Transforms/Scalar/ |
| D | SROA.cpp | 738 uint64_t Size, bool IsVolatile) { in handleLoadOrStore()
|
| /external/llvm/bindings/ocaml/llvm/ |
| D | llvm_ocaml.c | 1474 CAMLprim value llvm_set_volatile(value IsVolatile, in llvm_set_volatile()
|