Home
last modified time | relevance | path

Searched refs:PHIBB (Results 1 – 25 of 65) sorted by relevance

123

/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/CodeGen/
H A DTailDuplication.cpp132 MachineBasicBlock *PHIBB = MI->getOperand(i+1).getMBB(); in VerifyPHIs() local
133 if (PHIBB == PredBB) { in VerifyPHIs()
147 MachineBasicBlock *PHIBB = MI->getOperand(i+1).getMBB(); in VerifyPHIs() local
148 if (CheckExtra && !Preds.count(PHIBB)) { in VerifyPHIs()
153 << PHIBB->getNumber() << '\n'; in VerifyPHIs()
155 if (PHIBB->getNumber() < 0) { in VerifyPHIs()
157 dbgs() << " non-existing BB#" << PHIBB->getNumber() << '\n'; in VerifyPHIs()
H A DLiveInterval.cpp208 const MachineBasicBlock *PHIBB = lis.getMBBFromIndex(VNI->def); in RenumberValues() local
209 assert(PHIBB && "No basic block for phi-def"); in RenumberValues()
210 for (MachineBasicBlock::const_pred_iterator PI = PHIBB->pred_begin(), in RenumberValues()
211 PE = PHIBB->pred_end(); PI != PE; ++PI) { in RenumberValues()
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/
H A DTailDuplicator.cpp114 MachineBasicBlock *PHIBB = MI->getOperand(i + 1).getMBB(); in VerifyPHIs() local
115 if (PHIBB == PredBB) { in VerifyPHIs()
130 MachineBasicBlock *PHIBB = MI->getOperand(i + 1).getMBB(); in VerifyPHIs() local
131 if (CheckExtra && !Preds.count(PHIBB)) { in VerifyPHIs()
135 << printMBBReference(*PHIBB) << '\n'; in VerifyPHIs()
138 if (PHIBB->getNumber() < 0) { in VerifyPHIs()
141 dbgs() << " non-existing " << printMBBReference(*PHIBB) << '\n'; in VerifyPHIs()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DTailDuplicator.cpp114 MachineBasicBlock *PHIBB = MI->getOperand(i + 1).getMBB(); in VerifyPHIs() local
115 if (PHIBB == PredBB) { in VerifyPHIs()
130 MachineBasicBlock *PHIBB = MI->getOperand(i + 1).getMBB(); in VerifyPHIs() local
131 if (CheckExtra && !Preds.count(PHIBB)) { in VerifyPHIs()
135 << printMBBReference(*PHIBB) << '\n'; in VerifyPHIs()
138 if (PHIBB->getNumber() < 0) { in VerifyPHIs()
141 dbgs() << " non-existing " << printMBBReference(*PHIBB) << '\n'; in VerifyPHIs()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/
H A DTailDuplicator.cpp114 MachineBasicBlock *PHIBB = MI->getOperand(i + 1).getMBB(); in VerifyPHIs() local
115 if (PHIBB == PredBB) { in VerifyPHIs()
130 MachineBasicBlock *PHIBB = MI->getOperand(i + 1).getMBB(); in VerifyPHIs() local
131 if (CheckExtra && !Preds.count(PHIBB)) { in VerifyPHIs()
135 << printMBBReference(*PHIBB) << '\n'; in VerifyPHIs()
138 if (PHIBB->getNumber() < 0) { in VerifyPHIs()
141 dbgs() << " non-existing " << printMBBReference(*PHIBB) << '\n'; in VerifyPHIs()
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/
H A DTailDuplicator.cpp107 MachineBasicBlock *PHIBB = MI->getOperand(i + 1).getMBB(); in VerifyPHIs() local
108 if (PHIBB == PredBB) { in VerifyPHIs()
123 MachineBasicBlock *PHIBB = MI->getOperand(i + 1).getMBB(); in VerifyPHIs() local
124 if (CheckExtra && !Preds.count(PHIBB)) { in VerifyPHIs()
128 << printMBBReference(*PHIBB) << '\n'; in VerifyPHIs()
131 if (PHIBB->getNumber() < 0) { in VerifyPHIs()
134 dbgs() << " non-existing " << printMBBReference(*PHIBB) << '\n'; in VerifyPHIs()
/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/
H A DTailDuplicator.cpp108 MachineBasicBlock *PHIBB = MI->getOperand(i + 1).getMBB(); in VerifyPHIs() local
109 if (PHIBB == PredBB) { in VerifyPHIs()
124 MachineBasicBlock *PHIBB = MI->getOperand(i + 1).getMBB(); in VerifyPHIs() local
125 if (CheckExtra && !Preds.count(PHIBB)) { in VerifyPHIs()
129 << printMBBReference(*PHIBB) << '\n'; in VerifyPHIs()
132 if (PHIBB->getNumber() < 0) { in VerifyPHIs()
135 dbgs() << " non-existing " << printMBBReference(*PHIBB) << '\n'; in VerifyPHIs()
/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/
H A DTailDuplicator.cpp108 MachineBasicBlock *PHIBB = MI->getOperand(i + 1).getMBB(); in VerifyPHIs() local
109 if (PHIBB == PredBB) { in VerifyPHIs()
124 MachineBasicBlock *PHIBB = MI->getOperand(i + 1).getMBB(); in VerifyPHIs() local
125 if (CheckExtra && !Preds.count(PHIBB)) { in VerifyPHIs()
129 << printMBBReference(*PHIBB) << '\n'; in VerifyPHIs()
132 if (PHIBB->getNumber() < 0) { in VerifyPHIs()
135 dbgs() << " non-existing " << printMBBReference(*PHIBB) << '\n'; in VerifyPHIs()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/
H A DTailDuplicator.cpp114 MachineBasicBlock *PHIBB = MI->getOperand(i + 1).getMBB(); in VerifyPHIs() local
115 if (PHIBB == PredBB) { in VerifyPHIs()
130 MachineBasicBlock *PHIBB = MI->getOperand(i + 1).getMBB(); in VerifyPHIs() local
131 if (CheckExtra && !Preds.count(PHIBB)) { in VerifyPHIs()
135 << printMBBReference(*PHIBB) << '\n'; in VerifyPHIs()
138 if (PHIBB->getNumber() < 0) { in VerifyPHIs()
141 dbgs() << " non-existing " << printMBBReference(*PHIBB) << '\n'; in VerifyPHIs()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/
H A DTailDuplicator.cpp114 MachineBasicBlock *PHIBB = MI->getOperand(i + 1).getMBB(); in VerifyPHIs() local
115 if (PHIBB == PredBB) { in VerifyPHIs()
130 MachineBasicBlock *PHIBB = MI->getOperand(i + 1).getMBB(); in VerifyPHIs() local
131 if (CheckExtra && !Preds.count(PHIBB)) { in VerifyPHIs()
135 << printMBBReference(*PHIBB) << '\n'; in VerifyPHIs()
138 if (PHIBB->getNumber() < 0) { in VerifyPHIs()
141 dbgs() << " non-existing " << printMBBReference(*PHIBB) << '\n'; in VerifyPHIs()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DTailDuplicator.cpp114 MachineBasicBlock *PHIBB = MI->getOperand(i + 1).getMBB();
115 if (PHIBB == PredBB) {
130 MachineBasicBlock *PHIBB = MI->getOperand(i + 1).getMBB();
131 if (CheckExtra && !Preds.count(PHIBB)) {
135 << printMBBReference(*PHIBB) << '\n';
138 if (PHIBB->getNumber() < 0) {
141 dbgs() << " non-existing " << printMBBReference(*PHIBB) << '\n';
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/
H A DTailDuplicator.cpp114 MachineBasicBlock *PHIBB = MI->getOperand(i + 1).getMBB(); in VerifyPHIs() local
115 if (PHIBB == PredBB) { in VerifyPHIs()
130 MachineBasicBlock *PHIBB = MI->getOperand(i + 1).getMBB(); in VerifyPHIs() local
131 if (CheckExtra && !Preds.count(PHIBB)) { in VerifyPHIs()
135 << printMBBReference(*PHIBB) << '\n'; in VerifyPHIs()
138 if (PHIBB->getNumber() < 0) { in VerifyPHIs()
141 dbgs() << " non-existing " << printMBBReference(*PHIBB) << '\n'; in VerifyPHIs()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/
H A DTailDuplicator.cpp114 MachineBasicBlock *PHIBB = MI->getOperand(i + 1).getMBB(); in VerifyPHIs() local
115 if (PHIBB == PredBB) { in VerifyPHIs()
130 MachineBasicBlock *PHIBB = MI->getOperand(i + 1).getMBB(); in VerifyPHIs() local
131 if (CheckExtra && !Preds.count(PHIBB)) { in VerifyPHIs()
135 << printMBBReference(*PHIBB) << '\n'; in VerifyPHIs()
138 if (PHIBB->getNumber() < 0) { in VerifyPHIs()
141 dbgs() << " non-existing " << printMBBReference(*PHIBB) << '\n'; in VerifyPHIs()
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/
H A DTailDuplicator.cpp114 MachineBasicBlock *PHIBB = MI->getOperand(i + 1).getMBB(); in VerifyPHIs() local
115 if (PHIBB == PredBB) { in VerifyPHIs()
130 MachineBasicBlock *PHIBB = MI->getOperand(i + 1).getMBB(); in VerifyPHIs() local
131 if (CheckExtra && !Preds.count(PHIBB)) { in VerifyPHIs()
135 << printMBBReference(*PHIBB) << '\n'; in VerifyPHIs()
138 if (PHIBB->getNumber() < 0) { in VerifyPHIs()
141 dbgs() << " non-existing " << printMBBReference(*PHIBB) << '\n'; in VerifyPHIs()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/
H A DTailDuplicator.cpp114 MachineBasicBlock *PHIBB = MI->getOperand(i + 1).getMBB(); in VerifyPHIs() local
115 if (PHIBB == PredBB) { in VerifyPHIs()
130 MachineBasicBlock *PHIBB = MI->getOperand(i + 1).getMBB(); in VerifyPHIs() local
131 if (CheckExtra && !Preds.count(PHIBB)) { in VerifyPHIs()
135 << printMBBReference(*PHIBB) << '\n'; in VerifyPHIs()
138 if (PHIBB->getNumber() < 0) { in VerifyPHIs()
141 dbgs() << " non-existing " << printMBBReference(*PHIBB) << '\n'; in VerifyPHIs()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/
H A DTailDuplicator.cpp113 MachineBasicBlock *PHIBB = MI->getOperand(i + 1).getMBB(); in VerifyPHIs() local
114 if (PHIBB == PredBB) { in VerifyPHIs()
129 MachineBasicBlock *PHIBB = MI->getOperand(i + 1).getMBB(); in VerifyPHIs() local
130 if (CheckExtra && !Preds.count(PHIBB)) { in VerifyPHIs()
134 << printMBBReference(*PHIBB) << '\n'; in VerifyPHIs()
137 if (PHIBB->getNumber() < 0) { in VerifyPHIs()
140 dbgs() << " non-existing " << printMBBReference(*PHIBB) << '\n'; in VerifyPHIs()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DTailDuplicator.cpp114 MachineBasicBlock *PHIBB = MI->getOperand(i + 1).getMBB(); in VerifyPHIs() local
115 if (PHIBB == PredBB) { in VerifyPHIs()
130 MachineBasicBlock *PHIBB = MI->getOperand(i + 1).getMBB(); in VerifyPHIs() local
131 if (CheckExtra && !Preds.count(PHIBB)) { in VerifyPHIs()
135 << printMBBReference(*PHIBB) << '\n'; in VerifyPHIs()
138 if (PHIBB->getNumber() < 0) { in VerifyPHIs()
141 dbgs() << " non-existing " << printMBBReference(*PHIBB) << '\n'; in VerifyPHIs()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/
H A DTailDuplicator.cpp114 MachineBasicBlock *PHIBB = MI->getOperand(i + 1).getMBB(); in VerifyPHIs() local
115 if (PHIBB == PredBB) { in VerifyPHIs()
130 MachineBasicBlock *PHIBB = MI->getOperand(i + 1).getMBB(); in VerifyPHIs() local
131 if (CheckExtra && !Preds.count(PHIBB)) { in VerifyPHIs()
135 << printMBBReference(*PHIBB) << '\n'; in VerifyPHIs()
138 if (PHIBB->getNumber() < 0) { in VerifyPHIs()
141 dbgs() << " non-existing " << printMBBReference(*PHIBB) << '\n'; in VerifyPHIs()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DTailDuplicator.cpp114 MachineBasicBlock *PHIBB = MI->getOperand(i + 1).getMBB(); in VerifyPHIs() local
115 if (PHIBB == PredBB) { in VerifyPHIs()
130 MachineBasicBlock *PHIBB = MI->getOperand(i + 1).getMBB(); in VerifyPHIs() local
131 if (CheckExtra && !Preds.count(PHIBB)) { in VerifyPHIs()
135 << printMBBReference(*PHIBB) << '\n'; in VerifyPHIs()
138 if (PHIBB->getNumber() < 0) { in VerifyPHIs()
141 dbgs() << " non-existing " << printMBBReference(*PHIBB) << '\n'; in VerifyPHIs()
/dports/devel/llvm70/llvm-7.0.1.src/test/CodeGen/AMDGPU/
H A Dskip-if-dead.ll274 ; CHECK-NEXT: s_cbranch_scc0 [[PHIBB:BB[0-9]+_[0-9]+]]
276 ; CHECK: [[PHIBB]]:
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp854 MachineBasicBlock *PHIBB = PHI->getParent(); in FinishBasicBlock() local
859 if (PHIBB == SDB->BitTestCases[i].Default) { in FinishBasicBlock()
874 if (cBB->isSuccessor(PHIBB)) { in FinishBasicBlock()
915 MachineBasicBlock *PHIBB = PHI->getParent(); in FinishBasicBlock() local
919 if (PHIBB == SDB->JTCases[i].second.Default) { in FinishBasicBlock()
927 if (FuncInfo->MBB->isSuccessor(PHIBB)) { in FinishBasicBlock()
/dports/devel/llvm10/llvm-10.0.1.src/test/CodeGen/AMDGPU/
H A Dskip-if-dead.ll284 ; CHECK-NEXT: s_cbranch_scc0 [[PHIBB:BB[0-9]+_[0-9]+]]
286 ; CHECK: [[PHIBB]]:
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/CodeGen/AMDGPU/
H A Dskip-if-dead.ll284 ; CHECK-NEXT: s_cbranch_scc0 [[PHIBB:BB[0-9]+_[0-9]+]]
286 ; CHECK: [[PHIBB]]:
/dports/devel/llvm90/llvm-9.0.1.src/test/CodeGen/AMDGPU/
H A Dskip-if-dead.ll284 ; CHECK-NEXT: s_cbranch_scc0 [[PHIBB:BB[0-9]+_[0-9]+]]
286 ; CHECK: [[PHIBB]]:
/dports/devel/llvm80/llvm-8.0.1.src/test/CodeGen/AMDGPU/
H A Dskip-if-dead.ll284 ; CHECK-NEXT: s_cbranch_scc0 [[PHIBB:BB[0-9]+_[0-9]+]]
286 ; CHECK: [[PHIBB]]:

123