Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblySelectionDAGInfo.cpp23 SDValue Size, unsigned Align, bool IsVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy()
38 SDValue Op3, unsigned Align, bool IsVolatile, in EmitTargetCodeForMemmove()
47 SDValue Size, unsigned Align, bool IsVolatile, in EmitTargetCodeForMemset()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DMemoryBuffer.cpp155 uint64_t Offset, bool IsVolatile) { in getFileSlice()
232 bool RequiresNullTerminator, bool IsVolatile) { in getFile()
246 uint64_t Offset, bool RequiresNullTerminator, bool IsVolatile) { in getFileAux()
260 bool IsVolatile) { in getFile()
268 uint64_t Offset, bool IsVolatile) { in getFileSlice()
314 bool IsVolatile) { in shouldUseMmap()
420 bool IsVolatile) { in getOpenFileImpl()
483 bool RequiresNullTerminator, bool IsVolatile) { in getOpenFile()
490 int64_t Offset, bool IsVolatile) { in getOpenFileSlice()
DVirtualFileSystem.cpp116 bool RequiresNullTerminator, bool IsVolatile) { in getBufferForFile()
219 bool RequiresNullTerminator, bool IsVolatile) { in getBuffer()
612 bool IsVolatile) override { in getBuffer()
1775 bool IsVolatile) override { in getBuffer()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/
DWebAssemblySelectionDAGInfo.cpp23 SDValue Size, Align Alignment, bool IsVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy()
38 SDValue Op3, Align Alignment, bool IsVolatile, in EmitTargetCodeForMemmove()
47 SDValue Size, Align Alignment, bool IsVolatile, bool AlwaysInline, in EmitTargetCodeForMemset()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
DMemoryBuffer.cpp165 uint64_t Offset, bool IsVolatile, in getFileSlice()
249 bool RequiresNullTerminator, bool IsVolatile, in getFile()
265 bool IsText, bool RequiresNullTerminator, bool IsVolatile, in getFileAux()
279 WritableMemoryBuffer::getFile(const Twine &Filename, bool IsVolatile, in getFile()
288 uint64_t Offset, bool IsVolatile, in getFileSlice()
344 bool IsVolatile) { in shouldUseMmap()
450 bool IsVolatile, std::optional<Align> Alignment) { in getOpenFileImpl()
521 bool IsVolatile, std::optional<Align> Alignment) { in getOpenFile()
529 bool IsVolatile, std::optional<Align> Alignment) { in getOpenFileSlice()
DVirtualFileSystem.cpp119 bool RequiresNullTerminator, bool IsVolatile) { in getBufferForFile()
227 bool RequiresNullTerminator, bool IsVolatile) { in getBuffer()
712 bool IsVolatile) override { in getBuffer()
2411 bool IsVolatile) override { in getBuffer()
/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 …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DSIMemoryLegalizer.cpp99 bool IsVolatile = false; member in __anon561ac2870111::SIMemOpInfo
109 bool IsVolatile = false, in SIMemOpInfo()
687 bool IsVolatile = false; in constructFromMIWithMMO() local
910 bool IsVolatile, bool IsNonTemporal) const { in enableVolatileAndOrNonTemporal()
1262 bool IsVolatile, bool IsNonTemporal) const { in enableVolatileAndOrNonTemporal()
1564 bool IsVolatile, bool IsNonTemporal) const { in enableVolatileAndOrNonTemporal()
1796 bool IsVolatile, bool IsNonTemporal) const { in enableVolatileAndOrNonTemporal()
2063 bool IsVolatile, bool IsNonTemporal) const { in enableVolatileAndOrNonTemporal()
/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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZSelectionDAGInfo.cpp50 SDValue Size, unsigned Align, bool IsVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy()
77 SDValue Byte, SDValue Size, unsigned Align, bool IsVolatile, in EmitTargetCodeForMemset()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/
DSystemZSelectionDAGInfo.cpp62 SDValue Size, Align Alignment, bool IsVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy()
90 SDValue Byte, SDValue Size, Align Alignment, bool IsVolatile, in EmitTargetCodeForMemset()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp965 bool IsVolatile) { in optimizeMemset()
1079 bool IsVolatile) { in optimizeMemcpy()
1187 bool IsVolatile) { in optimizeMemmove()
1302 bool IsVolatile = MemOp->isVolatile(); in tryCombineMemCpyFamily() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/LogicalView/Core/
DLVType.h42 IsVolatile, enumerator
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DLowerMatrixIntrinsics.cpp1098 bool IsVolatile, ShapeInfo Shape, IRBuilder<> &Builder) { in loadMatrix()
1120 MatrixTy loadMatrix(Value *MatrixPtr, MaybeAlign Align, bool IsVolatile, in loadMatrix()
1145 bool IsVolatile, ShapeInfo Shape) { in LowerLoad()
1169 MaybeAlign MAlign, bool IsVolatile, ShapeInfo MatrixShape, in storeMatrix()
1191 MaybeAlign MAlign, Value *Stride, bool IsVolatile, in storeMatrix()
1213 Value *Stride, bool IsVolatile, ShapeInfo Shape) { in LowerStore()
/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/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/
DSPIRVPrepareFunctions.cpp178 Argument *IsVolatile = F->getArg(3); in lowerIntrinsicToFunction() local
/external/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp937 bool IsVolatile = MemSD->isVolatile(); in tryLoadVector() local
2372 bool IsVolatile = MemSD->isVolatile(); in tryStoreVector() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
DLoadStoreOpt.cpp193 bool IsVolatile; in instMayAlias() member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLowerMemIntrinsics.cpp370 unsigned Align, bool IsVolatile) { in createMemSetLoop()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp1017 bool IsVolatile = MemSD->isVolatile(); in tryLoadVector() local
1893 bool IsVolatile = MemSD->isVolatile(); in tryStoreVector() local
/external/clang/lib/Sema/
DSemaStmtAsm.cpp142 bool IsVolatile, unsigned NumOutputs, in ActOnGCCAsmStmt()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp1033 bool IsVolatile = MemSD->isVolatile(); in tryLoadVector() local
1898 bool IsVolatile = MemSD->isVolatile(); in tryStoreVector() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DLowerMemIntrinsics.cpp471 bool IsVolatile) { in createMemSetLoop()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAMDGPUMetadata.h182 constexpr char IsVolatile[] = "IsVolatile"; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DAMDGPUMetadata.h199 constexpr char IsVolatile[] = "IsVolatile"; variable

12