Home
last modified time | relevance | path

Searched refs:PD (Results 1 – 25 of 208) sorted by relevance

123456789

/freebsd/contrib/arm-optimized-routines/math/
H A Derf.c22 #define PD __erf_data.erfc_poly_D macro
148 double r1 = fma (a, PD[1], PD[0]); in erf()
149 double r2 = fma (a, PD[3], PD[2]); in erf()
150 double r3 = fma (a, PD[5], PD[4]); in erf()
151 double r4 = fma (a, PD[7], PD[6]); in erf()
152 double r5 = fma (a, PD[9], PD[8]); in erf()
153 double r6 = fma (a, PD[11], PD[10]); in erf()
154 double r7 = fma (a, PD[13], PD[12]); in erf()
155 double r8 = fma (a, PD[15], PD[14]); in erf()
156 double r9 = fma (a, PD[17], PD[16]); in erf()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp94 static const ObjCIvarDecl *findPropertyBackingIvar(const ObjCPropertyDecl *PD, in findPropertyBackingIvar() argument
98 ObjCIvarDecl *ID = PD->getPropertyIvarDecl(); in findPropertyBackingIvar()
105 ID = NonConstInterD->lookupInstanceVariable(PD->getDefaultSynthIvarName(Ctx)); in findPropertyBackingIvar()
110 IdentifierInfo *PropIdent = PD->getIdentifier(); in findPropertyBackingIvar()
125 for (const auto *PD : InterD->instance_properties()) { in checkASTDecl() local
127 const ObjCIvarDecl *ID = findPropertyBackingIvar(PD, InterD, in checkASTDecl()
134 IvarToPropMap[ID] = PD; in checkASTDecl()
180 const ObjCPropertyDecl *PD = I->second; in VisitBinaryOperator() local
185 if (isAnnotatedToAllowDirectAssignment(PD) || in VisitBinaryOperator()
190 InterfD->getInstanceMethod(PD->getGetterName()); in VisitBinaryOperator()
[all …]
H A DIvarInvalidationChecker.cpp345 const ObjCPropertyDecl *PD = IvarToPopertyMap.lookup(IvarDecl); in printIvar() local
346 assert(PD &&"Do we synthesize ivars for something other than properties?"); in printIvar()
347 os << "Property "<< PD->getName() << " "; in printIvar()
381 for (const ObjCPropertyDecl *PD : llvm::make_second_range(PropMap)) { in visit() local
382 if (PD->isClassProperty()) in visit()
385 const ObjCIvarDecl *ID = findPropertyBackingIvar(PD, InterfaceD, Ivars, in visit()
391 PD = cast<ObjCPropertyDecl>(PD->getCanonicalDecl()); in visit()
392 PropertyToIvarMap[PD] = ID; in visit()
393 IvarToPopertyMap[ID] = PD; in visit()
396 const ObjCMethodDecl *SetterD = PD->getSetterMethodDecl(); in visit()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACCAtomic.cpp57 bool CheckOperandExpr(const Expr *E, PartialDiagnostic PD) { in CheckOperandExpr() argument
66 PD << diag::OACCLValScalar::Scalar << ExprTy); in CheckOperandExpr()
71 bool CheckOperandVariable(const Expr *E, PartialDiagnostic PD) { in CheckOperandVariable() argument
72 if (CheckOperandExpr(E, PD)) in CheckOperandVariable()
79 PD << diag::OACCLValScalar::LVal); in CheckOperandVariable()
371 PartialDiagnostic PD = in CheckAssignmentWithBinOpOnRHS() local
374 if (CheckOperandVariable(AssignInf.LHS, PD)) in CheckAssignmentWithBinOpOnRHS()
384 PartialDiagnostic PD = in CheckAssignmentWithBinOpOnRHS() local
389 return IDACInfo{CheckOperandVariable(AssignInf.RHS, PD), in CheckAssignmentWithBinOpOnRHS()
395 return IDACInfo{CheckOperandExpr(AssignInf.RHS, PD), in CheckAssignmentWithBinOpOnRHS()
[all …]
H A DSemaBase.cpp39 const PartialDiagnostic &PD) { in operator <<() argument
41 PD.Emit(*Diag.ImmediateDiag); in operator <<()
43 Diag.S.DeviceDeferredDiags[Diag.Fn][*Diag.PartialDiagId].second = PD; in operator <<()
86 const PartialDiagnostic &PD, in Diag() argument
88 return Diag(Loc, PD.getDiagID(), DeferHint) << PD; in Diag()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DTextDiagnostics.cpp84 for (const PathDiagnostic *PD : Diags) { in FlushDiagnosticsImpl() local
86 ? " [" + PD->getCheckerName() + "]" in FlushDiagnosticsImpl()
89 reportPiece(WarnID, PD->getLocation().asLocation(), in FlushDiagnosticsImpl()
90 (PD->getShortDescription() + WarningMsg).str(), in FlushDiagnosticsImpl()
91 PD->path.back()->getRanges(), PD->path.back()->getFixits()); in FlushDiagnosticsImpl()
94 for (const auto &Piece : PD->path) { in FlushDiagnosticsImpl()
107 PathPieces FlatPath = PD->path.flatten(/*ShouldFlattenMacros=*/true); in FlushDiagnosticsImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrArithmetic.td111 def 16r_NF : MulDivOpR<o, RegMRM, m, Xi16, WriteIMul16, []>, NF, PD;
119 def 16m_NF : MulDivOpM<o, MemMRM, m, Xi16, WriteIMul16, []>, NF, PD;
128 def 16r_EVEX : MulDivOpR<o, RegMRM, m, Xi16, WriteIMul16, []>, PL, PD;
136 def 16m_EVEX : MulDivOpM<o, MemMRM, m, Xi16, WriteIMul16, []>, PL, PD;
173 def 16r_NF : MulDivOpR<o, RegMRM, m, Xi16, sched16, []>, NF, PD;
181 def 16m_NF : MulDivOpM<o, MemMRM, m, Xi16, sched16, []>, NF, PD;
190 def 16r_EVEX : MulDivOpR<o, RegMRM, m, Xi16, sched16, []>, PL, PD;
198 def 16m_EVEX : MulDivOpM<o, MemMRM, m, Xi16, sched16, []>, PL, PD;
245 def IMUL16rr_ND : IMulOpRR_RF<Xi16, WriteIMul16Reg, 1>, PD;
248 def IMUL16rm_ND : IMulOpRM_RF<Xi16, WriteIMul16Reg, 1>, PD;
[all …]
H A DX86InstrTDX.td20 def SEAMCALL : I<0x01, MRM_CF, (outs), (ins), "seamcall", []>, TB, PD;
23 def SEAMRET : I<0x01, MRM_CD, (outs), (ins), "seamret", []>, TB, PD;
26 def SEAMOPS : I<0x01, MRM_CE, (outs), (ins), "seamops", []>, TB, PD;
32 def TDCALL : I<0x01, MRM_CC, (outs), (ins), "tdcall", []>, TB, PD;
H A DX86InstrConditionalCompare.td41 def CCMP16rr: Ccmp<0x39, MRMDestReg, Xi16, GR16, GR16>, PD;
45 def CCMP16rr_REV: Ccmp<0x3b, MRMSrcReg, Xi16, GR16, GR16>, PD;
48 def CCMP16ri8: Ccmp<0x83, MRM7r, Xi16, GR16, i16i8imm>, PD;
53 def CCMP16ri: Ccmp<0x81, MRM7r, Xi16, GR16, i16imm>, PD;
60 def CCMP16mi8: Ccmp<0x83, MRM7m, Xi16, i16mem, i16i8imm>, PD;
64 def CCMP16mi: Ccmp<0x81, MRM7m, Xi16, i16mem, i16imm>, PD;
70 def CCMP16rm: Ccmp<0x3b, MRMSrcMem, Xi16, GR16, i16mem>, PD;
75 def CCMP16mr: Ccmp<0x39, MRMDestMem, Xi16, i16mem, GR16>, PD;
115 def CTEST16rr: Ctest<0x85, MRMDestReg, Xi16, GR16, GR16>, PD;
120 def CTEST16ri: Ctest<0xF7, MRM0r, Xi16, GR16, i16imm>, PD;
[all …]
H A DX86InstrUtils.td39 class PD { Prefix OpPrefix = PD; }
67 class AVX512BIi8Base : TB, PD {
83 class AVX512PDIi8Base : TB, PD {
487 !if(!eq(OpPrefix.Value, PD.Value), [UseSSE2],
504 !if(!eq(OpPrefix.Value, PD.Value), [UseSSE2],
533 !if(!eq(OpPrefix.Value, PD.Value), [UseSSE2],
546 let Predicates = !if(!eq(OpPrefix.Value, PD.Value), [HasMMX, HasSSE2],
556 !if(!eq(OpPrefix.Value, PD.Value), [UseSSE2],
602 // PDI - SSE2 instructions with PD prefix, packed double domain.
603 // PDIi8 - SSE2 instructions with ImmT == Imm8 and PD prefix.
[all …]
H A DX86InstrVMX.td20 "invept\t{$src2, $src1|$src1, $src2}", []>, T8, PD,
23 "invept\t{$src2, $src1|$src1, $src2}", []>, T8, PD,
31 "invvpid\t{$src2, $src1|$src1, $src2}", []>, T8, PD,
34 "invvpid\t{$src2, $src1|$src1, $src2}", []>, T8, PD,
43 "vmclear\t$vmcs", []>, TB, PD;
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplateDeduction.h117 void takeSFINAEDiagnostic(PartialDiagnosticAt &PD) { in takeSFINAEDiagnostic() argument
119 PD.first = SuppressedDiagnostics.front().first; in takeSFINAEDiagnostic()
120 PD.second.swap(SuppressedDiagnostics.front().second); in takeSFINAEDiagnostic()
160 void addSFINAEDiagnostic(SourceLocation Loc, PartialDiagnostic PD) { in addSFINAEDiagnostic() argument
165 SuppressedDiagnostics.emplace_back(Loc, std::move(PD)); in addSFINAEDiagnostic()
171 PartialDiagnostic PD) { in addSuppressedDiagnostic() argument
174 SuppressedDiagnostics.emplace_back(Loc, std::move(PD)); in addSuppressedDiagnostic()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRawPtrRefMemberChecker.cpp177 const ObjCPropertyDecl *PD) const { in visitObjCPropertyDecl()
178 if (BR->getSourceManager().isInSystemHeader(PD->getLocation())) in visitObjCPropertyDecl()
187 auto [IsUnsafe, PropType] = isPropImplUnsafePtr(PD); in visitObjCPropertyDecl()
192 reportBug(PD, PropType, MemberCXXRD, CD); in visitObjCPropertyDecl()
194 reportBug(PD, PropType, ObjCDecl, CD); in visitObjCPropertyDecl()
222 isPropImplUnsafePtr(const ObjCPropertyDecl *PD) const { in isPropImplUnsafePtr()
223 if (!PD) in isPropImplUnsafePtr()
226 auto QT = PD->getType(); in isPropImplUnsafePtr()
233 !PD->isReadOnly() && PD->getSetterKind() == ObjCPropertyDecl::Assign; in isPropImplUnsafePtr()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DPartialDiagnostic.h135 void swap(PartialDiagnostic &PD) { in swap() argument
136 std::swap(DiagID, PD.DiagID); in swap()
137 std::swap(DiagStorage, PD.DiagStorage); in swap()
138 std::swap(Allocator, PD.Allocator); in swap()
195 const PartialDiagnostic &PD) {
196 PD.Emit(DB);
/freebsd/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h185 bool operator!=(const PrototypeDescriptor &PD) const {
186 return !(*this == PD);
188 bool operator==(const PrototypeDescriptor &PD) const {
189 return PD.PT == PT && PD.VTM == VTM && PD.TM == TM;
191 bool operator<(const PrototypeDescriptor &PD) const {
192 return std::tie(PT, VTM, TM) < std::tie(PD.PT, PD.VTM, PD.TM);
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx93-tqma9352-mba93xxla.dts387 * Controls the WiFi card PD pin which is low active
587 /* PD | FSEL_2 | DSE X4 */
589 /* HYS | PD */
598 /* PD | FSEL_2 | DSE X4 */
608 /* HYS | PD | FSEL_0 | DSE no drive */
610 /* PD | FSEL_2 | DSE X4 */
616 /* PD | FSEL_3 | DSE X3 */
630 /* PD | FSEL_2 | DSE X4 */
640 /* HYS | PD | FSEL_0 | DSE no drive */
642 /* PD | FSEL_2 | DSE X4 */
[all …]
H A Dimx93-tqma9352-mba93xxca.dts628 /* PD | FSEL_2 | DSE X4 */
638 /* HYS | PD | FSEL_0 | DSE no drive */
640 /* PD | FSEL_2 | DSE X4 */
646 /* PD | FSEL_3 | DSE X3 */
660 /* PD | FSEL_2 | DSE X4 */
670 /* HYS | PD | FSEL_0 | DSE no drive */
672 /* PD | FSEL_2 | DSE X4 */
678 /* PD | FSEL_3 | DSE X3 */
710 /* HYS | PD | FSEL_2 | DSE X4 */
750 /* HYS | PD | FSEL_0 | DSE no drive */
[all …]
H A Dimx93-tqma9352-mba91xxca.dts438 * Controls the WiFi card PD pin which is low active
571 fsl,pins = /* PD | FSEL_2 | DSE X4 */
581 /* HYS | PD | FSEL_0 | DSE no drive */
583 /* PD | FSEL_2 | DSE X4 */
589 /* PD | FSEL_3 | DSE X3 */
599 fsl,pins = /* PD | FSEL_2 | DSE X4 */
609 /* HYS | PD | FSEL_0 | DSE no drive */
611 /* PD | FSEL_2 | DSE X4 */
617 /* PD | FSEL_3 | DSE X3 */
723 fsl,pins = /* PD | FSEL_3 | DSE X5 */
[all …]
/freebsd/usr.bin/m4/
H A DNOTES3 PD m4 is based on the macro tool distributed with the software
8 Since both PD m4 and UN*X m4 are based on SOFTWARE TOOLS macro,
10 the two. The PD m4 was produced without ANY references to m4
34 [1] PD m4 uses a different (and simpler) stack mechanism than the one
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp918 llvm::Constant *GetPropertyTypeString(const ObjCPropertyDecl *PD,
991 llvm::Constant *GetProtocolRef(const ObjCProtocolDecl *PD);
1063 void GenerateProtocol(const ObjCProtocolDecl *PD) override;
1069 virtual llvm::Constant *GetOrEmitProtocolRef(const ObjCProtocolDecl *PD) = 0;
1128 static ProtocolMethodLists get(const ObjCProtocolDecl *PD) { in get() argument
1131 for (auto *MD : PD->methods()) { in get()
1161 llvm::Constant *emitMethodList(Self *self, const ObjCProtocolDecl *PD, in emitMethodList() argument
1163 return self->emitMethodList(PD->getObjCRuntimeNameAsString(), in emitMethodList()
1238 llvm::Constant *GetOrEmitProtocol(const ObjCProtocolDecl *PD) override;
1244 llvm::Constant *GetOrEmitProtocolRef(const ObjCProtocolDecl *PD) override;
[all …]
H A DCGObjCGNU.cpp226 llvm::Constant *MakePropertyEncodingString(const ObjCPropertyDecl *PD, in MakePropertyEncodingString() argument
232 CGM.getContext().getObjCEncodingForPropertyDecl(PD, Container); in MakePropertyEncodingString()
237 NameAndAttributes += PD->getNameAsString(); in MakePropertyEncodingString()
240 return MakeConstantString(PD->getNameAsString()); in MakePropertyEncodingString()
610 const ObjCProtocolDecl *PD) override;
611 void GenerateProtocol(const ObjCProtocolDecl *PD) override;
613 virtual llvm::Constant *GenerateProtocolRef(const ObjCProtocolDecl *PD);
615 llvm::Constant *GetOrEmitProtocol(const ObjCProtocolDecl *PD) override { in GetOrEmitProtocol() argument
616 return GenerateProtocolRef(PD); in GetOrEmitProtocol()
1332 const ObjCProtocolDecl *PD) override { in GenerateProtocolRef() argument
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1040 auto &PD = ProfileDataMap[Name]; in computeNumValueSiteCounts() local
1041 PD.NumValueSites[ValueKind] = in computeNumValueSiteCounts()
1042 std::max(PD.NumValueSites[ValueKind], (uint32_t)(Index + 1)); in computeNumValueSiteCounts()
1645 auto &PD = ProfileDataMap[NamePtr]; in getOrCreateRegionBitmaps() local
1646 if (PD.RegionBitmaps) in getOrCreateRegionBitmaps()
1647 return PD.RegionBitmaps; in getOrCreateRegionBitmaps()
1652 PD.RegionBitmaps = BitmapPtr; in getOrCreateRegionBitmaps()
1653 PD.NumBitmapBytes = Inc->getNumBitmapBytes(); in getOrCreateRegionBitmaps()
1654 return PD.RegionBitmaps; in getOrCreateRegionBitmaps()
1685 auto &PD = ProfileDataMap[NamePtr]; in getOrCreateRegionCounters() local
[all …]
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp207 if (OpPrefix == X86Local::PD) in insnContext()
220 if (OpPrefix == X86Local::PD) in insnContext()
234 if (OpPrefix == X86Local::PD) in insnContext()
242 if (OpPrefix == X86Local::PD) in insnContext()
256 if (OpPrefix == X86Local::PD) in insnContext()
270 if (OpPrefix == X86Local::PD) in insnContext()
284 if (OpPrefix == X86Local::PD) in insnContext()
298 if (OpPrefix == X86Local::PD) in insnContext()
312 else if (OpPrefix == X86Local::PD) { in insnContext()
327 if (OpPrefix == X86Local::PD) in insnContext()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetSubtargetInfo.cpp20 ArrayRef<SubtargetSubTypeKV> PD, const MCWriteProcResEntry *WPR, in TargetSubtargetInfo() argument
23 : MCSubtargetInfo(TT, CPU, TuneCPU, FS, PN, PF, PD, WPR, WL, RA, IS, OC, in TargetSubtargetInfo()
/freebsd/lib/msun/ld128/
H A De_powl.c124 static const long double PD[] = variable
425 v = PD[0] + t * (PD[1] + t * (PD[2] + t * (PD[3] + t))); in powl()

123456789