Searched refs:Query (Results 26 - 47 of 47) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp181 bool hasOwnStorage(const CXXRecordDecl *Decl, const CXXRecordDecl *Query);
560 const CXXRecordDecl *Query) {
562 if (DeclLayout.isPrimaryBaseVirtual() && DeclLayout.getPrimaryBase() == Query)
565 if (!hasOwnStorage(Base.getType()->getAsCXXRecordDecl(), Query))
559 hasOwnStorage(const CXXRecordDecl *Decl, const CXXRecordDecl *Query) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h892 bool isInstUnsupported(const LegalityQuery &Query) const {
894 auto Step = LI.getAction(Query);
898 bool isInstLegal(const LegalityQuery &Query) const {
899 return LI.getAction(Query).Action == LegalizeActions::Legal;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocBasic.cpp212 LiveIntervalUnion::Query &Q = Matrix->query(VirtReg, *Units);
H A DRegisterCoalescer.cpp841 if (NewReg != IntB.reg || !IntB.Query(AValNo->def).isKill())
1187 VNInfo *BValNo = IntB.Query(CopyIdx).valueOutOrDead();
1197 VNInfo *BValNo = SR.Query(CopyIdx).valueOutOrDead();
1254 VNInfo *ValNo = SrcInt.Query(CopyIdx).valueIn();
1693 LiveQueryResult Q = Int.Query(UseIdx);
1859 LiveQueryResult LRQ = LI.Query(CopyIdx);
1868 LiveQueryResult SLRQ = S.Query(CopyIdx);
2483 LiveQueryResult LRQ = LI.Query(Def);
2486 // Query subranges. Ensure that all matching ones take us to the same def
2494 LiveQueryResult LRQ = S.Query(De
[all...]
H A DCalcSpillWeights.cpp122 LiveQueryResult SrcQ = SrcLI.Query(VNI->def);
H A DLiveIntervals.cpp469 LiveQueryResult LRQ = li->Query(Idx);
578 LiveQueryResult LRQ = SR.Query(Idx);
632 LiveQueryResult LRQ = LR.Query(Kill);
665 LiveQueryResult LRQ = LR.Query(MBBStart);
1527 LiveQueryResult LRQ = LI.Query(Index);
H A DRegAllocGreedy.cpp812 LiveIntervalUnion::Query subQ(VirtReg, Matrix->getLiveUnions()[*Units]);
887 LiveIntervalUnion::Query &Q = Matrix->query(VirtReg, *Units);
969 LiveIntervalUnion::Query &Q = Matrix->query(VirtReg, *Units);
1056 LiveIntervalUnion::Query &Q = Matrix->query(VirtReg, *Units);
2517 LiveIntervalUnion::Query &Q = Matrix->query(VirtReg, *Units);
H A DLiveInterval.cpp1374 VNI = LI.Query(Idx).valueOut();
1377 LiveQueryResult LRQ = LI.Query(Idx);
H A DLiveDebugVariables.cpp639 LiveQueryResult LRQ = LI.Query(Idx);
H A DMachineScheduler.cpp1140 LiveQueryResult LRQ = LI.Query(LIS->getInstructionIndex(*I));
1152 LI.Query(LIS->getInstructionIndex(*SU->getInstr()));
1349 LiveQueryResult LRQ = LI.Query(LIS->getInstructionIndex(*SU->getInstr()));
H A DMachineVerifier.cpp1870 LiveQueryResult LRQ = LR.Query(UseIdx);
1913 LiveQueryResult LRQ = LR.Query(DefIdx);
1978 LiveQueryResult LRQ = SR.Query(UseIdx);
H A DRegisterPressure.cpp586 LiveQueryResult LRQ = LR->Query(SlotIdx);
H A DInlineSpiller.cpp383 LiveQueryResult SrcQ = SrcLI.Query(Idx);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp394 /// \param Query The UpwardsMemoryQuery we used for our search.
402 const UpwardsMemoryQuery &Query, AliasAnalysisType &AA,
436 instructionClobbersQuery(MD, MAP.second, Query.Inst, AA);
454 assert(!instructionClobbersQuery(MD, MAP.second, Query.Inst, AA)
519 UpwardsMemoryQuery *Query; member in class:__anon3382::ClobberWalker
583 instructionClobbersQuery(MD, Desc.Loc, Query->Inst, AA);
658 if (Query->SkipSelfAccess && Node.Loc == Query->StartingLoc) {
659 assert(isa<MemoryDef>(Query->OriginalAccess));
660 SkipStopWhere = Query
400 checkClobberSanity(const MemoryAccess *Start, MemoryAccess *ClobberAt, const MemoryLocation &StartLoc, const MemorySSA &MSSA, const UpwardsMemoryQuery &Query, AliasAnalysisType &AA, bool AllowImpreciseClobber = false) argument
[all...]
H A DInstructionSimplify.cpp682 const SimplifyQuery &Query) {
683 return ::SimplifyAddInst(Op0, Op1, IsNSW, IsNUW, Query, RecursionLimit);
681 SimplifyAddInst(Value *Op0, Value *Op1, bool IsNSW, bool IsNUW, const SimplifyQuery &Query) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h553 LegacyLookup](std::shared_ptr<AsynchronousSymbolQuery> Query,
556 lookupWithLegacyFn(ES, *Query, Symbols, LegacyLookup);
557 return LD.BackingResolver->lookup(Query, NotFoundViaLegacyLookup);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp145 "Query should already have been abandoned");
1305 assert(Q && "Query can not be null");
1410 assert(Q && "Query can not be null");
1598 "Query is not attached to this MaterializingInfo");
1850 auto Query = std::make_shared<AsynchronousSymbolQuery>(
1854 SymbolNameSet UnresolvedSymbols = AsyncLookup(Query, std::move(Names));
1859 RegisterDependencies(Query->QueryRegistrations);
1862 Query->detach();
1863 return Query->canStillFail();
1867 Query
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVC.cpp178 // Query the Setup Config server for installs, then pick the newest version
207 ISetupConfigurationPtr Query;
208 HR = Query.CreateInstance(__uuidof(SetupConfiguration));
213 HR = ISetupConfiguration2Ptr(Query)->EnumAllInstances(&EnumInstances);
230 HR = ISetupHelperPtr(Query)->ParseVersion(VersionString, &VersionNum);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h529 /// Query Liveness at Idx.
532 LiveQueryResult Query(SlotIndex Idx) const {
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT-586_asm.asm90 cpuid ; Query the CPUID for the current processor
650 cpuid ; Query the CPUID for the current processor
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp288 const VNInfo *Value = LR.Query(LIS->getInstructionIndex(MI)).valueIn();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp301 const auto &Result = LI.Query(LIS.getInstructionIndex(*I.getParent()));

Completed in 377 milliseconds

12