Home
last modified time | relevance | path

Searched refs:RDepth (Results 1 – 25 of 70) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp150 int RDepth = right->getDepth(); in BUCompareLatency() local
151 if (LDepth != RDepth) { in BUCompareLatency()
154 << ") depth " << RDepth << "\n"); in BUCompareLatency()
155 return LDepth < RDepth ? 1 : -1; in BUCompareLatency()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp150 int RDepth = right->getDepth(); in BUCompareLatency() local
151 if (LDepth != RDepth) { in BUCompareLatency()
154 << ") depth " << RDepth << "\n"); in BUCompareLatency()
155 return LDepth < RDepth ? 1 : -1; in BUCompareLatency()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/AMDGPU/
H A DGCNILPSched.cpp150 int RDepth = right->getDepth(); in BUCompareLatency() local
151 if (LDepth != RDepth) { in BUCompareLatency()
154 << ") depth " << RDepth << "\n"); in BUCompareLatency()
155 return LDepth < RDepth ? 1 : -1; in BUCompareLatency()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp149 int RDepth = right->getDepth(); in BUCompareLatency() local
150 if (LDepth != RDepth) { in BUCompareLatency()
153 << ") depth " << RDepth << "\n"); in BUCompareLatency()
154 return LDepth < RDepth ? 1 : -1; in BUCompareLatency()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/AMDGPU/
H A DGCNILPSched.cpp149 int RDepth = right->getDepth(); in BUCompareLatency() local
150 if (LDepth != RDepth) { in BUCompareLatency()
153 << ") depth " << RDepth << "\n"); in BUCompareLatency()
154 return LDepth < RDepth ? 1 : -1; in BUCompareLatency()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp149 int RDepth = right->getDepth(); in BUCompareLatency() local
150 if (LDepth != RDepth) { in BUCompareLatency()
153 << ") depth " << RDepth << "\n"); in BUCompareLatency()
154 return LDepth < RDepth ? 1 : -1; in BUCompareLatency()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/AMDGPU/
H A DGCNILPSched.cpp150 int RDepth = right->getDepth(); in BUCompareLatency() local
151 if (LDepth != RDepth) { in BUCompareLatency()
154 << ") depth " << RDepth << "\n"); in BUCompareLatency()
155 return LDepth < RDepth ? 1 : -1; in BUCompareLatency()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp149 int RDepth = right->getDepth(); in BUCompareLatency() local
150 if (LDepth != RDepth) { in BUCompareLatency()
153 << ") depth " << RDepth << "\n"); in BUCompareLatency()
154 return LDepth < RDepth ? 1 : -1; in BUCompareLatency()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp150 int RDepth = right->getDepth(); in BUCompareLatency() local
151 if (LDepth != RDepth) { in BUCompareLatency()
154 << ") depth " << RDepth << "\n"); in BUCompareLatency()
155 return LDepth < RDepth ? 1 : -1; in BUCompareLatency()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp149 int RDepth = right->getDepth(); in BUCompareLatency() local
150 if (LDepth != RDepth) { in BUCompareLatency()
153 << ") depth " << RDepth << "\n"); in BUCompareLatency()
154 return LDepth < RDepth ? 1 : -1; in BUCompareLatency()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp149 int RDepth = right->getDepth(); in BUCompareLatency() local
150 if (LDepth != RDepth) { in BUCompareLatency()
153 << ") depth " << RDepth << "\n"); in BUCompareLatency()
154 return LDepth < RDepth ? 1 : -1; in BUCompareLatency()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp150 int RDepth = right->getDepth(); in BUCompareLatency() local
151 if (LDepth != RDepth) { in BUCompareLatency()
154 << ") depth " << RDepth << "\n"); in BUCompareLatency()
155 return LDepth < RDepth ? 1 : -1; in BUCompareLatency()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp149 int RDepth = right->getDepth(); in BUCompareLatency() local
150 if (LDepth != RDepth) { in BUCompareLatency()
153 << ") depth " << RDepth << "\n"); in BUCompareLatency()
154 return LDepth < RDepth ? 1 : -1; in BUCompareLatency()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/AMDGPU/
H A DGCNILPSched.cpp149 int RDepth = right->getDepth(); in BUCompareLatency() local
150 if (LDepth != RDepth) { in BUCompareLatency()
153 << ") depth " << RDepth << "\n"); in BUCompareLatency()
154 return LDepth < RDepth ? 1 : -1; in BUCompareLatency()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/AMDGPU/
H A DGCNILPSched.cpp150 int RDepth = right->getDepth(); in BUCompareLatency() local
151 if (LDepth != RDepth) { in BUCompareLatency()
154 << ") depth " << RDepth << "\n"); in BUCompareLatency()
155 return LDepth < RDepth ? 1 : -1; in BUCompareLatency()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/AMDGPU/
H A DGCNILPSched.cpp150 int RDepth = right->getDepth();
151 if (LDepth != RDepth) {
154 << ") depth " << RDepth << "\n");
155 return LDepth < RDepth ? 1 : -1;
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp149 int RDepth = right->getDepth();
150 if (LDepth != RDepth) {
153 << ") depth " << RDepth << "\n");
154 return LDepth < RDepth ? 1 : -1;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/IR/
H A DLegacyPassManager.cpp1129 unsigned RDepth = 0; in add() local
1133 RDepth = DM.getDepth(); in add()
1135 if (PDepth == RDepth) in add()
1137 else if (PDepth > RDepth) { in add()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/IR/
H A DLegacyPassManager.cpp1130 unsigned RDepth = 0; in add() local
1134 RDepth = DM.getDepth(); in add()
1136 if (PDepth == RDepth) in add()
1138 else if (PDepth > RDepth) { in add()
/dports/devel/llvm10/llvm-10.0.1.src/lib/IR/
H A DLegacyPassManager.cpp1040 unsigned RDepth = 0; in add() local
1044 RDepth = DM.getDepth(); in add()
1046 if (PDepth == RDepth) in add()
1048 else if (PDepth > RDepth) { in add()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/VMCore/
H A DPassManager.cpp916 unsigned RDepth = 0; in add() local
920 RDepth = DM.getDepth(); in add()
922 if (PDepth == RDepth) in add()
924 else if (PDepth > RDepth) { in add()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/IR/
H A DLegacyPassManager.cpp1053 unsigned RDepth = 0; in add() local
1057 RDepth = DM.getDepth(); in add()
1059 if (PDepth == RDepth) in add()
1061 else if (PDepth > RDepth) { in add()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/IR/
H A DLegacyPassManager.cpp1053 unsigned RDepth = 0; in add() local
1057 RDepth = DM.getDepth(); in add()
1059 if (PDepth == RDepth) in add()
1061 else if (PDepth > RDepth) { in add()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/IR/
H A DLegacyPassManager.cpp1049 unsigned RDepth = 0; in add() local
1053 RDepth = DM.getDepth(); in add()
1055 if (PDepth == RDepth) in add()
1057 else if (PDepth > RDepth) { in add()
/dports/devel/llvm11/llvm-11.0.1.src/lib/IR/
H A DLegacyPassManager.cpp1128 unsigned RDepth = 0; in add() local
1132 RDepth = DM.getDepth(); in add()
1134 if (PDepth == RDepth) in add()
1136 else if (PDepth > RDepth) { in add()

123