Home
last modified time | relevance | path

Searched defs:IsVolatile (Results 1 – 15 of 15) sorted by relevance

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVValue.cpp67 SPIRVValue::setVolatile(bool IsVolatile) { in setVolatile()
/external/clang/lib/CodeGen/
DCGAtomic.cpp1254 bool IsVolatile) { in EmitAtomicLoadOp()
1274 bool IsVolatile = LV.isVolatile() || hasVolatileMember(LV.getType()); in LValueIsSuitableForInlineAtomic() local
1287 bool IsVolatile = LV.isVolatileQualified(); in EmitAtomicLoad() local
1299 bool IsVolatile) { in EmitAtomicLoad()
1331 llvm::AtomicOrdering AO, bool IsVolatile, in EmitAtomicLoad()
1547 bool IsVolatile) { in EmitAtomicUpdateLibcall()
1576 bool IsVolatile) { in EmitAtomicUpdateOp()
1634 RValue UpdateRVal, bool IsVolatile) { in EmitAtomicUpdateLibcall()
1659 bool IsVolatile) { in EmitAtomicUpdateOp()
1689 bool IsVolatile) { in EmitAtomicUpdate()
[all …]
DMicrosoftCXXABI.cpp3642 bool &IsConst, bool &IsVolatile, in decomposeTypeForEH()
3681 bool IsConst, IsVolatile, IsUnaligned; in getAddrOfCXXCatchHandlerType() local
4104 bool IsConst, IsVolatile, IsUnaligned; in getThrowInfo() local
DCodeGenFunction.h1797 bool IsVolatile = hasVolatileMember(EltTy); in EmitAggregateAssign() local
/external/llvm/lib/Target/SystemZ/
DSystemZSelectionDAGInfo.cpp51 SDValue Size, unsigned Align, bool IsVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy()
79 SDValue Byte, SDValue Size, unsigned Align, bool IsVolatile, in EmitTargetCodeForMemset()
/external/clang/lib/Basic/
DVirtualFileSystem.cpp96 bool RequiresNullTerminator, bool IsVolatile) { in getBufferForFile()
182 bool RequiresNullTerminator, bool IsVolatile) { in getBuffer()
451 bool IsVolatile) override { in getBuffer()
1547 bool IsVolatile) override { in getBuffer()
/external/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp937 bool IsVolatile = MemSD->isVolatile(); in tryLoadVector() local
2372 bool IsVolatile = MemSD->isVolatile(); in tryStoreVector() local
/external/clang/lib/Sema/
DSemaStmtAsm.cpp142 bool IsVolatile, unsigned NumOutputs, in ActOnGCCAsmStmt()
DTreeTransform.h1275 bool IsVolatile, unsigned NumOutputs, in RebuildGCCAsmStmt()
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
DCBackend.cpp3431 bool IsVolatile, unsigned Alignment) { in writeMemoryAccess()
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp2165 bool IsVolatile; in createMachineMemOperandFor() local
/external/clang/lib/AST/
DMicrosoftMangle.cpp2659 bool IsVolatile, in mangleCXXThrowInfo()
/external/clang/include/clang/AST/
DStmt.h1423 bool IsVolatile; variable
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp721 uint64_t Size, bool IsVolatile) { in handleLoadOrStore()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1541 CAMLprim value llvm_set_volatile(value IsVolatile, in llvm_set_volatile()