Searched defs:PD (Results 1 - 25 of 57) sorted by relevance

123

/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCSubtargetInfo.cpp23 const SubtargetFeatureKV *PD,
31 ProcDesc = PD;
21 InitMCSubtargetInfo(StringRef TT, StringRef CPU, StringRef FS, const SubtargetFeatureKV *PF, const SubtargetFeatureKV *PD, const SubtargetInfoKV *PI, const InstrStage *IS, const unsigned *OC, const unsigned *FP, unsigned NF, unsigned NP) argument
/external/llvm/lib/MC/
H A DMCSubtargetInfo.cpp41 ArrayRef<SubtargetFeatureKV> PF, ArrayRef<SubtargetFeatureKV> PD,
45 : TargetTriple(TT), CPU(C), ProcFeatures(PF), ProcDesc(PD),
39 MCSubtargetInfo( const Triple &TT, StringRef C, StringRef FS, ArrayRef<SubtargetFeatureKV> PF, ArrayRef<SubtargetFeatureKV> PD, const SubtargetInfoKV *ProcSched, const MCWriteProcResEntry *WPR, const MCWriteLatencyEntry *WL, const MCReadAdvanceEntry *RA, const InstrStage *IS, const unsigned *OC, const unsigned *FP) argument
/external/llvm/lib/Target/
H A DTargetSubtargetInfo.cpp22 ArrayRef<SubtargetFeatureKV> PF, ArrayRef<SubtargetFeatureKV> PD,
26 : MCSubtargetInfo(TT, CPU, FS, PF, PD, ProcSched, WPR, WL, RA, IS, OC, FP) {
20 TargetSubtargetInfo( const Triple &TT, StringRef CPU, StringRef FS, ArrayRef<SubtargetFeatureKV> PF, ArrayRef<SubtargetFeatureKV> PD, const SubtargetInfoKV *ProcSched, const MCWriteProcResEntry *WPR, const MCWriteLatencyEntry *WL, const MCReadAdvanceEntry *RA, const InstrStage *IS, const unsigned *OC, const unsigned *FP) argument
/external/clang/include/clang/AST/
H A DAttr.h205 inline const PartialDiagnostic &operator<<(const PartialDiagnostic &PD, argument
207 PD.AddTaggedVal(reinterpret_cast<intptr_t>(At),
209 return PD;
H A DDeclarationName.h558 inline const PartialDiagnostic &operator<<(const PartialDiagnostic &PD, argument
560 PD.AddTaggedVal(N.getAsOpaqueInteger(),
562 return PD;
/external/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp119 ObjCPropertyDecl *PD = PID->getPropertyDecl(); local
120 ObjCMethodDecl *setterM = PD->getSetterMethodDecl();
123 PD->getPropertyAttributes();
128 SynthesizedProperties[PD] = PID;
H A DTransGCAttrs.cpp241 ObjCPropertyDecl *PD = *PI; local
242 Attrs = PD->getPropertyAttributesAsWritten();
243 TypeSourceInfo *TInfo = PD->getTypeSourceInfo();
249 ATLs.push_back(std::make_pair(ATL, PD));
305 ObjCPropertyDecl *PD = AllProps[i]; local
306 if (PD->getPropertyAttributesAsWritten() &
309 SourceLocation AtLoc = PD->getAtLoc();
313 AtProps[RawAt].push_back(PD);
H A DTransUnbridgedCasts.cpp442 ParmVarDecl *PD = FD->getParamDecl(i); local
443 if (PD->hasAttr<CFConsumedAttr>()) {
/external/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp95 static const ObjCIvarDecl *findPropertyBackingIvar(const ObjCPropertyDecl *PD, argument
99 ObjCIvarDecl *ID = PD->getPropertyIvarDecl();
106 ID = NonConstInterD->lookupInstanceVariable(PD->getDefaultSynthIvarName(Ctx));
111 IdentifierInfo *PropIdent = PD->getIdentifier();
126 for (const auto *PD : InterD->instance_properties()) {
128 const ObjCIvarDecl *ID = findPropertyBackingIvar(PD, InterD,
135 IvarToPropMap[ID] = PD;
179 const ObjCPropertyDecl *PD = I->second; local
184 if (isAnnotatedToAllowDirectAssignment(PD) ||
189 InterfD->getInstanceMethod(PD
[all...]
H A DIvarInvalidationChecker.cpp349 const ObjCPropertyDecl *PD = IvarToPopertyMap.lookup(IvarDecl); local
350 assert(PD &&"Do we synthesize ivars for something other than properties?");
351 os << "Property "<< PD->getName() << " ";
388 const ObjCPropertyDecl *PD = I->second; local
389 if (PD->isClassProperty())
392 const ObjCIvarDecl *ID = findPropertyBackingIvar(PD, InterfaceD, Ivars,
398 PD = cast<ObjCPropertyDecl>(PD->getCanonicalDecl());
399 PropertyToIvarMap[PD] = ID;
400 IvarToPopertyMap[ID] = PD;
620 const ObjCPropertyDecl *PD = PA->getExplicitProperty(); local
[all...]
H A DCheckObjCDealloc.cpp70 const ObjCPropertyDecl **PD) {
83 (*PD) = I->getPropertyDecl();
85 assert(*PD);
68 isSynthesizedRetainableProperty(const ObjCPropertyImplDecl *I, const ObjCIvarDecl **ID, const ObjCPropertyDecl **PD) argument
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/
H A Dp5-cxx0x.cpp22 class PD { class
24 ~PD(); // expected-note 5{{here}}
33 PD pd();
52 pd(), // expected-error {{temporary of type 'PD' has private destructor}}
60 decltype((pd_ref)) pd_ref3 = pd_ref; // ok, PD &
113 DD operator+(PD &a, PD &b);
118 DD operator,(int a, PD b);
/external/valgrind/memcheck/tests/amd64/
H A Dsse_memory.c174 #define PD 16 macro
254 TEST_INSN( &AllMask, PD,addpd)
256 TEST_INSN( &AllMask, PD,andnpd)
257 TEST_INSN( &AllMask, PD,andpd)
258 TEST_INSN( &AllMask, PD,cmpeqpd)
260 TEST_INSN( &AllMask, PD,cmplepd)
262 TEST_INSN( &AllMask, PD,cmpltpd)
264 TEST_INSN( &AllMask, PD,cmpneqpd)
266 TEST_INSN( &AllMask, PD,cmpnlepd)
268 TEST_INSN( &AllMask, PD,cmpnltp
[all...]
/external/valgrind/memcheck/tests/x86/
H A Dsse_memory.c174 #define PD 16 macro
254 TEST_INSN( &AllMask, PD,addpd)
256 TEST_INSN( &AllMask, PD,andnpd)
257 TEST_INSN( &AllMask, PD,andpd)
258 TEST_INSN( &AllMask, PD,cmpeqpd)
260 TEST_INSN( &AllMask, PD,cmplepd)
262 TEST_INSN( &AllMask, PD,cmpltpd)
264 TEST_INSN( &AllMask, PD,cmpneqpd)
266 TEST_INSN( &AllMask, PD,cmpnlepd)
268 TEST_INSN( &AllMask, PD,cmpnltp
[all...]
/external/clang/include/clang/Basic/
H A DPartialDiagnostic.h259 void swap(PartialDiagnostic &PD) { argument
260 std::swap(DiagID, PD.DiagID);
261 std::swap(DiagStorage, PD.DiagStorage);
262 std::swap(Allocator, PD.Allocator);
332 friend const PartialDiagnostic &operator<<(const PartialDiagnostic &PD, argument
334 PD.AddTaggedVal(I, DiagnosticsEngine::ak_uint);
335 return PD;
338 friend const PartialDiagnostic &operator<<(const PartialDiagnostic &PD, argument
340 PD.AddTaggedVal(I, DiagnosticsEngine::ak_sint);
341 return PD;
344 operator <<(const PartialDiagnostic &PD, const char *S) argument
351 operator <<(const PartialDiagnostic &PD, StringRef S) argument
358 operator <<(const PartialDiagnostic &PD, const IdentifierInfo *II) argument
373 operator <<(const PartialDiagnostic &PD, T *DC) argument
379 operator <<(const PartialDiagnostic &PD, SourceRange R) argument
385 operator <<(const PartialDiagnostic &PD, const CharSourceRange &R) argument
391 operator <<(const PartialDiagnostic &PD, const FixItHint &Hint) argument
399 operator <<(const DiagnosticBuilder &DB, const PartialDiagnostic &PD) argument
[all...]
/external/clang/include/clang/Sema/
H A DTemplateDeduction.h69 void takeSFINAEDiagnostic(PartialDiagnosticAt &PD) { argument
71 PD.first = SuppressedDiagnostics.front().first;
72 PD.second.swap(SuppressedDiagnostics.front().second);
89 void addSFINAEDiagnostic(SourceLocation Loc, PartialDiagnostic PD) { argument
94 SuppressedDiagnostics.emplace_back(Loc, std::move(PD));
100 PartialDiagnostic PD) {
103 SuppressedDiagnostics.emplace_back(Loc, std::move(PD));
99 addSuppressedDiagnostic(SourceLocation Loc, PartialDiagnostic PD) argument
/external/clang/lib/Index/
H A DIndexDecl.cpp211 ObjCProtocolDecl *PD = *I; local
212 TRY_TO(IndexCtx.handleReference(PD, Loc, ContD, ContD,
313 ObjCPropertyDecl *PD = D->getPropertyDecl(); local
314 if (!IndexCtx.handleReference(PD, D->getLocation(),
331 if (ObjCMethodDecl *MD = PD->getGetterMethodDecl()) {
336 if (ObjCMethodDecl *MD = PD->getSetterMethodDecl()) {
/external/clang/test/Layout/
H A Dms-x86-pack-and-align.cpp663 typedef PB PD; typedef
668 PD x;
/external/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp260 int64_t PD = std::abs(ConstPtrDiff->getValue()->getSExtValue()); local
261 if (PD < (int64_t) TTI->getCacheLineSize()) {
/external/clang/include/clang/Lex/
H A DPreprocessingRecord.h129 static bool classof(const PreprocessedEntity *PD) { argument
130 return PD->getKind() >= FirstPreprocessingDirective &&
131 PD->getKind() <= LastPreprocessingDirective;
/external/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp185 bool InstrProfWriter::shouldEncodeData(const ProfilingData &PD) { argument
188 for (const auto &Func : PD) {
/external/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp188 PerFunctionProfileData PD; local
189 PD.NumValueSites[ValueKind] = Index + 1;
190 ProfileDataMap[Name] = PD;
331 PerFunctionProfileData PD; local
335 PD = It->second;
368 NS += PD.NumValueSites[Kind];
400 Int16ArrayVals[Kind] = ConstantInt::get(Int16Ty, PD.NumValueSites[Kind]);
414 PD.RegionCounters = CounterPtr;
415 PD.DataVar = Data;
416 ProfileDataMap[NamePtr] = PD;
[all...]
/external/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp123 PS = 1, PD = 2, XS = 3, XD = 4 enumerator in enum:X86Local::__anon13786
295 if (OpPrefix == X86Local::PD)
309 if (OpPrefix == X86Local::PD)
324 if (OpPrefix == X86Local::PD)
338 if (OpPrefix == X86Local::PD)
353 if (OpPrefix == X86Local::PD)
367 else if (OpPrefix == X86Local::PD)
378 if (OpPrefix == X86Local::PD)
390 } else if (OpPrefix == X86Local::PD && HasVEX_LPrefix)
392 else if (OpPrefix == X86Local::PD
[all...]
/external/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp116 const PathDiagnostic *PD = *I; variable
117 SourceLocation WarnLoc = PD->getLocation().asLocation();
118 Diag.Report(WarnLoc, WarnID) << PD->getShortDescription()
119 << PD->path.back()->getRanges();
124 PathPieces FlatPath = PD->path.flatten(/*ShouldFlattenMacros=*/true);
/external/vulkan-validation-layers/libs/glm/detail/
H A Dsetup.hpp619 inline __m128 _mm_castpd_ps(__m128d PD) { union { __m128 ps; __m128d pd; } c; c.pd = PD; return c.ps; } argument

Completed in 676 milliseconds

123