Home
last modified time | relevance | path

Searched defs:isLoad (Results 51 – 75 of 502) sorted by relevance

12345678910>>...21

/dports/devel/llvm11/llvm-11.0.1.src/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp251 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getPointerDependencyFrom()
363 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getSimplePointerDependencyFrom()
660 bool isLoad = !isModSet(MR); in getDependency() local
828 bool isLoad = isa<LoadInst>(QueryInst); in getNonLocalPointerDependency() local
889 Instruction *QueryInst, const MemoryLocation &Loc, bool isLoad, in GetNonLocalInfoForBlock()
1021 const MemoryLocation &Loc, bool isLoad, BasicBlock *StartBB, in getNonLocalPointerDepFromBB()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp329 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getPointerDependencyFrom()
442 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getSimplePointerDependencyFrom()
750 bool isLoad = !isModSet(MR); in getDependency() local
918 bool isLoad = isa<LoadInst>(QueryInst); in getNonLocalPointerDependency() local
979 Instruction *QueryInst, const MemoryLocation &Loc, bool isLoad, in GetNonLocalInfoForBlock()
1095 const MemoryLocation &Loc, bool isLoad, BasicBlock *StartBB, in getNonLocalPointerDepFromBB()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp257 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getPointerDependencyFrom()
371 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getSimplePointerDependencyFrom()
686 bool isLoad = !isModSet(MR); in getDependency() local
851 bool isLoad = isa<LoadInst>(QueryInst); in getNonLocalPointerDependency() local
912 Instruction *QueryInst, const MemoryLocation &Loc, bool isLoad, in GetNonLocalInfoForBlock()
1044 const MemoryLocation &Loc, bool isLoad, BasicBlock *StartBB, in getNonLocalPointerDepFromBB()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp329 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getPointerDependencyFrom()
442 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getSimplePointerDependencyFrom()
750 bool isLoad = !isModSet(MR); in getDependency() local
918 bool isLoad = isa<LoadInst>(QueryInst); in getNonLocalPointerDependency() local
979 Instruction *QueryInst, const MemoryLocation &Loc, bool isLoad, in GetNonLocalInfoForBlock()
1095 const MemoryLocation &Loc, bool isLoad, BasicBlock *StartBB, in getNonLocalPointerDepFromBB()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp257 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getPointerDependencyFrom()
369 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getSimplePointerDependencyFrom()
682 bool isLoad = !isModSet(MR); in getDependency() local
850 bool isLoad = isa<LoadInst>(QueryInst); in getNonLocalPointerDependency() local
911 Instruction *QueryInst, const MemoryLocation &Loc, bool isLoad, in GetNonLocalInfoForBlock()
1043 const MemoryLocation &Loc, bool isLoad, BasicBlock *StartBB, in getNonLocalPointerDepFromBB()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp328 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getPointerDependencyFrom()
441 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getSimplePointerDependencyFrom()
749 bool isLoad = !isModSet(MR); in getDependency() local
917 bool isLoad = isa<LoadInst>(QueryInst); in getNonLocalPointerDependency() local
978 Instruction *QueryInst, const MemoryLocation &Loc, bool isLoad, in GetNonLocalInfoForBlock()
1094 const MemoryLocation &Loc, bool isLoad, BasicBlock *StartBB, in getNonLocalPointerDepFromBB()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp330 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getPointerDependencyFrom()
442 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getSimplePointerDependencyFrom()
747 bool isLoad = !isModSet(MR); in getDependency() local
916 bool isLoad = isa<LoadInst>(QueryInst); in getNonLocalPointerDependency() local
977 Instruction *QueryInst, const MemoryLocation &Loc, bool isLoad, in GetNonLocalInfoForBlock()
1093 const MemoryLocation &Loc, bool isLoad, BasicBlock *StartBB, in getNonLocalPointerDepFromBB()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h89 bool isLoad() const { return Flags & MOLoad; } in isLoad() function
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/StaticAnalyzer/Checkers/
H A DNonnullGlobalConstantsChecker.cpp68 void NonnullGlobalConstantsChecker::checkLocation(SVal location, bool isLoad, in checkLocation()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/StaticAnalyzer/Checkers/
H A DNonnullGlobalConstantsChecker.cpp68 void NonnullGlobalConstantsChecker::checkLocation(SVal location, bool isLoad, in checkLocation()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/StaticAnalyzer/Checkers/
H A DNonnullGlobalConstantsChecker.cpp67 void NonnullGlobalConstantsChecker::checkLocation(SVal location, bool isLoad, in checkLocation()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/StaticAnalyzer/Checkers/
H A DNonnullGlobalConstantsChecker.cpp69 void NonnullGlobalConstantsChecker::checkLocation(SVal location, bool isLoad, in checkLocation()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DNonnullGlobalConstantsChecker.cpp69 void NonnullGlobalConstantsChecker::checkLocation(SVal location, bool isLoad, in checkLocation()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DNonnullGlobalConstantsChecker.cpp69 void NonnullGlobalConstantsChecker::checkLocation(SVal location, bool isLoad, in checkLocation()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/StaticAnalyzer/Checkers/
H A DNonnullGlobalConstantsChecker.cpp69 void NonnullGlobalConstantsChecker::checkLocation(SVal location, bool isLoad, in checkLocation()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DNonnullGlobalConstantsChecker.cpp69 void NonnullGlobalConstantsChecker::checkLocation(SVal location, bool isLoad, in checkLocation()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/StaticAnalyzer/Checkers/
H A DNonnullGlobalConstantsChecker.cpp69 void NonnullGlobalConstantsChecker::checkLocation(SVal location, bool isLoad, in checkLocation()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/StaticAnalyzer/Checkers/
H A DNonnullGlobalConstantsChecker.cpp69 void NonnullGlobalConstantsChecker::checkLocation(SVal location, bool isLoad, in checkLocation()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DNonnullGlobalConstantsChecker.cpp69 void NonnullGlobalConstantsChecker::checkLocation(SVal location, bool isLoad, in checkLocation()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNonnullGlobalConstantsChecker.cpp69 void NonnullGlobalConstantsChecker::checkLocation(SVal location, bool isLoad, in checkLocation()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DNonnullGlobalConstantsChecker.cpp69 void NonnullGlobalConstantsChecker::checkLocation(SVal location, bool isLoad, in checkLocation()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DNonnullGlobalConstantsChecker.cpp69 void NonnullGlobalConstantsChecker::checkLocation(SVal location, bool isLoad, in checkLocation()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNonnullGlobalConstantsChecker.cpp69 void NonnullGlobalConstantsChecker::checkLocation(SVal location, bool isLoad, in checkLocation()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/StaticAnalyzer/Checkers/
H A DNonnullGlobalConstantsChecker.cpp69 void NonnullGlobalConstantsChecker::checkLocation(SVal location, bool isLoad, in checkLocation()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.DurableInstancing/System/Runtime/
H A DPersistencePipeline.cs397 bool isLoad; field in System.Runtime.PersistencePipeline.IOAsyncResult
402 …public IOAsyncResult(PersistencePipeline pipeline, bool isLoad, TimeSpan timeout, AsyncCallback ca… in IOAsyncResult()

12345678910>>...21