Home
last modified time | relevance | path

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

12345678

/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 …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DTextDiagnostics.cpp89 for (const PathDiagnostic *PD : Diags) { in FlushDiagnosticsImpl() local
91 ? " [" + PD->getCheckerName() + "]" in FlushDiagnosticsImpl()
95 reportPiece(WarnID, PD->getLocation().asLocation(), in FlushDiagnosticsImpl()
96 (PD->getShortDescription() + WarningMsg).str(), in FlushDiagnosticsImpl()
97 PD->path.back()->getRanges(), PD->path.back()->getFixits()); in FlushDiagnosticsImpl()
100 for (const auto &Piece : PD->path) { in FlushDiagnosticsImpl()
113 PathPieces FlatPath = PD->path.flatten(/*ShouldFlattenMacros=*/true); in FlushDiagnosticsImpl()
H A DBugReporter.cpp145 std::unique_ptr<PathDiagnostic> PD; member in __anon2f4a13600111::PathDiagnosticConstruct
164 return LCM.find(&PD->getActivePath())->getSecond(); in getLocationContextForActivePath()
199 PathPieces &getActivePath() { return PD->getActivePath(); } in getActivePath()
200 PathPieces &getMutablePieces() { return PD->getMutablePieces(); } in getMutablePieces()
1162 bool VisitedEntireCall = C.PD->isWithinCall(); in generatePathDiagnosticsForNode()
1163 C.PD->popActivePath(); in generatePathDiagnosticsForNode()
1228 C.PD->pushActivePath(&P->path); in generatePathDiagnosticsForNode()
1975 static void updateExecutedLinesWithDiagnosticPieces(PathDiagnostic &PD) { in updateExecutedLinesWithDiagnosticPieces() argument
1977 PathPieces path = PD.path.flatten(/*ShouldFlattenMacros=*/true); in updateExecutedLinesWithDiagnosticPieces()
1978 FilesToLineNumsMap &ExecutedLines = PD.getExecutedLines(); in updateExecutedLinesWithDiagnosticPieces()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaBase.cpp38 const PartialDiagnostic &PD) { in operator <<() argument
40 PD.Emit(*Diag.ImmediateDiag); in operator <<()
42 Diag.S.DeviceDeferredDiags[Diag.Fn][*Diag.PartialDiagId].second = PD; in operator <<()
85 const PartialDiagnostic &PD, in Diag() argument
87 return Diag(Loc, PD.getDiagID(), DeferHint) << PD; in Diag()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrArithmetic.td97 def 16r_NF : MulDivOpR<o, RegMRM, m, Xi16, WriteIMul16, []>, NF, PD;
105 def 16m_NF : MulDivOpM<o, MemMRM, m, Xi16, WriteIMul16, []>, NF, PD;
114 def 16r_EVEX : MulDivOpR<o, RegMRM, m, Xi16, WriteIMul16, []>, PL, PD;
122 def 16m_EVEX : MulDivOpM<o, MemMRM, m, Xi16, WriteIMul16, []>, PL, PD;
159 def 16r_NF : MulDivOpR<o, RegMRM, m, Xi16, sched16, []>, NF, PD;
167 def 16m_NF : MulDivOpM<o, MemMRM, m, Xi16, sched16, []>, NF, PD;
176 def 16r_EVEX : MulDivOpR<o, RegMRM, m, Xi16, sched16, []>, PL, PD;
184 def 16m_EVEX : MulDivOpM<o, MemMRM, m, Xi16, sched16, []>, PL, PD;
231 def IMUL16rr_ND : IMulOpRR_RF<Xi16, WriteIMul16Reg, 1>, PD;
234 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 {
489 !if(!eq(OpPrefix.Value, PD.Value), [UseSSE2],
506 !if(!eq(OpPrefix.Value, PD.Value), [UseSSE2],
535 !if(!eq(OpPrefix.Value, PD.Value), [UseSSE2],
548 let Predicates = !if(!eq(OpPrefix.Value, PD.Value), [HasMMX, HasSSE2],
558 !if(!eq(OpPrefix.Value, PD.Value), [UseSSE2],
604 // PDI - SSE2 instructions with PD prefix, packed double domain.
605 // 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.h108 void takeSFINAEDiagnostic(PartialDiagnosticAt &PD) { in takeSFINAEDiagnostic() argument
110 PD.first = SuppressedDiagnostics.front().first; in takeSFINAEDiagnostic()
111 PD.second.swap(SuppressedDiagnostics.front().second); in takeSFINAEDiagnostic()
151 void addSFINAEDiagnostic(SourceLocation Loc, PartialDiagnostic PD) { in addSFINAEDiagnostic() argument
156 SuppressedDiagnostics.emplace_back(Loc, std::move(PD)); in addSFINAEDiagnostic()
162 PartialDiagnostic PD) { in addSuppressedDiagnostic() argument
165 SuppressedDiagnostics.emplace_back(Loc, std::move(PD)); in addSuppressedDiagnostic()
/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()
198 const PartialDiagnostic &PD) {
199 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.dts451 * Controls the WiFi card PD pin which is low active
628 /* 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 */
[all …]
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp237 ObjCPropertyDecl *PD = *PI; in checkAllAtProps() local
238 Attrs = PD->getPropertyAttributesAsWritten(); in checkAllAtProps()
239 TypeSourceInfo *TInfo = PD->getTypeSourceInfo(); in checkAllAtProps()
245 ATLs.push_back(std::make_pair(ATL, PD)); in checkAllAtProps()
302 ObjCPropertyDecl *PD = AllProps[i]; in checkAllProps() local
303 if (PD->getPropertyAttributesAsWritten() & in checkAllProps()
306 SourceLocation AtLoc = PD->getAtLoc(); in checkAllProps()
309 AtProps[AtLoc].push_back(PD); in checkAllProps()
H A DTransZeroOutPropsInDealloc.cpp118 ObjCPropertyDecl *PD = PID->getPropertyDecl(); in TraverseObjCMethodDecl() local
119 ObjCMethodDecl *setterM = PD->getSetterMethodDecl(); in TraverseObjCMethodDecl()
121 ObjCPropertyAttribute::Kind AttrKind = PD->getPropertyAttributes(); in TraverseObjCMethodDecl()
125 SynthesizedProperties[PD] = PID; in TraverseObjCMethodDecl()
/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.cpp951 llvm::Constant *GetPropertyTypeString(const ObjCPropertyDecl *PD,
1030 llvm::Constant *GetProtocolRef(const ObjCProtocolDecl *PD);
1107 void GenerateProtocol(const ObjCProtocolDecl *PD) override;
1113 virtual llvm::Constant *GetOrEmitProtocolRef(const ObjCProtocolDecl *PD)=0;
1174 static ProtocolMethodLists get(const ObjCProtocolDecl *PD) { in get() argument
1177 for (auto *MD : PD->methods()) { in get()
1207 llvm::Constant *emitMethodList(Self *self, const ObjCProtocolDecl *PD, in emitMethodList() argument
1209 return self->emitMethodList(PD->getObjCRuntimeNameAsString(), in emitMethodList()
1288 llvm::Constant *GetOrEmitProtocol(const ObjCProtocolDecl *PD) override;
1294 llvm::Constant *GetOrEmitProtocolRef(const ObjCProtocolDecl *PD) override;
[all …]
H A DCGObjCGNU.cpp227 llvm::Constant *MakePropertyEncodingString(const ObjCPropertyDecl *PD, in MakePropertyEncodingString() argument
233 CGM.getContext().getObjCEncodingForPropertyDecl(PD, Container); in MakePropertyEncodingString()
238 NameAndAttributes += PD->getNameAsString(); in MakePropertyEncodingString()
241 return MakeConstantString(PD->getNameAsString()); in MakePropertyEncodingString()
611 const ObjCProtocolDecl *PD) override;
612 void GenerateProtocol(const ObjCProtocolDecl *PD) override;
614 virtual llvm::Constant *GenerateProtocolRef(const ObjCProtocolDecl *PD);
616 llvm::Constant *GetOrEmitProtocol(const ObjCProtocolDecl *PD) override { in GetOrEmitProtocol() argument
617 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.cpp1029 auto &PD = ProfileDataMap[Name]; in computeNumValueSiteCounts() local
1030 PD.NumValueSites[ValueKind] = in computeNumValueSiteCounts()
1031 std::max(PD.NumValueSites[ValueKind], (uint32_t)(Index + 1)); in computeNumValueSiteCounts()
1648 auto &PD = ProfileDataMap[NamePtr]; in getOrCreateRegionBitmaps() local
1649 if (PD.RegionBitmaps) in getOrCreateRegionBitmaps()
1650 return PD.RegionBitmaps; in getOrCreateRegionBitmaps()
1655 PD.RegionBitmaps = BitmapPtr; in getOrCreateRegionBitmaps()
1656 PD.NumBitmapBytes = Inc->getNumBitmapBytes(); in getOrCreateRegionBitmaps()
1657 return PD.RegionBitmaps; in getOrCreateRegionBitmaps()
1688 auto &PD = ProfileDataMap[NamePtr]; in getOrCreateRegionCounters() local
[all …]
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp204 if (OpPrefix == X86Local::PD) in insnContext()
212 if (OpPrefix == X86Local::PD) in insnContext()
226 if (OpPrefix == X86Local::PD) in insnContext()
240 if (OpPrefix == X86Local::PD) in insnContext()
254 if (OpPrefix == X86Local::PD) in insnContext()
268 if (OpPrefix == X86Local::PD) in insnContext()
282 else if (OpPrefix == X86Local::PD) { in insnContext()
297 if (OpPrefix == X86Local::PD) in insnContext()
309 } else if (OpPrefix == X86Local::PD && HasVEX_L) in insnContext()
311 else if (OpPrefix == X86Local::PD && HasREX_W) in insnContext()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetSubtargetInfo.cpp19 ArrayRef<SubtargetFeatureKV> PF, ArrayRef<SubtargetSubTypeKV> PD, in TargetSubtargetInfo() argument
23 : MCSubtargetInfo(TT, CPU, TuneCPU, FS, PF, PD, WPR, WL, RA, IS, OC, FP) {} 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()
/freebsd/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp410 PrototypeDescriptor PD; in parsePrototypeDescriptor() local
415 return PD; in parsePrototypeDescriptor()
463 PD.PT = static_cast<uint8_t>(PT); in parsePrototypeDescriptor()
632 PD.VTM = static_cast<uint8_t>(VTM); in parsePrototypeDescriptor()
667 PD.TM = static_cast<uint8_t>(TM); in parsePrototypeDescriptor()
669 return PD; in parsePrototypeDescriptor()
1031 for (auto PD : PrototypeDescriptors) { in getSuffixStr() local
1032 auto T = TypeCache.computeType(Type, Log2LMUL, PD); in getSuffixStr()
1190 auto PD = PrototypeDescriptor::parsePrototypeDescriptor( in parsePrototypes() local
1192 if (!PD) in parsePrototypes()
[all …]

12345678