Searched defs:IsVolatile (Results 1 – 13 of 13) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGAtomic.cpp | 1267 bool IsVolatile) { in EmitAtomicLoadOp() 1287 bool IsVolatile = LV.isVolatile() || hasVolatileMember(LV.getType()); in LValueIsSuitableForInlineAtomic() local 1307 bool IsVolatile = LV.isVolatileQualified(); in EmitAtomicLoad() local 1319 bool IsVolatile) { in EmitAtomicLoad() 1351 llvm::AtomicOrdering AO, bool IsVolatile, in EmitAtomicLoad() 1566 bool IsVolatile) { in EmitAtomicUpdateLibcall() 1595 bool IsVolatile) { in EmitAtomicUpdateOp() 1653 RValue UpdateRVal, bool IsVolatile) { in EmitAtomicUpdateLibcall() 1678 bool IsVolatile) { in EmitAtomicUpdateOp() 1708 bool IsVolatile) { in EmitAtomicUpdate() [all …]
|
D | MicrosoftCXXABI.cpp | 3634 bool &IsConst, bool &IsVolatile) { in decomposeTypeForEH() 3670 bool IsConst, IsVolatile; in getAddrOfCXXCatchHandlerType() local 4090 bool IsConst, IsVolatile; in getThrowInfo() local
|
D | CodeGenFunction.h | 1690 bool IsVolatile = hasVolatileMember(EltTy); in EmitAggregateAssign() local
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZSelectionDAGInfo.cpp | 52 bool IsVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() 83 unsigned Align, bool IsVolatile, in EmitTargetCodeForMemset()
|
/external/clang/lib/Basic/ |
D | VirtualFileSystem.cpp | 93 bool RequiresNullTerminator, bool IsVolatile) { in getBufferForFile() 155 bool RequiresNullTerminator, bool IsVolatile) { in getBuffer() 434 bool IsVolatile) override { in getBuffer() 1313 bool IsVolatile) override { in getBuffer()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXISelDAGToDAG.cpp | 920 bool IsVolatile = MemSD->isVolatile(); in SelectLoadVector() local 2303 bool IsVolatile = MemSD->isVolatile(); in SelectStoreVector() local
|
/external/clang/lib/Sema/ |
D | SemaStmtAsm.cpp | 142 bool IsVolatile, unsigned NumOutputs, in ActOnGCCAsmStmt()
|
D | TreeTransform.h | 1263 bool IsVolatile, unsigned NumOutputs, in RebuildGCCAsmStmt()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 2142 bool IsVolatile; in createMachineMemOperandFor() local
|
/external/clang/lib/AST/ |
D | MicrosoftMangle.cpp | 2559 bool IsVolatile, in mangleCXXThrowInfo()
|
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 734 uint64_t Size, bool IsVolatile) { in handleLoadOrStore()
|
/external/clang/include/clang/AST/ |
D | Stmt.h | 1401 bool IsVolatile; variable
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 1485 CAMLprim value llvm_set_volatile(value IsVolatile, in llvm_set_volatile()
|