Searched refs:FIB (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/usr.bin/make/unit-tests/ |
| H A D | moderrs.mk | 11 FIB= 1 1 2 3 5 8 13 21 34 152 @echo ${FIB:ts} 154 @echo ${FIB:ts\65} # octal 065 == U+0035 == '5' 157 @echo ${FIB:ts\65oct} # bad modifier 160 @echo ${:U${FIB}:ts\65oct} # bad modifier, variable name is "" 163 @echo ${FIB:tsxy} # modifier too long 167 @echo ${FIB:t 170 @echo ${FIB:txy} 173 @echo ${FIB:t} 176 @echo ${FIB [all...] |
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | IfConversion.cpp | 237 MachineBasicBlock::iterator &TIB, MachineBasicBlock::iterator &FIB, 254 MachineBasicBlock::iterator &TIB, MachineBasicBlock::iterator &FIB, 299 MachineBasicBlock::iterator FIB = FBBInfo.BB->begin(); in MeetIfcvtSizeLimit() local 304 if (!CountDuplicatedInstructions(TIB, FIB, TIE, FIE, Dups1, Dups2, in MeetIfcvtSizeLimit() 317 for (auto &I : make_range(FBBInfo.BB->begin(), FIB)) { in MeetIfcvtSizeLimit() 363 for (auto &I : make_range(FIB, FIE)) { in MeetIfcvtSizeLimit() 737 MachineBasicBlock::iterator &FIB, in CountDuplicatedInstructions() argument 743 while (TIB != TIE && FIB != FIE) { in CountDuplicatedInstructions() 746 FIB = skipDebugInstructionsForward(FIB, FIE, false); in CountDuplicatedInstructions() 747 if (TIB == TIE || FIB == FIE) in CountDuplicatedInstructions() [all …]
|
| H A D | BranchFolding.cpp | 1927 MachineBasicBlock::iterator FIB = FBB->begin(); in HoistCommonCodeInSuccs() local 1930 while (TIB != TIE && FIB != FIE) { in HoistCommonCodeInSuccs() 1933 FIB = skipDebugInstructionsForward(FIB, FIE, false); in HoistCommonCodeInSuccs() 1934 if (TIB == TIE || FIB == FIE) in HoistCommonCodeInSuccs() 1937 if (!TIB->isIdenticalTo(*FIB, MachineInstr::CheckKillDead)) in HoistCommonCodeInSuccs() 2030 ++FIB; in HoistCommonCodeInSuccs() 2037 FBB->erase(FBB->begin(), FIB); in HoistCommonCodeInSuccs()
|
| H A D | RegisterScavenging.cpp | 458 int FIB = MFI.getObjectIndexBegin(), FIE = MFI.getObjectIndexEnd(); in spill() local 464 if (FI < FIB || FI >= FIE) in spill() 497 if (FI < FIB || FI >= FIE) { in spill()
|
| /netbsd-src/external/lgpl3/gmp/dist/demos/calc/ |
| H A D | calc.h | 65 FIB = 266, /* FIB */ enumerator 100 #define FIB 266 macro
|
| H A D | calc.y | 149 %token ABS BIN FIB GCD KRON LCM LUCNUM NEXTPRIME POWM ROOT SQRT 226 | FIB '(' e ')' { CHECK_UI ("Fibonacci", sp);
|
| H A D | calclex.l | 41 { "fib", FIB },
|
| H A D | calc.c | 263 FIB = 266, /* FIB */ enumerator 298 #define FIB 266 macro
|
| H A D | calclex.c | 524 { "fib", FIB },
|
| /netbsd-src/external/bsd/nsd/dist/doc/ |
| H A D | ChangeLog | 805 - Support SO_SETFIB on FreeBSD. Add setfib=<FIB> after an ip-address 806 option to use the specified FIB for that socket.
|