Searched refs:FIB (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dmoderrs.exp101 make: Bad modifier `:ts\65oct' for FIB
103 make: Bad modifier `:tsxy' for FIB
107 make: Bad modifier `:t' for FIB
109 make: Bad modifier `:txy' for FIB
111 make: Bad modifier `:t' for FIB
113 make: Bad modifier `:t' for FIB
117 make: Unfinished modifier for FIB (':' missing)
119 make: Unfinished modifier for FIB (':' missing)
121 make: Unfinished modifier for FIB ('}' missing)
123 make: Unfinished modifier for FIB ('}' missin
[all...]
H A Dmoderrs.mk12 FIB= 1 1 2 3 5 8 13 21 34 macro
136 @echo ${FIB:C,1(.*),one\1,} # all ok
137 @echo ${FIB:C,1(.*)|2(.*),(\1)+(\2),:Q} # no match for subexpression
140 @echo ${FIB:ts}
141 @echo ${FIB:ts\65} # octal 065 == U+0035 == '5'
142 @echo ${FIB:ts\65oct} # bad modifier
143 @echo ${FIB:tsxy} # modifier too long
146 @echo ${FIB:t
147 @echo ${FIB:txy}
148 @echo ${FIB
[all...]
/freebsd-13-stable/tests/sys/netinet/
H A Dfibs_test.sh124 # Check whether the host route exists in only the correct FIB
128 atf_fail "Host route did not appear in the correct FIB"
133 atf_fail "Host route appeared in the wrong FIB"
136 # Check whether the network route exists in only the correct FIB
141 atf_fail "Network route did not appear in the correct FIB"
147 atf_fail "Network route appeared in the wrong FIB"
181 # Check whether the host route exists in only the correct FIB
185 atf_fail "Host route did not appear in the correct FIB"
190 atf_fail "Host route appeared in the wrong FIB"
193 # Check whether the network route exists in only the correct FIB
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp237 MachineBasicBlock::iterator &TIB, MachineBasicBlock::iterator &FIB,
254 MachineBasicBlock::iterator &TIB, MachineBasicBlock::iterator &FIB,
299 MachineBasicBlock::iterator FIB = FBBInfo.BB->begin(); local
304 if (!CountDuplicatedInstructions(TIB, FIB, TIE, FIE, Dups1, Dups2,
317 for (auto &I : make_range(FBBInfo.BB->begin(), FIB)) {
363 for (auto &I : make_range(FIB, FIE)) {
718 /// @param FIB False Iterator Begin
725 /// Upon return [TIB, TIE), and [FIB, FIE) mark the un-duplicated portions of
737 MachineBasicBlock::iterator &FIB,
743 while (TIB != TIE && FIB !
735 CountDuplicatedInstructions( MachineBasicBlock::iterator &TIB, MachineBasicBlock::iterator &FIB, MachineBasicBlock::iterator &TIE, MachineBasicBlock::iterator &FIE, unsigned &Dups1, unsigned &Dups2, MachineBasicBlock &TBB, MachineBasicBlock &FBB, bool SkipUnconditionalBranches) const argument
815 RescanInstructions( MachineBasicBlock::iterator &TIB, MachineBasicBlock::iterator &FIB, MachineBasicBlock::iterator &TIE, MachineBasicBlock::iterator &FIE, BBInfo &TrueBBI, BBInfo &FalseBBI) const argument
936 MachineBasicBlock::iterator FIB = FalseBBI.BB->begin(); local
1000 MachineBasicBlock::iterator FIB = FalseBBI.BB->begin(); local
[all...]
H A DBranchFolding.cpp1921 MachineBasicBlock::iterator FIB = FBB->begin(); local
1924 while (TIB != TIE && FIB != FIE) {
1927 FIB = skipDebugInstructionsForward(FIB, FIE);
1928 if (TIB == TIE || FIB == FIE)
1931 if (!TIB->isIdenticalTo(*FIB, MachineInstr::CheckKillDead))
2024 ++FIB;
2031 FBB->erase(FBB->begin(), FIB);
H A DRegisterScavenging.cpp472 int FIB = MFI.getObjectIndexBegin(), FIE = MFI.getObjectIndexEnd(); local
478 if (FI < FIB || FI >= FIE)
511 if (FI < FIB || FI >= FIE) {

Completed in 178 milliseconds