Searched refs:FBB (Results 1 - 25 of 72) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.h57 MachineBasicBlock *&FBB,
63 MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond,
H A DNVPTXInstrInfo.cpp78 /// just return false, leaving TBB/FBB null.
88 /// in FBB, and a list of operands that evaluate the condition. These
97 MachineBasicBlock *&FBB,
135 FBB = LastInst.getOperand(0).getMBB();
182 MachineBasicBlock *FBB,
194 if (!FBB) {
205 BuildMI(&MBB, DL, get(NVPTX::GOTO)).addMBB(FBB);
95 analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB, SmallVectorImpl<MachineOperand> &Cond, bool AllowModify) const argument
180 insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond, const DebugLoc &DL, int *BytesAdded) const argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixBrTableDefaults.cpp58 MachineBasicBlock *TBB = nullptr, *FBB = nullptr; local
61 bool Analyzed = !TII.analyzeBranch(*HeaderMBB, TBB, FBB, Cond);
68 // TBB | FBB | Meaning
74 assert((FBB == nullptr || FBB == MBB) &&
H A DWebAssemblyInstrInfo.h57 MachineBasicBlock *&FBB,
63 MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond,
H A DWebAssemblyInstrInfo.cpp104 MachineBasicBlock *&FBB,
140 FBB = MI.getOperand(0).getMBB();
181 MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB,
213 if (!FBB)
216 BuildMI(&MBB, DL, get(WebAssembly::BR)).addMBB(FBB);
102 analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB, SmallVectorImpl<MachineOperand> &Cond, bool ) const argument
180 insertBranch( MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond, const DebugLoc &DL, int *BytesAdded) const argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchRelaxation.cpp298 MachineBasicBlock *TBB = nullptr, *FBB = nullptr; local
310 MachineBasicBlock *FBB,
314 TII->insertBranch(*MBB, TBB, FBB, Cond, DL, &NewBrSize);
334 bool Fail = TII->analyzeBranch(*MBB, TBB, FBB, Cond);
348 if (FBB && isBlockInRange(MI, *FBB)) {
361 insertBranch(MBB, FBB, TBB, Cond);
365 if (FBB) {
370 insertUncondBranch(NewBB, FBB);
373 MBB->replaceSuccessor(FBB, NewB
[all...]
H A DEarlyIfConversion.cpp73 // | [TF]BB FBB TBB
78 // Instructions in the conditional blocks TBB and/or FBB are spliced into the
98 MachineBasicBlock *FBB; member in class:__anon3455::SSAIfConv
100 /// isTriangle - When there is no 'else' block, either TBB or FBB will be
102 bool isTriangle() const { return TBB == Tail || FBB == Tail; }
108 MachineBasicBlock *getFPred() const { return FBB == Tail ? Head : FBB; }
138 /// and FBB.
434 TBB = FBB = Tail = nullptr;
482 if (TII->analyzeBranch(*Head, TBB, FBB, Con
[all...]
H A DMachineLoopUtils.cpp119 MachineBasicBlock *TBB = nullptr, *FBB = nullptr; local
121 bool CanAnalyzeBr = !TII->analyzeBranch(*Loop, TBB, FBB, Cond);
126 FBB == Exit ? NewBB : FBB, Cond, DL);
H A DBranchFolding.cpp461 MachineBasicBlock *TBB = nullptr, *FBB = nullptr; local
464 if (I != MF->end() && !TII->analyzeBranch(*CurMBB, TBB, FBB, Cond, true)) {
466 if (TBB == NextBB && !Cond.empty() && !FBB) {
1098 MachineBasicBlock *TBB = nullptr, *FBB = nullptr; local
1100 if (!TII->analyzeBranch(*PBB, TBB, FBB, Cond, true)) {
1108 if (!FBB) {
1111 FBB = &*Next;
1116 if (TBB && (Cond.empty() || FBB)) {
1121 TII->insertBranch(*PBB, (TBB == IBB) ? FBB : TBB, nullptr,
1551 // If this is a two-way branch, and the FBB branche
1894 MachineBasicBlock *TBB = nullptr, *FBB = nullptr; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFInstrInfo.h49 MachineBasicBlock *&FBB,
56 MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond,
H A DBPFInstrInfo.cpp166 MachineBasicBlock *&FBB,
198 FBB = nullptr;
221 MachineBasicBlock *FBB,
232 assert(!FBB && "Unconditional branch with multiple successors!");
164 analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB, SmallVectorImpl<MachineOperand> &Cond, bool AllowModify) const argument
219 insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond, const DebugLoc &DL, int *BytesAdded) const argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.h60 MachineBasicBlock *&FBB,
67 MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond,
H A DMSP430InstrInfo.cpp165 MachineBasicBlock *&FBB,
202 FBB = nullptr;
226 FBB = TBB;
255 MachineBasicBlock *FBB,
267 assert(!FBB && "Unconditional branch with multiple successors!");
277 if (FBB) {
279 BuildMI(&MBB, DL, get(MSP430::JMP)).addMBB(FBB);
163 analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB, SmallVectorImpl<MachineOperand> &Cond, bool AllowModify) const argument
253 insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond, const DebugLoc &DL, int *BytesAdded) const argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrInfo.h41 MachineBasicBlock *&FBB,
49 MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.h53 MachineBasicBlock *&FBB,
58 MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBranchRelaxation.cpp161 MachineBasicBlock *TBB = nullptr, *FBB = nullptr; local
165 if (HII->analyzeBranch(B, TBB, FBB, Cond, false)) {
177 if (FBB) {
186 Distance = std::abs((long long)InstOffset - BlockToInstOffset[FBB])
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.h54 MachineBasicBlock *&FBB,
59 MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond,
H A DARCInstrInfo.cpp151 /// just return false, leaving TBB/FBB null.
160 /// 'false' destination in FBB, and a list of operands that evaluate the
172 MachineBasicBlock *&FBB,
175 TBB = FBB = nullptr;
205 assert(!FBB && "FBB should have been null.");
206 FBB = TBB;
226 FBB = nullptr;
372 MachineBasicBlock *FBB,
394 if (!FBB) {
170 analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB, SmallVectorImpl<MachineOperand> &Cond, bool AllowModify) const argument
370 insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond, const DebugLoc &dl, int *BytesAdded) const argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h68 MachineBasicBlock *&FBB,
76 MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CondBrFolding.cpp90 MachineBasicBlock *FBB; member in struct:__anon4422::TargetMBBInfo
150 assert(SaveMBB == PredMBBInfo->TBB || SaveMBB == PredMBBInfo->FBB);
151 bool IsFalseBranch = (SaveMBB == PredMBBInfo->FBB);
233 MBBInfo->FBB = NewDest;
259 .addMBB(MBBInfo->FBB);
297 replaceBrDest(PredMBB, &MBB, MBBInfo->FBB);
322 .addMBB(RootMBBInfo->FBB).addImm(NewCC);
369 fixBranchProb(MBBInfo->FBB);
481 MachineBasicBlock *FBB;
494 FBB
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h64 MachineBasicBlock *&FBB,
72 MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond,
80 MachineBasicBlock *&FBB,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64A53Fix835769.cpp139 MachineBasicBlock *TBB = nullptr, *FBB = nullptr;
144 if (S == PrevBB && !TII->analyzeBranch(*PrevBB, TBB, FBB, Cond) && !TBB &&
145 !FBB)
H A DAArch64SpeculationHardening.cpp153 MachineBasicBlock *&FBB,
187 MachineBasicBlock &MBB, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB,
190 if (TII->analyzeBranch(MBB, TBB, FBB, analyzeBranchCondCode, false))
197 // If the BB ends with a single conditional branch, FBB will be set to
199 // analysis we want the FBB block to be set always.
201 if (FBB == nullptr)
202 FBB = MBB.getFallThrough();
207 if (TBB == FBB)
246 MachineBasicBlock *FBB = nullptr; local
249 if (!endsWithCondControlFlow(MBB, TBB, FBB, CondCod
186 endsWithCondControlFlow( MachineBasicBlock &MBB, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB, AArch64CC::CondCode &CondCode) const argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.h93 MachineBasicBlock *&FBB,
97 MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h59 MachineBasicBlock *&FBB,
64 MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond,

Completed in 236 milliseconds

123