Home
last modified time | relevance | path

Searched refs:Tr (Results 1 – 22 of 22) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h41 template <class Tr>
47 template <class Tr>
54 template <class Tr>
59 template <class Tr>
65 template <class Tr>
83 template <class Tr>
101 template <class Tr>
118 template <class Tr>
140 template <class Tr>
152 template <class Tr>
[all …]
H A DRegionInfo.h116 template <class Tr>
118 friend class RegionBase<Tr>;
121 using BlockT = typename Tr::BlockT;
253 template <class Tr>
255 friend class RegionInfoBase<Tr>;
257 using FuncT = typename Tr::FuncT;
263 using LoopT = typename Tr::LoopT;
265 using InstT = typename Tr::InstT;
664 template <class Tr>
673 template <class Tr>
[all …]
/freebsd-14.2/contrib/dialog/po/
H A Dvi.po47 msgstr "Trợ giúp"
77 msgstr "Trượt"
/freebsd-14.2/crypto/openssl/test/recipes/20-test_dhparam_check_data/valid/
H A Ddhx_p1024_q224_t1862.pem4 2FGM2jThA91ie+F5NO+Tr+R7mE8SqR/wsIPq9c2Qbll1dDlAitwaHwKBgCk6/NWH
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h424 const MachineTraceMetrics::Trace &Tr) {
425 Tr.print(OS);
H A DSwitchLoweringUtils.h205 BitTestCase(uint64_t M, MachineBasicBlock *T, MachineBasicBlock *Tr, in BitTestCase()
207 : Mask(M), ThisBB(T), TargetBB(Tr), ExtraProb(Prob) {} in BitTestCase()
/freebsd-14.2/share/timedef/
H A Dlv_LV.UTF-8.src38 Tr
H A Dlv_LV.ISO8859-13.src38 Tr
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DCommentHTMLTags.td51 def Tr : Tag<"tr"> { let EndTagOptional = 1; }
/freebsd-14.2/contrib/xz/
H A DTHANKS119 - Trần Ngọc Quân
/freebsd-14.2/sys/contrib/device-tree/Bindings/display/panel/
H A Dpanel-mipi-dbi-spi.yaml10 - Noralf Trønnes <[email protected]>
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp481 Value *Tr = Builder.CreateTrunc(X, CmpInst::makeCmpResultType(Ty)); in visitMul() local
482 return SelectInst::Create(Tr, Y, ConstantInt::getNullValue(Ty)); in visitMul()
/freebsd-14.2/sys/contrib/openzfs/
H A DAUTHORS671 Đoàn Trần Công Danh <[email protected]>
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dlocale121 template <class Codecvt, class Elem = wchar_t, class Tr = char_traits<Elem>>
123 : public basic_streambuf<Elem, Tr>
126 typedef typename Tr::state_type state_type;
/freebsd-14.2/contrib/tzdata/
H A Dbackzone1035 # Trần's book says the 1954-55 transition to 07:00 in Hanoi was in
1133 # Trần's book says that Laos reverted to UT +07 on 1955-04-15.
H A Dasia4155 # From Paul Eggert (2024-01-14) after a 2014 heads-up from Trần Ngọc Quân
4156 # and a 2024-01-14 heads-up from Đoàn Trần Công Danh:
4157 # Trần Tiến Bình's authoritative book "Lịch Việt Nam: thế kỷ XX-XXI (1901-2100)"
4184 # Trần cites the following sources; it's unclear which supplied the info above.
H A DNEWS249 not 00:00. (Thanks to Đoàn Trần Công Danh.)
572 (Problem reported by Đoàn Trần Công Danh.)
3487 (thanks to Trần Ngọc Quân for an indirect pointer to Trần Tiến Bình's
H A Deurope1318 # Gabriel, Traité de l'heure dans le monde, Guy Trédaniel,
1322 # Guy Trédaniel, Paris 1987
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMScheduleA57.td483 def : InstRW<[A57Write_4cyc_1L_1I, A57WrBackTwo], (instregex "LDR(SB|H|SH)Tr")>;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2807 SDValue Tr = DAG.getNode(MipsISD::TruncIntFP, SDLoc(Val), FPTy, in lowerFP_TO_SINT_STORE() local
2809 return DAG.getStore(SD->getChain(), SDLoc(SD), Tr, SD->getBasePtr(), in lowerFP_TO_SINT_STORE()
/freebsd-14.2/contrib/tzcode/
H A DNEWS146 not 00:00. (Thanks to Đoàn Trần Công Danh.)
469 (Problem reported by Đoàn Trần Công Danh.)
3384 (thanks to Trần Ngọc Quân for an indirect pointer to Trần Tiến Bình's
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp5953 SDValue Tr = DAG.getNode(ISD::TRUNCATE, dl, RetSclrTy, Ex); in PromoteIntOp_CONCAT_VECTORS() local
5954 NewOps.push_back(Tr); in PromoteIntOp_CONCAT_VECTORS()