Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DMemoryBuffer.cpp156 uint64_t Offset, bool IsVolatile) { in getFileSlice()
231 bool RequiresNullTerminator, bool IsVolatile) { in getFile()
245 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()
495 bool RequiresNullTerminator, bool IsVolatile) { in getOpenFile()
502 int64_t Offset, bool IsVolatile) { in getOpenFileSlice()
H A DVirtualFileSystem.cpp115 bool RequiresNullTerminator, bool IsVolatile) { in getBufferForFile()
218 bool RequiresNullTerminator, bool IsVolatile) { in getBuffer()
567 bool IsVolatile) override { in getBuffer()
1684 bool IsVolatile) override { in getBuffer()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGAtomic.cpp1442 bool IsVolatile) { in EmitAtomicLoadOp()
1461 bool IsVolatile = LV.isVolatile() || hasVolatileMember(LV.getType()); in LValueIsSuitableForInlineAtomic() local
1474 bool IsVolatile = LV.isVolatileQualified(); in EmitAtomicLoad() local
1486 bool IsVolatile) { in EmitAtomicLoad()
1536 bool IsVolatile = rvalue.isVolatileQualified() || in emitCopyIntoMemory() local
1737 bool IsVolatile) { in EmitAtomicUpdateLibcall()
1766 bool IsVolatile) { in EmitAtomicUpdateOp()
1848 bool IsVolatile) { in EmitAtomicUpdateOp()
1878 bool IsVolatile) { in EmitAtomicUpdate()
1887 bool IsVolatile) { in EmitAtomicUpdate()
[all …]
H A DCGNonTrivialStruct.cpp812 bool IsVolatile, CodeGenFunction &CGF, in callSpecialFunction()
822 bool IsVolatile = Dst.isVolatile(); in callCStructDefaultConstructor() local
834 bool IsVolatile, in getNonTrivialCopyConstructorStr()
842 bool IsVolatile, ASTContext &Ctx) { in getNonTrivialDestructorStr()
848 bool IsVolatile = Dst.isVolatile(); in callCStructDestructor() local
859 bool IsVolatile = Dst.isVolatile() || Src.isVolatile(); in callCStructCopyConstructor() local
873 bool IsVolatile = Dst.isVolatile() || Src.isVolatile(); in callCStructCopyAssignmentOperator() local
884 bool IsVolatile = Dst.isVolatile() || Src.isVolatile(); in callCStructMoveConstructor() local
898 bool IsVolatile = Dst.isVolatile() || Src.isVolatile(); in callCStructMoveAssignmentOperator() local
H A DMicrosoftCXXABI.cpp3711 bool &IsConst, bool &IsVolatile, in decomposeTypeForEH()
3750 bool IsConst, IsVolatile, IsUnaligned; in getAddrOfCXXCatchHandlerType() local
4178 bool IsConst, IsVolatile, IsUnaligned; in getThrowInfo() local
H A DCGBlocks.cpp1889 bool IsVolatile = CaptureTy.isVolatileQualified(); in getBlockCaptureStr() local
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp51 SDValue Size, unsigned Align, bool IsVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy()
78 SDValue Byte, SDValue Size, unsigned Align, bool IsVolatile, in EmitTargetCodeForMemset()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp367 unsigned Align, bool IsVolatile) { in createMemSetLoop()
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp1016 bool IsVolatile = MemSD->isVolatile(); in tryLoadVector() local
1892 bool IsVolatile = MemSD->isVolatile(); in tryStoreVector() local
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h179 constexpr char IsVolatile[] = "IsVolatile"; variable
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp267 const ConstantInt *IsVolatile = dyn_cast<ConstantInt>(II->getArgOperand(4)); in rewriteIntrinsicOperands() local
H A DSROA.cpp771 uint64_t Size, bool IsVolatile) { in handleLoadOrStore()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmtAsm.cpp241 bool IsVolatile, unsigned NumOutputs, in ActOnGCCAsmStmt()
H A DTreeTransform.h1355 bool IsVolatile, unsigned NumOutputs, in RebuildGCCAsmStmt()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h68 bool IsVolatile = false; member
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp2388 bool IsVolatile; in createMachineMemOperandFor() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DMicrosoftMangle.cpp3119 bool IsVolatile, in mangleCXXThrowInfo()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h2532 bool IsVolatile; variable