/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrSPE.td | 17 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 D | PPCInstr64Bit.td | 506 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 …]
|
H A D | PPCMacroFusion.cpp | 114 const MachineOperand &RT = SecondMI.getOperand(0); in checkOpConstraints() local 115 if (!RT.isReg()) in checkOpConstraints() 119 if (!RT.getReg().isVirtual()) in checkOpConstraints() 123 (RT.getReg() == PPC::ZERO || RT.getReg() == PPC::ZERO8)) in checkOpConstraints()
|
H A D | PPCInstrFuture.td | 17 bits<5> RT; 26 let Inst{6-10} = RT; 49 defm SUBFUS : XOForm_RTAB5_L1r<31, 72, (outs g8rc:$RT), 51 "subfus", "$RT, $L, $RA, $RB", []>;
|
/freebsd/contrib/arm-optimized-routines/math/test/ |
H A D | ulp.h | 16 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/sys/contrib/device-tree/src/arm64/nvidia/ |
H A D | tegra234-p3740-0002+p3701-0008.dts | 86 sound-name-prefix = "CVB-RT"; 416 widgets = "Microphone", "CVB-RT MIC Jack", 417 "Microphone", "CVB-RT MIC", 418 "Headphone", "CVB-RT HP Jack", 419 "Speaker", "CVB-RT SPK"; 422 "CVB-RT AIF1 Playback", "I2S4 DAP-Playback", 423 "I2S4 DAP-Capture", "CVB-RT AIF1 Capture", 425 "CVB-RT HP Jack", "CVB-RT HPOL", 426 "CVB-RT HP Jack", "CVB-RT HPOR", 427 "CVB-RT IN1P", "CVB-RT MIC Jack", [all …]
|
H A D | tegra234-p3737-0000+p3701-0000.dts | 80 sound-name-prefix = "CVB-RT"; 490 widgets = "Microphone", "CVB-RT MIC Jack", 491 "Microphone", "CVB-RT MIC", 492 "Headphone", "CVB-RT HP Jack", 493 "Speaker", "CVB-RT SPK"; 496 "CVB-RT AIF1 Playback", "I2S1 DAP-Playback", 497 "I2S1 DAP-Capture", "CVB-RT AIF1 Capture", 499 "CVB-RT HP Jack", "CVB-RT HPOL", 500 "CVB-RT HP Jack", "CVB-RT HPOR", 501 "CVB-RT IN1P", "CVB-RT MIC Jack", [all …]
|
H A D | tegra194-p2972-0000.dts | 2171 sound-name-prefix = "CVB-RT"; 2393 "Microphone", "CVB-RT MIC Jack", 2394 "Microphone", "CVB-RT MIC", 2395 "Headphone", "CVB-RT HP Jack", 2396 "Speaker", "CVB-RT SPK"; 2400 "CVB-RT AIF1 Playback", "I2S1 DAP-Playback", 2401 "I2S1 DAP-Capture", "CVB-RT AIF1 Capture", 2403 "CVB-RT HP Jack", "CVB-RT HPO L Playback", 2404 "CVB-RT HP Jack", "CVB-RT HPO R Playback", 2405 "CVB-RT IN1P", "CVB-RT MIC Jack", [all …]
|
/freebsd/sbin/routed/ |
H A D | output.c | 434 #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 D | table.c | 1399 #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 D | trace.c | 822 #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 D | ABIInfoImpl.cpp | 113 CGCXXABI::RecordArgABI CodeGen::getRecordArgABI(const RecordType *RT, in getRecordArgABI() argument 115 const CXXRecordDecl *RD = dyn_cast<CXXRecordDecl>(RT->getDecl()); in getRecordArgABI() 117 if (!RT->getDecl()->canPassInRegisters()) in getRecordArgABI() 125 const RecordType *RT = T->getAs<RecordType>(); in getRecordArgABI() local 126 if (!RT) in getRecordArgABI() 128 return getRecordArgABI(RT, CXXABI); in getRecordArgABI() 135 if (const auto *RT = Ty->getAs<RecordType>()) in classifyReturnType() local 136 if (!isa<CXXRecordDecl>(RT->getDecl()) && in classifyReturnType() 137 !RT->getDecl()->canPassInRegisters()) { in classifyReturnType() 271 const RecordType *RT = FT->getAs<RecordType>(); in isEmptyField() local [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/st/ |
H A D | st-pincfg.h | 20 #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 D | Layer.cpp | 24 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() 170 Error ObjectLayer::add(ResourceTrackerSP RT, std::unique_ptr<MemoryBuffer> O, in add() argument 172 assert(RT && "RT can not be null"); in add() 173 auto &JD = RT->getJITDylib(); in add() 176 std::move(RT)); in add() 179 Error ObjectLayer::add(ResourceTrackerSP RT, std::unique_ptr<MemoryBuffer> O) { in add() argument 183 return add(std::move(RT), std::move(O), std::move(*I)); in add()
|
H A D | Core.cpp | 70 ResourceTrackerDefunct::ResourceTrackerDefunct(ResourceTrackerSP RT) in ResourceTrackerDefunct() argument 71 : RT(std::move(RT)) {} in ResourceTrackerDefunct() 78 OS << "Resource tracker " << (void *)RT.get() << " became defunct"; in log() 686 for (auto &RT : TrackersToRemove) in clear() local 687 Err = joinErrors(std::move(Err), RT->remove()); in clear() 703 ResourceTrackerSP RT = new ResourceTracker(this); in createResourceTracker() local 704 return RT; in createResourceTracker() 730 if (FromMR.RT->isDefunct()) in defineMaterializing() 731 return make_error<ResourceTrackerDefunct>(FromMR.RT); in defineMaterializing() 786 if (FromMR.RT->isDefunct()) in replace() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
H A D | IncrementalExecutor.cpp | 74 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 D | Core.h | 413 ResourceTrackerDefunct(ResourceTrackerSP RT); 418 ResourceTrackerSP RT; 572 return RT->withResourceKeyDo(std::forward<Func>(F)); in withResourceKeyDo() 671 MaterializationResponsibility(ResourceTrackerSP RT, in MaterializationResponsibility() argument 674 : JD(RT->getJITDylib()), RT(std::move(RT)), in MaterializationResponsibility() 680 ResourceTrackerSP RT; variable 1134 ResourceTrackerSP RT = nullptr); 1148 ResourceTrackerSP RT = nullptr); 1206 ResourceTracker *RT) in UnmaterializedInfo() 1207 : MU(std::move(MU)), RT(RT) {} in UnmaterializedInfo() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | Lanai.cpp | 89 const RecordType *RT = Ty->getAs<RecordType>(); in classifyArgumentType() local 90 if (RT) { in classifyArgumentType() 91 CGCXXABI::RecordArgABI RAA = getRecordArgABI(RT, getCXXABI()); in classifyArgumentType() 101 if (RT && RT->getDecl()->hasFlexibleArrayMember()) in classifyArgumentType()
|
H A D | ARC.cpp | 94 const RecordType *RT = Ty->getAs<RecordType>(); in classifyArgumentType() local 95 if (RT) { in classifyArgumentType() 96 CGCXXABI::RecordArgABI RAA = getRecordArgABI(RT, getCXXABI()); in classifyArgumentType() 112 if (RT && RT->getDecl()->hasFlexibleArrayMember()) in classifyArgumentType()
|
H A D | Mips.cpp | 139 const RecordType *RT = Ty->getAs<RecordType>(); in HandleAggregates() local 142 if (!RT || !RT->isStructureOrClassType()) { in HandleAggregates() 147 const RecordDecl *RD = RT->getDecl(); in HandleAggregates() 246 const RecordType *RT = RetTy->getAs<RecordType>(); in returnAggregateInRegs() local 249 if (RT && RT->isStructureOrClassType()) { in returnAggregateInRegs() 250 const RecordDecl *RD = RT->getDecl(); in returnAggregateInRegs()
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Program.cpp | 153 if (const auto *RT = QT->getAs<ReferenceType>()) in getOrCreateDummy() local 154 QT = RT->getPointeeType(); in getOrCreateDummy() 296 const auto *RT = Spec.getType()->getAs<RecordType>(); in getOrCreateRecord() local 297 if (!RT) in getOrCreateRecord() 299 const RecordDecl *BD = RT->getDecl(); in getOrCreateRecord() 312 const auto *RT = Spec.getType()->getAs<RecordType>(); in getOrCreateRecord() local 313 if (!RT) in getOrCreateRecord() 316 const RecordDecl *BD = RT->getDecl(); in getOrCreateRecord() 369 if (const auto *RT = Ty->getAs<RecordType>()) { in createDescriptor() local 370 if (const auto *Record = getOrCreateRecord(RT->getDecl())) in createDescriptor()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
H A D | InstructionInfoView.cpp | 71 double RT = *IIVDEntry.RThroughput; in printView() local 72 TempStream << format("%.2f", RT) << ' '; in printView() 73 if (RT < 10.0) in printView() 75 else if (RT < 100.0) in printView()
|
/freebsd/contrib/llvm-project/compiler-rt/ |
H A D | README.txt | 1 Compiler-RT 7 Compiler-RT is open source software. You may freely distribute it under the
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | LLVMConventionsChecker.cpp | 30 const RecordType *RT = T->getAs<RecordType>(); in IsLLVMStringRef() local 31 if (!RT) in IsLLVMStringRef() 34 return StringRef(QualType(RT, 0).getAsString()) == "class StringRef"; in IsLLVMStringRef() 249 if (const RecordType *RT = T->getAs<RecordType>()) { in Visit() local 250 const RecordDecl *RD = RT->getDecl()->getDefinition(); in Visit()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenCL.cpp | 542 auto RT = Call->getArg(0)->getType(); in checkBuiltinToAddr() local 543 if (!RT->isPointerType() || in checkBuiltinToAddr() 544 RT->getPointeeType().getAddressSpace() == LangAS::opencl_constant) { in checkBuiltinToAddr() 550 if (RT->getPointeeType().getAddressSpace() != LangAS::opencl_generic) { in checkBuiltinToAddr() 557 RT = RT->getPointeeType(); in checkBuiltinToAddr() 558 auto Qual = RT.getQualifiers(); in checkBuiltinToAddr() 573 getASTContext().getQualifiedType(RT.getUnqualifiedType(), Qual))); in checkBuiltinToAddr()
|