Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A 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, in EmitTargetCodeForMemset()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DMemoryBuffer.cpp157 uint64_t Offset, bool IsVolatile) { in getFileSlice()
247 bool RequiresNullTerminator, bool IsVolatile) { in getFile()
261 bool IsText, bool RequiresNullTerminator, bool IsVolatile) { in getFileAux()
274 WritableMemoryBuffer::getFile(const Twine &Filename, bool IsVolatile) { in getFile()
282 uint64_t Offset, bool IsVolatile) { in getFileSlice()
329 bool IsVolatile) { in shouldUseMmap()
435 bool IsVolatile) { in getOpenFileImpl()
504 bool RequiresNullTerminator, bool IsVolatile) { in getOpenFile()
511 int64_t Offset, bool IsVolatile) { in getOpenFileSlice()
H A DVirtualFileSystem.cpp116 bool RequiresNullTerminator, bool IsVolatile) { in getBufferForFile()
219 bool RequiresNullTerminator, bool IsVolatile) { in getBuffer()
634 bool IsVolatile) override { in getBuffer()
1994 bool IsVolatile) override { in getBuffer()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp833 bool IsVolatile, CodeGenFunction &CGF, in callSpecialFunction()
844 getSpecialFunction(G &&Gen, StringRef FuncName, QualType QT, bool IsVolatile, in getSpecialFunction()
855 bool IsVolatile = Dst.isVolatile(); in callCStructDefaultConstructor() local
865 QualType QT, CharUnits Alignment, bool IsVolatile, ASTContext &Ctx) { in getNonTrivialCopyConstructorStr()
872 bool IsVolatile, in getNonTrivialDestructorStr()
879 bool IsVolatile = Dst.isVolatile(); in callCStructDestructor() local
890 bool IsVolatile = Dst.isVolatile() || Src.isVolatile(); in callCStructCopyConstructor() local
904 bool IsVolatile = Dst.isVolatile() || Src.isVolatile(); in callCStructCopyAssignmentOperator() local
915 bool IsVolatile = Dst.isVolatile() || Src.isVolatile(); in callCStructMoveConstructor() local
929 bool IsVolatile = Dst.isVolatile() || Src.isVolatile(); in callCStructMoveAssignmentOperator() local
[all …]
H A DCGAtomic.cpp1526 bool IsVolatile) { in EmitAtomicLoadOp()
1545 bool IsVolatile = LV.isVolatile() || hasVolatileMember(LV.getType()); in LValueIsSuitableForInlineAtomic() local
1558 bool IsVolatile = LV.isVolatileQualified(); in EmitAtomicLoad() local
1570 bool IsVolatile) { in EmitAtomicLoad()
1602 llvm::AtomicOrdering AO, bool IsVolatile, in EmitAtomicLoad()
1620 bool IsVolatile = rvalue.isVolatileQualified() || in emitCopyIntoMemory() local
1821 bool IsVolatile) { in EmitAtomicUpdateLibcall()
1850 bool IsVolatile) { in EmitAtomicUpdateOp()
1907 RValue UpdateRVal, bool IsVolatile) { in EmitAtomicUpdateLibcall()
1932 bool IsVolatile) { in EmitAtomicUpdateOp()
[all …]
H A DCGCall.h366 unsigned IsVolatile : 1; variable
H A DMicrosoftCXXABI.cpp3822 bool &IsConst, bool &IsVolatile, in decomposeTypeForEH()
3861 bool IsConst, IsVolatile, IsUnaligned; in getAddrOfCXXCatchHandlerType() local
4281 bool IsConst, IsVolatile, IsUnaligned; in getThrowInfo() local
H A DCGBlocks.cpp1805 bool IsVolatile = CaptureTy.isVolatileQualified(); in getBlockCaptureStr() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIMemoryLegalizer.cpp98 bool IsVolatile = false; member in __anon45e28bb20111::SIMemOpInfo
108 bool IsVolatile = false, in SIMemOpInfo()
628 bool IsVolatile = false; in constructFromMIWithMMO() local
846 bool IsVolatile, bool IsNonTemporal) const { in enableVolatileAndOrNonTemporal()
1191 bool IsVolatile, bool IsNonTemporal) const { in enableVolatileAndOrNonTemporal()
1350 bool IsVolatile, bool IsNonTemporal) const { in enableVolatileAndOrNonTemporal()
H A DAMDGPUTargetTransformInfo.cpp1076 const ConstantInt *IsVolatile = cast<ConstantInt>(II->getArgOperand(4)); in rewriteIntrinsicWithAddressSpace() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp50 SDValue Size, Align Alignment, bool IsVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy()
77 SDValue Byte, SDValue Size, Align Alignment, bool IsVolatile, in EmitTargetCodeForMemset()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp228 bool IsVolatile) override { in getBuffer()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp804 bool IsVolatile, ShapeInfo Shape, IRBuilder<> &Builder) { in loadMatrix()
825 MatrixTy loadMatrix(Value *MatrixPtr, MaybeAlign Align, bool IsVolatile, in loadMatrix()
850 bool IsVolatile, ShapeInfo Shape) { in LowerLoad()
874 MaybeAlign MAlign, bool IsVolatile, ShapeInfo MatrixShape, in storeMatrix()
896 MaybeAlign MAlign, Value *Stride, bool IsVolatile, in storeMatrix()
916 Value *Stride, bool IsVolatile, ShapeInfo Shape) { in LowerStore()
H A DSROA.cpp767 uint64_t Size, bool IsVolatile) { in handleLoadOrStore()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h953 bool IsVolatile = false; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp380 bool IsVolatile) { in createMemSetLoop()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp1016 bool IsVolatile = MemSD->isVolatile(); in tryLoadVector() local
1892 bool IsVolatile = MemSD->isVolatile(); in tryStoreVector() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h194 constexpr char IsVolatile[] = "IsVolatile"; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmtAsm.cpp242 bool IsVolatile, unsigned NumOutputs, in ActOnGCCAsmStmt()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1222 Align Alignment, bool IsVolatile) { in optimizeMemset()
1336 bool IsVolatile) { in optimizeMemcpy()
1442 bool IsVolatile) { in optimizeMemmove()
1553 bool IsVolatile = MemOp->isVolatile(); in tryCombineMemCpyFamily() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp656 const bool IsVolatile = ClDistinguishVolatile && in instrumentLoadOrStore() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp2267 bool IsVolatile; in createMachineMemOperandFor() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DIRBuilder.cpp211 Value *IsVolatile = getInt1(false); in CreateMemCpyInline() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h84 bool IsVolatile = false; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DMicrosoftMangle.cpp3556 bool IsVolatile, in mangleCXXThrowInfo()

12