Home
last modified time | relevance | path

Searched refs:RT (Results 1 – 25 of 236) sorted by relevance

12345678910

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrSPE.td17 bits<5> RT;
23 let Inst{6-10} = RT;
58 bits<5> RT;
64 let Inst{6-10} = RT;
104 bits<5> RT;
108 let Inst{6-10} = RT;
118 bits<5> RT;
124 let Inst{6-10} = RT;
132 def BRINC : EVXForm_1<527, (outs gprc:$RT), (ins gprc:$RA, gprc:$RB),
133 "brinc $RT, $RA, $RB", IIC_IntSimple, []>;
[all …]
H A DPPCInstr64Bit.td506 def MFCR8 : XFXForm_3<31, 19, (outs g8rc:$RT), (ins),
507 "mfcr $RT", IIC_SprMFCR>,
685 defm ADD8 : XOForm_1rx<31, 266, (outs g8rc:$RT), (ins g8rc:$RA, g8rc:$RB),
686 "add", "$RT, $RA, $RB", IIC_IntSimple,
687 [(set i64:$RT, (add i64:$RA, i64:$RB))]>;
692 def ADD8TLS : XOForm_1<31, 266, 0, (outs g8rc:$RT), (ins g8rc_nox0:$RA, tlsreg:$RB),
693 "add $RT, $RA, $RB", IIC_IntSimple,
694 [(set i64:$RT, (add i64:$RA, tglobaltlsaddr:$RB))]>;
761 defm ADDC8 : XOForm_1rc<31, 10, 0, (outs g8rc:$RT), (ins g8rc:$RA, g8rc:$RB),
762 "addc", "$RT, $RA, $RB", IIC_IntGeneral,
[all …]
/freebsd/contrib/arm-optimized-routines/math/test/
H A Dulp.h16 static int RT(ulpscale_mpfr) (mpfr_t x, int t) in RT() function
21 mpfr_exp_t e = mpfr_get_exp (x) - RT(prec); in RT()
22 if (e < RT(emin)) in RT()
23 e = RT(emin) - 1; in RT()
24 if (e > RT(emax) - RT(prec)) in RT()
25 e = RT(emax) - RT(prec); in RT()
29 return RT(emin) - 1; in RT()
31 return RT(emax) - RT(prec); in RT()
40 static double RT (ulperr) (RT (float) got, const struct RT (ret) * p, int r, in RT() function
43 RT(float) want = p->y; in RT()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DSmartPointerAccessorCaching.cpp27 CanQualType getLikeReturnType(QualType RT) { in getLikeReturnType() argument
28 if (!RT.isNull() && RT->isPointerType()) { in getLikeReturnType()
29 return RT->getPointeeType() in getLikeReturnType()
36 CanQualType valueLikeReturnType(QualType RT) { in valueLikeReturnType() argument
37 if (!RT.isNull() && RT->isReferenceType()) { in valueLikeReturnType()
38 return RT.getNonReferenceType() in valueLikeReturnType()
102 auto RT = pointerLikeReturnType(Node); in AST_MATCHER_P() local
103 if (RT.isNull()) in AST_MATCHER_P()
105 return getLikeReturnType(findReturnType(Node, MethodName)) == RT; in AST_MATCHER_P()
110 auto RT = pointerLikeReturnType(Node); in AST_MATCHER_P() local
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/
H A Dtegra234-p3740-0002+p3701-0008.dts86 sound-name-prefix = "CVB-RT";
426 widgets = "Microphone", "CVB-RT MIC Jack",
427 "Microphone", "CVB-RT MIC",
428 "Headphone", "CVB-RT HP Jack",
429 "Speaker", "CVB-RT SPK";
432 "CVB-RT AIF1 Playback", "I2S4 DAP-Playback",
433 "I2S4 DAP-Capture", "CVB-RT AIF1 Capture",
435 "CVB-RT HP Jack", "CVB-RT HPOL",
436 "CVB-RT HP Jack", "CVB-RT HPOR",
437 "CVB-RT IN1P", "CVB-RT MIC Jack",
[all …]
H A Dtegra234-p3737-0000+p3701.dtsi76 sound-name-prefix = "CVB-RT";
486 widgets = "Microphone", "CVB-RT MIC Jack",
487 "Microphone", "CVB-RT MIC",
488 "Headphone", "CVB-RT HP Jack",
489 "Speaker", "CVB-RT SPK";
492 "CVB-RT AIF1 Playback", "I2S1 DAP-Playback",
493 "I2S1 DAP-Capture", "CVB-RT AIF1 Capture",
495 "CVB-RT HP Jack", "CVB-RT HPOL",
496 "CVB-RT HP Jack", "CVB-RT HPOR",
497 "CVB-RT IN1P", "CVB-RT MIC Jack",
[all …]
H A Dtegra194-p2972-0000.dts2177 sound-name-prefix = "CVB-RT";
2399 "Microphone", "CVB-RT MIC Jack",
2400 "Microphone", "CVB-RT MIC",
2401 "Headphone", "CVB-RT HP Jack",
2402 "Speaker", "CVB-RT SPK";
2406 "CVB-RT AIF1 Playback", "I2S1 DAP-Playback",
2407 "I2S1 DAP-Capture", "CVB-RT AIF1 Capture",
2409 "CVB-RT HP Jack", "CVB-RT HPO L Playback",
2410 "CVB-RT HP Jack", "CVB-RT HPO R Playback",
2411 "CVB-RT IN1P", "CVB-RT MIC Jack",
[all …]
/freebsd/sbin/routed/
H A Doutput.c434 #define RT ((struct rt_entry *)rn) in walk_supply() macro
444 if ((RT->rt_state & RS_IF) in walk_supply()
445 && RT->rt_ifp != 0 in walk_supply()
446 && (RT->rt_ifp->int_state & IS_PASSIVE) in walk_supply()
447 && !(RT->rt_state & RS_MHOME)) in walk_supply()
455 && !(RT->rt_state & RS_MHOME)) in walk_supply()
458 dst = RT->rt_dst; in walk_supply()
465 if (RT->rt_state & RS_NET_SYN) { in walk_supply()
466 if (RT->rt_state & RS_NET_INT) { in walk_supply()
471 ntohl(dst), RT->rt_mask)) in walk_supply()
[all …]
H A Dtable.c1399 #undef RT in kern_out()
1408 #define RT ((struct rt_entry *)rn) in walk_kern() macro
1414 if (RT->rt_state & RS_NET_SYN) in walk_kern()
1417 if (!(RT->rt_state & RS_IF)) { in walk_kern()
1430 if (RT_ISHOST(RT) in walk_kern()
1431 && ntohl(RT->rt_dst) == RT->rt_gate) in walk_kern()
1438 if (RT->rt_ifp != 0 && (RT->rt_ifp->int_state & IS_EXTERNAL)) in walk_kern()
1452 if (RT->rt_ifp == 0 in walk_kern()
1453 || (RT->rt_ifp->int_state & IS_REMOTE)) in walk_kern()
1462 if ((RT->rt_state & RS_RDISC) && rip_sock < 0) in walk_kern()
[all …]
H A Dtrace.c822 #define RT ((struct rt_entry *)rn) in walk_trace() macro
827 rtname(RT->rt_dst, RT->rt_mask, RT->rt_gate)); in walk_trace()
828 print_rts(&RT->rt_spares[0], 0,0,0,0, AGE_RT(RT->rt_state, RT->rt_ifp)); in walk_trace()
829 trace_bits(rs_bits, RT->rt_state, 0); in walk_trace()
830 if (RT->rt_poison_time >= now_garbage in walk_trace()
831 && RT->rt_poison_metric < RT->rt_metric) in walk_trace()
833 RT->rt_poison_metric, ts(RT->rt_poison_time)); in walk_trace()
835 rts = &RT->rt_spares[1]; in walk_trace()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.cpp106 CGCXXABI::RecordArgABI CodeGen::getRecordArgABI(const RecordType *RT, in getRecordArgABI() argument
108 const CXXRecordDecl *RD = dyn_cast<CXXRecordDecl>(RT->getDecl()); in getRecordArgABI()
110 if (!RT->getDecl()->canPassInRegisters()) in getRecordArgABI()
118 const RecordType *RT = T->getAs<RecordType>(); in getRecordArgABI() local
119 if (!RT) in getRecordArgABI()
121 return getRecordArgABI(RT, CXXABI); in getRecordArgABI()
128 if (const auto *RT = Ty->getAs<RecordType>()) in classifyReturnType() local
129 if (!isa<CXXRecordDecl>(RT->getDecl()) && in classifyReturnType()
130 !RT->getDecl()->canPassInRegisters()) { in classifyReturnType()
265 const RecordType *RT = FT->getAs<RecordType>(); in isEmptyField() local
[all …]
H A DHLSLBufferLayoutBuilder.cpp70 const RecordType *RT, const llvm::SmallVector<int32_t> *PackOffsets) { in createLayoutType() argument
74 CGM.getHLSLRuntime().getHLSLBufferLayoutType(RT)) in createLayoutType()
89 RecordTypes.push_back(RT); in createLayoutType()
101 const RecordType *RT = RecordTypes.back(); in createLayoutType() local
104 for (const auto *FD : RT->getDecl()->fields()) { in createLayoutType()
150 const CXXRecordDecl *Decl = RT->getAsCXXRecordDecl(); in createLayoutType()
160 CGM.getHLSLRuntime().addHLSLBufferLayoutType(RT, NewLayoutTy); in createLayoutType()
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dst-pincfg.h20 #define RT (1 << 23) macro
51 #define SE_NICLK_IO (RT)
56 #define SE_ICLK_IO (RT | INVERTCLK)
61 #define DE_IO (RT | DOUBLE_EDGE)
66 #define ICLK (RT | CLKNOTDATA | INVERTCLK)
71 #define NICLK (RT | CLKNOTDATA)
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLayer.cpp24 Error IRLayer::add(ResourceTrackerSP RT, ThreadSafeModule TSM) { in add() argument
25 assert(RT && "RT can not be null"); in add()
26 auto &JD = RT->getJITDylib(); in add()
29 std::move(RT)); in add()
171 Error ObjectLayer::add(ResourceTrackerSP RT, std::unique_ptr<MemoryBuffer> O, in add() argument
173 assert(RT && "RT can not be null"); in add()
174 auto &JD = RT->getJITDylib(); in add()
177 std::move(RT)); in add()
180 Error ObjectLayer::add(ResourceTrackerSP RT, std::unique_ptr<MemoryBuffer> O) { in add() argument
184 return add(std::move(RT), std::move(O), std::move(*I)); in add()
H A DRedirectionManager.cpp19 ResourceTrackerSP RT, SymbolMap InitialDests) { in createRedirectableSymbols() argument
20 auto &JD = RT->getJITDylib(); in createRedirectableSymbols()
23 RT); in createRedirectableSymbols()
H A DLazyObjectLinkingLayer.cpp80 Error LazyObjectLinkingLayer::add(ResourceTrackerSP RT, in add() argument
86 return BaseLayer.add(std::move(RT), std::move(O), std::move(I)); in add()
99 if (auto Err = BaseLayer.add(RT, std::move(O), std::move(I))) in add()
102 auto &JD = RT->getJITDylib(); in add()
103 return JD.define(lazyReexports(LRMgr, std::move(LazySymbols)), std::move(RT)); in add()
H A DJITLinkReentryTrampolines.cpp117 void JITLinkReentryTrampolines::emit(ResourceTrackerSP RT, in emit() argument
124 JITDylibSP JD(&RT->getJITDylib()); in emit()
150 if (auto Err = ObjLinkingLayer.add(std::move(RT), std::move(G))) in emit()
180 [JLT = std::move(*JLT)](ResourceTrackerSP RT, size_t NumTrampolines, in createJITLinkLazyReexportsManager()
183 JLT->emit(std::move(RT), NumTrampolines, std::move(OnTrampolinesReady)); in createJITLinkLazyReexportsManager()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalExecutor.cpp74 llvm::orc::ResourceTrackerSP RT = in addModule() local
76 ResourceTrackers[&PTU] = RT; in addModule()
78 return Jit->addIRModule(RT, {std::move(PTU.TheModule), TSCtx}); in addModule()
83 llvm::orc::ResourceTrackerSP RT = std::move(ResourceTrackers[&PTU]); in removeModule() local
84 if (!RT) in removeModule()
88 if (llvm::Error Err = RT->remove()) in removeModule()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h431 ResourceTrackerDefunct(ResourceTrackerSP RT);
436 ResourceTrackerSP RT;
591 const ResourceTrackerSP &getResourceTracker() const { return RT; } in getResourceTracker()
596 return RT->withResourceKeyDo(std::forward<Func>(F)); in withResourceKeyDo()
695 MaterializationResponsibility(ResourceTrackerSP RT, in MaterializationResponsibility() argument
698 : JD(RT->getJITDylib()), RT(std::move(RT)), in MaterializationResponsibility()
704 ResourceTrackerSP RT; variable
1049 ResourceTrackerSP RT = nullptr);
1063 ResourceTrackerSP RT = nullptr);
1121 ResourceTracker *RT) in UnmaterializedInfo()
[all …]
H A DLinkGraphLayer.h36 virtual Error add(ResourceTrackerSP RT, std::unique_ptr<jitlink::LinkGraph> G,
41 Error add(ResourceTrackerSP RT, std::unique_ptr<jitlink::LinkGraph> G) { in add() argument
43 return add(std::move(RT), std::move(G), std::move(LGI)); in add()
99 inline Error LinkGraphLayer::add(ResourceTrackerSP RT, in add() argument
102 auto &JD = RT->getJITDylib(); in add()
106 std::move(RT)); in add()
H A DReOptimizeLayer.h104 : ID(Other.ID), TSM(std::move(Other.TSM)), RT(std::move(Other.RT)), in ReOptMaterializationUnitState()
114 return RT; in getResourceTracker()
117 void setResourceTracker(ResourceTrackerSP RT) { in setResourceTracker() argument
119 this->RT = RT; in setResourceTracker()
135 ResourceTrackerSP RT; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DLanai.cpp91 const RecordType *RT = Ty->getAs<RecordType>(); in classifyArgumentType() local
92 if (RT) { in classifyArgumentType()
93 CGCXXABI::RecordArgABI RAA = getRecordArgABI(RT, getCXXABI()); in classifyArgumentType()
105 if (RT && RT->getDecl()->hasFlexibleArrayMember()) in classifyArgumentType()
H A DARC.cpp97 const RecordType *RT = Ty->getAs<RecordType>(); in classifyArgumentType() local
98 if (RT) { in classifyArgumentType()
99 CGCXXABI::RecordArgABI RAA = getRecordArgABI(RT, getCXXABI()); in classifyArgumentType()
115 if (RT && RT->getDecl()->hasFlexibleArrayMember()) in classifyArgumentType()
/freebsd/crypto/openssl/test/radix/
H A Dquic_ops.c656 if (buf_len > 0 && RT()->tmp_buf == NULL in DEF_FUNC()
657 && !TEST_ptr(RT()->tmp_buf = OPENSSL_malloc(buf_len))) in DEF_FUNC()
660 r = SSL_read_ex(ssl, RT()->tmp_buf + RT()->tmp_buf_offset, in DEF_FUNC()
661 buf_len - RT()->tmp_buf_offset, in DEF_FUNC()
669 if (bytes_read + RT()->tmp_buf_offset != buf_len) { in DEF_FUNC()
670 RT()->tmp_buf_offset += bytes_read; in DEF_FUNC()
675 && !TEST_mem_eq(RT()->tmp_buf, buf_len, buf, buf_len)) in DEF_FUNC()
678 OPENSSL_free(RT()->tmp_buf); in DEF_FUNC()
679 RT()->tmp_buf = NULL; in DEF_FUNC()
680 RT()->tmp_buf_offset = 0; in DEF_FUNC()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DProgram.cpp168 if (const auto *RT = QT->getAs<ReferenceType>()) in getOrCreateDummy() local
169 QT = RT->getPointeeType(); in getOrCreateDummy()
326 const auto *RT = Spec.getType()->getAs<RecordType>(); in getOrCreateRecord() local
327 if (!RT) in getOrCreateRecord()
329 const RecordDecl *BD = RT->getDecl(); in getOrCreateRecord()
342 const auto *RT = Spec.getType()->getAs<RecordType>(); in getOrCreateRecord() local
343 if (!RT) in getOrCreateRecord()
346 const RecordDecl *BD = RT->getDecl(); in getOrCreateRecord()
402 if (const auto *RT = Ty->getAs<RecordType>()) { in createDescriptor() local
403 if (const auto *Record = getOrCreateRecord(RT->getDecl())) in createDescriptor()

12345678910