/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblySelectionDAGInfo.cpp | 23 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 D | MemoryBuffer.cpp | 157 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 D | VirtualFileSystem.cpp | 116 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 D | CGNonTrivialStruct.cpp | 833 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 D | CGAtomic.cpp | 1526 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 D | CGCall.h | 366 unsigned IsVolatile : 1; variable
|
H A D | MicrosoftCXXABI.cpp | 3822 bool &IsConst, bool &IsVolatile, in decomposeTypeForEH() 3861 bool IsConst, IsVolatile, IsUnaligned; in getAddrOfCXXCatchHandlerType() local 4281 bool IsConst, IsVolatile, IsUnaligned; in getThrowInfo() local
|
H A D | CGBlocks.cpp | 1805 bool IsVolatile = CaptureTy.isVolatileQualified(); in getBlockCaptureStr() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | SIMemoryLegalizer.cpp | 98 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 D | AMDGPUTargetTransformInfo.cpp | 1076 const ConstantInt *IsVolatile = cast<ConstantInt>(II->getArgOperand(4)); in rewriteIntrinsicWithAddressSpace() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZSelectionDAGInfo.cpp | 50 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 D | DependencyScanningFilesystem.cpp | 228 bool IsVolatile) override { in getBuffer()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LowerMatrixIntrinsics.cpp | 804 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 D | SROA.cpp | 767 uint64_t Size, bool IsVolatile) { in handleLoadOrStore()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPIRBuilder.h | 953 bool IsVolatile = false; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | LowerMemIntrinsics.cpp | 380 bool IsVolatile) { in createMemSetLoop()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelDAGToDAG.cpp | 1016 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 D | AMDGPUMetadata.h | 194 constexpr char IsVolatile[] = "IsVolatile"; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaStmtAsm.cpp | 242 bool IsVolatile, unsigned NumOutputs, in ActOnGCCAsmStmt()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 1222 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 D | ThreadSanitizer.cpp | 656 const bool IsVolatile = ClDistinguishVolatile && in instrumentLoadOrStore() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 2267 bool IsVolatile; in createMachineMemOperandFor() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 211 Value *IsVolatile = getInt1(false); in CreateMemCpyInline() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfo.h | 84 bool IsVolatile = false; member
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | MicrosoftMangle.cpp | 3556 bool IsVolatile, in mangleCXXThrowInfo()
|