Home
last modified time | relevance | path

Searched refs:DepInst (Results 1 – 25 of 67) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Analysis/
H A DMemDepPrinter.cpp147 const Instruction *DepInst = I.first.getPointer(); in print() local
157 if (DepInst) { in print()
159 DepInst->print(OS); in print()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Analysis/
H A DMemDepPrinter.cpp147 const Instruction *DepInst = I.first.getPointer(); in print() local
157 if (DepInst) { in print()
159 DepInst->print(OS); in print()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Analysis/
H A DMemDepPrinter.cpp145 const Instruction *DepInst = I.first.getPointer(); in print() local
155 if (DepInst) { in print()
157 DepInst->print(OS); in print()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Analysis/
H A DMemDepPrinter.cpp145 const Instruction *DepInst = I.first.getPointer(); in print() local
155 if (DepInst) { in print()
157 DepInst->print(OS); in print()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Analysis/
H A DMemDepPrinter.cpp145 const Instruction *DepInst = I.first.getPointer(); in print() local
155 if (DepInst) { in print()
157 DepInst->print(OS); in print()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Analysis/
H A DMemDepPrinter.cpp145 const Instruction *DepInst = I.first.getPointer(); in print() local
155 if (DepInst) { in print()
157 DepInst->print(OS); in print()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Analysis/
H A DMemDepPrinter.cpp147 const Instruction *DepInst = I.first.getPointer(); in print() local
157 if (DepInst) { in print()
159 DepInst->print(OS); in print()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DMemDepPrinter.cpp145 const Instruction *DepInst = I.first.getPointer(); in print() local
155 if (DepInst) { in print()
157 DepInst->print(OS); in print()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Analysis/
H A DMemDepPrinter.cpp145 const Instruction *DepInst = I.first.getPointer(); in print() local
155 if (DepInst) { in print()
157 DepInst->print(OS); in print()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Analysis/
H A DMemDepPrinter.cpp145 const Instruction *DepInst = I.first.getPointer(); in print() local
155 if (DepInst) { in print()
157 DepInst->print(OS); in print()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Analysis/
H A DMemDepPrinter.cpp145 const Instruction *DepInst = I.first.getPointer(); in print() local
155 if (DepInst) { in print()
157 DepInst->print(OS); in print()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Analysis/
H A DMemDepPrinter.cpp145 const Instruction *DepInst = I.first.getPointer(); in print() local
155 if (DepInst) { in print()
157 DepInst->print(OS); in print()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Analysis/
H A DMemDepPrinter.cpp145 const Instruction *DepInst = I.first.getPointer(); in print() local
155 if (DepInst) { in print()
157 DepInst->print(OS); in print()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Analysis/
H A DMemDepPrinter.cpp145 const Instruction *DepInst = I.first.getPointer(); in print() local
155 if (DepInst) { in print()
157 DepInst->print(OS); in print()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Analysis/
H A DMemDepPrinter.cpp144 const Instruction *DepInst = I.first.getPointer(); in print() local
154 if (DepInst) { in print()
156 DepInst->print(OS); in print()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Analysis/
H A DMemDepPrinter.cpp145 const Instruction *DepInst = I.first.getPointer(); in print() local
155 if (DepInst) { in print()
157 DepInst->print(OS); in print()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Analysis/
H A DMemDepPrinter.cpp146 const Instruction *DepInst = I.first.getPointer(); in print() local
156 if (DepInst) { in print()
158 DepInst->print(OS); in print()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Scalar/
H A DGVN.cpp889 Instruction *DepInst = DepInfo.getInst(); in AnalyzeLoadAvailability() local
894 if (StoreInst *DepSI = dyn_cast<StoreInst>(DepInst)) { in AnalyzeLoadAvailability()
910 if (LoadInst *DepLI = dyn_cast<LoadInst>(DepInst)) { in AnalyzeLoadAvailability()
941 dbgs() << " is clobbered by " << *DepInst << '\n';); in AnalyzeLoadAvailability()
950 if (isa<AllocaInst>(DepInst) || isMallocLikeFn(DepInst, TLI) || in AnalyzeLoadAvailability()
951 isAlignedAllocLikeFn(DepInst, TLI) || in AnalyzeLoadAvailability()
953 isLifetimeStart(DepInst)) { in AnalyzeLoadAvailability()
959 if (isCallocLikeFn(DepInst, TLI)) { in AnalyzeLoadAvailability()
964 if (StoreInst *S = dyn_cast<StoreInst>(DepInst)) { in AnalyzeLoadAvailability()
980 if (LoadInst *LD = dyn_cast<LoadInst>(DepInst)) { in AnalyzeLoadAvailability()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp868 Instruction *DepInst = DepInfo.getInst(); in AnalyzeLoadAvailability() local
873 if (StoreInst *DepSI = dyn_cast<StoreInst>(DepInst)) { in AnalyzeLoadAvailability()
889 if (LoadInst *DepLI = dyn_cast<LoadInst>(DepInst)) { in AnalyzeLoadAvailability()
906 if (MemIntrinsic *DepMI = dyn_cast<MemIntrinsic>(DepInst)) { in AnalyzeLoadAvailability()
920 dbgs() << " is clobbered by " << *DepInst << '\n';); in AnalyzeLoadAvailability()
929 if (isa<AllocaInst>(DepInst) || isMallocLikeFn(DepInst, TLI) || in AnalyzeLoadAvailability()
931 isLifetimeStart(DepInst)) { in AnalyzeLoadAvailability()
937 if (isCallocLikeFn(DepInst, TLI)) { in AnalyzeLoadAvailability()
942 if (StoreInst *S = dyn_cast<StoreInst>(DepInst)) { in AnalyzeLoadAvailability()
958 if (LoadInst *LD = dyn_cast<LoadInst>(DepInst)) { in AnalyzeLoadAvailability()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Scalar/
H A DGVN.cpp868 Instruction *DepInst = DepInfo.getInst(); in AnalyzeLoadAvailability() local
873 if (StoreInst *DepSI = dyn_cast<StoreInst>(DepInst)) { in AnalyzeLoadAvailability()
889 if (LoadInst *DepLI = dyn_cast<LoadInst>(DepInst)) { in AnalyzeLoadAvailability()
906 if (MemIntrinsic *DepMI = dyn_cast<MemIntrinsic>(DepInst)) { in AnalyzeLoadAvailability()
920 dbgs() << " is clobbered by " << *DepInst << '\n';); in AnalyzeLoadAvailability()
929 if (isa<AllocaInst>(DepInst) || isMallocLikeFn(DepInst, TLI) || in AnalyzeLoadAvailability()
931 isLifetimeStart(DepInst)) { in AnalyzeLoadAvailability()
937 if (isCallocLikeFn(DepInst, TLI)) { in AnalyzeLoadAvailability()
942 if (StoreInst *S = dyn_cast<StoreInst>(DepInst)) { in AnalyzeLoadAvailability()
958 if (LoadInst *LD = dyn_cast<LoadInst>(DepInst)) { in AnalyzeLoadAvailability()
[all …]
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1429 Instruction *DepInst = DepInfo.getInst(); in processNonLocalLoad() local
1432 if (isa<AllocaInst>(DepInst) || isMalloc(DepInst) || in processNonLocalLoad()
1434 isLifetimeStart(DepInst)) { in processNonLocalLoad()
1440 if (StoreInst *S = dyn_cast<StoreInst>(DepInst)) { in processNonLocalLoad()
1461 if (LoadInst *LD = dyn_cast<LoadInst>(DepInst)) { in processNonLocalLoad()
1805 Instruction *DepInst = Dep.getInst(); in processLoad() local
1806 if (StoreInst *DepSI = dyn_cast<StoreInst>(DepInst)) { in processLoad()
1837 if (LoadInst *DepLI = dyn_cast<LoadInst>(DepInst)) { in processLoad()
1870 if (isa<AllocaInst>(DepInst) || isMalloc(DepInst)) { in processLoad()
1880 if (IntrinsicInst* II = dyn_cast<IntrinsicInst>(DepInst)) { in processLoad()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DGVN.cpp868 Instruction *DepInst = DepInfo.getInst(); in AnalyzeLoadAvailability() local
873 if (StoreInst *DepSI = dyn_cast<StoreInst>(DepInst)) { in AnalyzeLoadAvailability()
889 if (LoadInst *DepLI = dyn_cast<LoadInst>(DepInst)) { in AnalyzeLoadAvailability()
906 if (MemIntrinsic *DepMI = dyn_cast<MemIntrinsic>(DepInst)) { in AnalyzeLoadAvailability()
920 dbgs() << " is clobbered by " << *DepInst << '\n';); in AnalyzeLoadAvailability()
929 if (isa<AllocaInst>(DepInst) || isMallocLikeFn(DepInst, TLI) || in AnalyzeLoadAvailability()
931 isLifetimeStart(DepInst)) { in AnalyzeLoadAvailability()
937 if (isCallocLikeFn(DepInst, TLI)) { in AnalyzeLoadAvailability()
942 if (StoreInst *S = dyn_cast<StoreInst>(DepInst)) { in AnalyzeLoadAvailability()
958 if (LoadInst *LD = dyn_cast<LoadInst>(DepInst)) { in AnalyzeLoadAvailability()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Scalar/
H A DGVN.cpp863 Instruction *DepInst = DepInfo.getInst(); in AnalyzeLoadAvailability() local
868 if (StoreInst *DepSI = dyn_cast<StoreInst>(DepInst)) { in AnalyzeLoadAvailability()
884 if (LoadInst *DepLI = dyn_cast<LoadInst>(DepInst)) { in AnalyzeLoadAvailability()
901 if (MemIntrinsic *DepMI = dyn_cast<MemIntrinsic>(DepInst)) { in AnalyzeLoadAvailability()
915 dbgs() << " is clobbered by " << *DepInst << '\n';); in AnalyzeLoadAvailability()
924 if (isa<AllocaInst>(DepInst) || isMallocLikeFn(DepInst, TLI) || in AnalyzeLoadAvailability()
926 isLifetimeStart(DepInst)) { in AnalyzeLoadAvailability()
932 if (isCallocLikeFn(DepInst, TLI)) { in AnalyzeLoadAvailability()
937 if (StoreInst *S = dyn_cast<StoreInst>(DepInst)) { in AnalyzeLoadAvailability()
953 if (LoadInst *LD = dyn_cast<LoadInst>(DepInst)) { in AnalyzeLoadAvailability()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1013 Instruction *DepInst = DepInfo.getInst(); in AnalyzeLoadAvailability() local
1018 if (StoreInst *DepSI = dyn_cast<StoreInst>(DepInst)) { in AnalyzeLoadAvailability()
1034 if (LoadInst *DepLoad = dyn_cast<LoadInst>(DepInst)) { in AnalyzeLoadAvailability()
1078 dbgs() << " is clobbered by " << *DepInst << '\n';); in AnalyzeLoadAvailability()
1087 if (isa<AllocaInst>(DepInst) || isMallocLikeFn(DepInst, TLI) || in AnalyzeLoadAvailability()
1088 isAlignedAllocLikeFn(DepInst, TLI) || in AnalyzeLoadAvailability()
1090 isLifetimeStart(DepInst)) { in AnalyzeLoadAvailability()
1096 if (isCallocLikeFn(DepInst, TLI)) { in AnalyzeLoadAvailability()
1101 if (StoreInst *S = dyn_cast<StoreInst>(DepInst)) { in AnalyzeLoadAvailability()
1117 if (LoadInst *LD = dyn_cast<LoadInst>(DepInst)) { in AnalyzeLoadAvailability()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Scalar/
H A DGVN.cpp918 Instruction *DepInst = DepInfo.getInst(); in AnalyzeLoadAvailability() local
923 if (StoreInst *DepSI = dyn_cast<StoreInst>(DepInst)) { in AnalyzeLoadAvailability()
943 if (LoadInst *DepLI = dyn_cast<LoadInst>(DepInst)) { in AnalyzeLoadAvailability()
976 dbgs() << " is clobbered by " << *DepInst << '\n';); in AnalyzeLoadAvailability()
985 if (isa<AllocaInst>(DepInst) || isMallocLikeFn(DepInst, TLI) || in AnalyzeLoadAvailability()
986 isAlignedAllocLikeFn(DepInst, TLI) || in AnalyzeLoadAvailability()
988 isLifetimeStart(DepInst)) { in AnalyzeLoadAvailability()
994 if (isCallocLikeFn(DepInst, TLI)) { in AnalyzeLoadAvailability()
999 if (StoreInst *S = dyn_cast<StoreInst>(DepInst)) { in AnalyzeLoadAvailability()
1018 if (LoadInst *LD = dyn_cast<LoadInst>(DepInst)) { in AnalyzeLoadAvailability()
[all …]

123