Searched refs:TB (Results 1 - 24 of 24) sorted by relevance

/freebsd-13-stable/tools/tools/whereintheworld/
H A Dwhereintheworld.pl37 if ($line =~ /^TB /) {
65 if (!$error && $line !~ m/^TB / && length($line) >= $width) {
/freebsd-13-stable/contrib/kyua/utils/
H A Dmemory_test.cpp53 ATF_REQUIRE(memory < 100 * units::TB); // Large enough for now...
H A Dunits.cpp78 case 'T': case 't': multiplier = TB; break;
115 if (_count >= TB) {
116 return F("%.2sT") % (static_cast< float >(_count) / TB);
H A Dunits.hpp61 const uint64_t TB = int64_t(1) << 40; member in namespace:utils::units::__anon1042
H A Dunits_test.cpp42 using units::TB;
45 ATF_REQUIRE_EQ("2.00T", units::bytes(2 * TB).format());
46 ATF_REQUIRE_EQ("45.12T", units::bytes(45 * TB + 120 * GB).format());
94 using units::TB;
98 ATF_REQUIRE_EQ(units::bytes(TB), units::bytes::parse("1T"));
99 ATF_REQUIRE_EQ(units::bytes(TB), units::bytes::parse("1t"));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp457 MachineBasicBlock *TB = nullptr, *FB = nullptr; local
458 bool NotAnalyzed = TII->analyzeBranch(*ExitingBlock, TB, FB, Cond, false);
618 MachineBasicBlock *TB = nullptr, *FB = nullptr; local
619 bool NotAnalyzed = TII->analyzeBranch(*ExitingBlock, TB, FB, Cond, false);
624 // TB must be non-null. If FB is also non-null, one of them must be
625 // the header. Otherwise, branch to TB could be exiting the loop, and
627 assert (TB && "Exit block without a branch?");
628 if (ExitingBlock != Latch && (TB == Latch || FB == Latch)) {
634 if (TB == Latch)
635 TB
1224 MachineBasicBlock *TB = nullptr, *FB = nullptr; local
1878 MachineBasicBlock *TB = nullptr, *FB = nullptr; local
[all...]
H A DHexagonEarlyIfConv.cpp123 FlowPattern(MachineBasicBlock *B, unsigned PR, MachineBasicBlock *TB, argument
125 : SplitB(B), TrueB(TB), FalseB(FB), JoinB(JB), PredR(PR) {}
246 MachineBasicBlock *TB = nullptr, *FB = nullptr; local
274 TB = T1B, FB = T2B;
276 TB = T2B, FB = T1B;
278 if (!MDT->properlyDominates(B, TB) || !MDT->properlyDominates(B, FB))
281 // Detect triangle first. In case of a triangle, one of the blocks TB/FB
285 assert(TB && FB && "Failed to find triangle control flow blocks");
286 unsigned TNP = TB->pred_size(), FNP = FB->pred_size();
287 unsigned TNS = TB
741 MachineBasicBlock *TB = MI->getOperand(0).getMBB(); local
[all...]
H A DHexagonGenInsert.cpp790 const MachineBasicBlock *FB = FromI->getParent(), *TB = ToI->getParent();
791 if (FB == TB)
793 unsigned D1 = std::distance(TB->begin(), ToI);
794 unsigned D2 = distance(FB, TB, RPO, M);
H A DHexagonSplitDouble.cpp485 MachineBasicBlock *TB = nullptr, *FB = nullptr;
488 bool BadLB = TII->analyzeBranch(*TmpLB, TB, FB, Cond, false);
498 if (TB != HB && FB != HB)
H A DBitTracker.cpp979 for (const MachineBasicBlock *TB : Targets)
980 FlowQ.push(CFGEdge(ThisN, TB->getNumber()));
H A DHexagonConstPropagation.cpp788 for (const MachineBasicBlock *TB : Targets) {
789 unsigned TBN = TB->getNumber();
791 << printMBBReference(*TB) << "\n");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DXCOFF.cpp28 SMC_CASE(TB)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DMCDisassembler.cpp61 SMC_PCASE(TB, 1)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp499 TBAANode TB(B);
500 while (TB.getNode()) {
501 if (PathB.count(TB.getNode()))
503 PathB.insert(TB.getNode());
504 TB = TB.getParent();
/freebsd-13-stable/contrib/libarchive/libarchive/test/
H A Dtest_tar_large.c35 * writes entries from 2GB up to 1TB to an archive in memory.
74 #define TB ((int64_t)1024 * GB) macro
200 256 * GB, 1 * TB, 0 };
H A Dtest_write_format_zip_large.c64 #define TB ((int64_t)1024 * GB) macro
280 1 * TB,
/freebsd-13-stable/bin/ls/tests/
H A Dls_tests.sh80 TB=$(( 1024 * $GB ))
81 PB=$(( 1024 * $TB ))
103 for filesize in $MB $GB $TB; do
568 elif [ $file_size -lt $TB ]; then
572 divisor=$TB
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.h133 OB = 0, TB = 1, T8 = 2, TA = 3, XOP8 = 4, XOP9 = 5, XOPA = 6, ThreeDNow = 7 enumerator in enum:llvm::X86Local::__anon4956
H A DX86RecognizableInstr.cpp749 case X86Local::TB: opcodeType = TWOBYTE; break;
/freebsd-13-stable/sys/dev/mfi/
H A Dmfivar.h347 TAILQ_HEAD(TB, mfi_cmd_tbolt) mfi_cmd_tbolt_tqh;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp3995 template <typename TB>
4002 if (TB *ObjCBAttr = getObjCBridgeAttr<TB>(TD)) {
4061 template <typename TB>
4068 if (TB *ObjCBAttr = getObjCBridgeAttr<TB>(TD)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp809 case X86II::TB:
1359 case X86II::TB: // Two-byte opcode map
H A DX86BaseInfo.h791 // TB - TwoByte - Set if this instruction has a two byte opcode, which
793 TB = 1 << OpMapShift,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp964 (TSFlags & X86II::OpMapMask) == X86II::TB &&

Completed in 427 milliseconds