Home
last modified time | relevance | path

Searched refs:IsVolatile (Results 1 – 24 of 24) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DMemoryBuffer.cpp109 uint64_t Offset, bool RequiresNullTerminator, bool IsVolatile);
155 uint64_t Offset, bool IsVolatile) { in getFileSlice() argument
157 IsVolatile); in getFileSlice()
232 bool RequiresNullTerminator, bool IsVolatile) { in getFile() argument
234 RequiresNullTerminator, IsVolatile); in getFile()
241 bool IsVolatile);
246 uint64_t Offset, bool RequiresNullTerminator, bool IsVolatile) { in getFileAux() argument
253 RequiresNullTerminator, IsVolatile); in getFileAux()
260 bool IsVolatile) { in getFile() argument
263 IsVolatile); in getFile()
[all …]
DVirtualFileSystem.cpp116 bool RequiresNullTerminator, bool IsVolatile) { in getBufferForFile() argument
121 return (*F)->getBuffer(Name, FileSize, RequiresNullTerminator, IsVolatile); in getBufferForFile()
194 bool IsVolatile) override;
219 bool RequiresNullTerminator, bool IsVolatile) { in getBuffer() argument
222 IsVolatile); in getBuffer()
612 bool IsVolatile) override { in getBuffer() argument
1775 bool IsVolatile) override { in getBuffer() argument
1777 IsVolatile); in getBuffer()
DAMDGPUMetadata.cpp125 YIO.mapOptional(Kernel::Arg::Key::IsVolatile, MD.mIsVolatile, false); in mapping()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblySelectionDAGInfo.cpp23 SDValue Size, unsigned Align, bool IsVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
38 SDValue Op3, unsigned Align, bool IsVolatile, in EmitTargetCodeForMemmove() argument
41 IsVolatile, false, DstPtrInfo, in EmitTargetCodeForMemmove()
47 SDValue Size, unsigned Align, bool IsVolatile, in EmitTargetCodeForMemset() argument
DWebAssemblySelectionDAGInfo.h38 SDValue Op3, unsigned Align, bool IsVolatile,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMemoryBuffer.h81 bool RequiresNullTerminator = true, bool IsVolatile = false);
94 int64_t Offset, bool IsVolatile = false);
104 bool RequiresNullTerminator = true, bool IsVolatile = false);
132 bool IsVolatile = false);
181 bool IsVolatile = false);
186 bool IsVolatile = false);
DAMDGPUMetadata.h182 constexpr char IsVolatile[] = "IsVolatile"; variable
DVirtualFileSystem.h119 bool RequiresNullTerminator = true, bool IsVolatile = false) = 0;
259 bool RequiresNullTerminator = true, bool IsVolatile = false);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DCombinerHelper.h189 bool IsVolatile);
192 bool IsVolatile);
194 unsigned KnownLen, unsigned DstAlign, bool IsVolatile);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZSelectionDAGInfo.h28 SDValue Size, unsigned Align, bool IsVolatile,
35 SDValue Size, unsigned Align, bool IsVolatile,
DSystemZSelectionDAGInfo.cpp50 SDValue Size, unsigned Align, bool IsVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
52 if (IsVolatile) in EmitTargetCodeForMemcpy()
77 SDValue Byte, SDValue Size, unsigned Align, bool IsVolatile, in EmitTargetCodeForMemset() argument
81 if (IsVolatile) in EmitTargetCodeForMemset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp965 bool IsVolatile) { in optimizeMemset() argument
994 /*AllowOverlap=*/!IsVolatile, DstPtrInfo.getAddrSpace(), ~0u, in optimizeMemset()
1079 bool IsVolatile) { in optimizeMemcpy() argument
1113 /*AllowOverlap=*/!IsVolatile, DstPtrInfo.getAddrSpace(), in optimizeMemcpy()
1187 bool IsVolatile) { in optimizeMemmove() argument
1302 bool IsVolatile = MemOp->isVolatile(); in tryCombineMemCpyFamily() local
1304 if (IsVolatile) in tryCombineMemCpyFamily()
1334 return optimizeMemcpy(MI, Dst, Src, KnownLen, DstAlign, SrcAlign, IsVolatile); in tryCombineMemCpyFamily()
1336 return optimizeMemmove(MI, Dst, Src, KnownLen, DstAlign, SrcAlign, IsVolatile); in tryCombineMemCpyFamily()
1338 return optimizeMemset(MI, Dst, Src, KnownLen, DstAlign, IsVolatile); in tryCombineMemCpyFamily()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetTransformInfo.cpp333 Info.IsVolatile = !Volatile->isNullValue(); in getTgtMemIntrinsic()
678 const ConstantInt *IsVolatile = cast<ConstantInt>(II->getArgOperand(4)); in rewriteIntrinsicWithAddressSpace() local
679 if (!IsVolatile->isZero()) in rewriteIntrinsicWithAddressSpace()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLowerMemIntrinsics.cpp370 unsigned Align, bool IsVolatile) { in createMemSetLoop() argument
398 IsVolatile); in createMemSetLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp1017 bool IsVolatile = MemSD->isVolatile(); in tryLoadVector() local
1021 IsVolatile = false; in tryLoadVector()
1093 SDValue Ops[] = { getI32Imm(IsVolatile, DL), getI32Imm(CodeAddrSpace, DL), in tryLoadVector()
1120 SDValue Ops[] = { getI32Imm(IsVolatile, DL), getI32Imm(CodeAddrSpace, DL), in tryLoadVector()
1169 SDValue Ops[] = { getI32Imm(IsVolatile, DL), getI32Imm(CodeAddrSpace, DL), in tryLoadVector()
1218 SDValue Ops[] = { getI32Imm(IsVolatile, DL), getI32Imm(CodeAddrSpace, DL), in tryLoadVector()
1893 bool IsVolatile = MemSD->isVolatile(); in tryStoreVector() local
1897 IsVolatile = false; in tryStoreVector()
1944 StOps.push_back(getI32Imm(IsVolatile, DL)); in tryStoreVector()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp2397 bool IsVolatile; in createMachineMemOperandFor() local
2401 IsVolatile = LI->isVolatile(); in createMachineMemOperandFor()
2407 IsVolatile = SI->isVolatile(); in createMachineMemOperandFor()
2427 if (IsVolatile) in createMachineMemOperandFor()
DDAGCombiner.cpp20808 bool IsVolatile; in isAlias() member
20851 if (MUC0.IsVolatile && MUC1.IsVolatile) in isAlias()
DSelectionDAG.cpp8981 MemSDNodeBits.IsVolatile = MMO->isVolatile(); in MemSDNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h77 bool IsVolatile = false; member
81 Ordering == AtomicOrdering::Unordered) && !IsVolatile; in isUnordered()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h547 uint16_t IsVolatile : 1;
1329 bool isVolatile() const { return MemSDNodeBits.IsVolatile; }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp680 return Info.IsVolatile; in isVolatile()
DSROA.cpp771 uint64_t Size, bool IsVolatile) { in handleLoadOrStore() argument
775 bool IsSplittable = Ty->isIntegerTy() && !IsVolatile; in handleLoadOrStore()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h3820 void LLVMSetVolatile(LLVMValueRef MemoryAccessInst, LLVMBool IsVolatile);
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp1028 struct IsVolatile : FalseType {}; struct
1031 struct IsVolatile<volatile T> : TrueType {}; struct
1384 : WithCV<IsConst<T>::value, IsVolatile<T>::value,
1431 : WithCV<IsConst<T>::value, IsVolatile<T>::value,