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

12

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeEdit.cpp247 if (LI.Query(Idx).isKill())
253 if ((S.LaneMask & LaneMask).any() && S.Query(Idx).isKill())
H A DRegAllocBasic.cpp212 LiveIntervalUnion::Query &Q = Matrix->query(VirtReg, *Units);
H A DRegisterCoalescer.cpp835 if (NewReg != IntB.reg || !IntB.Query(AValNo->def).isKill())
1179 VNInfo *BValNo = IntB.Query(CopyIdx).valueOutOrDead();
1189 VNInfo *BValNo = SR.Query(CopyIdx).valueOutOrDead();
1246 VNInfo *ValNo = SrcInt.Query(CopyIdx).valueIn();
1674 LiveQueryResult Q = Int.Query(UseIdx);
1840 LiveQueryResult LRQ = LI.Query(CopyIdx);
1849 LiveQueryResult SLRQ = S.Query(CopyIdx);
2464 LiveQueryResult LRQ = LI.Query(Def);
2467 // Query subranges. Ensure that all matching ones take us to the same def
2475 LiveQueryResult LRQ = S.Query(De
[all...]
H A DCalcSpillWeights.cpp122 LiveQueryResult SrcQ = SrcLI.Query(VNI->def);
H A DLiveIntervals.cpp471 LiveQueryResult LRQ = li->Query(Idx);
580 LiveQueryResult LRQ = SR.Query(Idx);
634 LiveQueryResult LRQ = LR.Query(Kill);
667 LiveQueryResult LRQ = LR.Query(MBBStart);
H A DRegAllocGreedy.cpp819 LiveIntervalUnion::Query subQ(VirtReg, Matrix->getLiveUnions()[*Units]);
894 LiveIntervalUnion::Query &Q = Matrix->query(VirtReg, *Units);
976 LiveIntervalUnion::Query &Q = Matrix->query(VirtReg, *Units);
1063 LiveIntervalUnion::Query &Q = Matrix->query(VirtReg, *Units);
2535 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.cpp646 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.cpp1872 LiveQueryResult LRQ = LR.Query(UseIdx);
1915 LiveQueryResult LRQ = LR.Query(DefIdx);
1980 LiveQueryResult LRQ = SR.Query(UseIdx);
H A DInlineSpiller.cpp382 LiveQueryResult SrcQ = SrcLI.Query(Idx);
H A DRegisterPressure.cpp586 LiveQueryResult LRQ = LR->Query(SlotIdx);
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp181 bool hasOwnStorage(const CXXRecordDecl *Decl, const CXXRecordDecl *Query);
557 const CXXRecordDecl *Query) {
559 if (DeclLayout.isPrimaryBaseVirtual() && DeclLayout.getPrimaryBase() == Query)
562 if (!hasOwnStorage(Base.getType()->getAsCXXRecordDecl(), Query))
556 hasOwnStorage(const CXXRecordDecl *Decl, const CXXRecordDecl *Query) argument
/freebsd-12-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)
518 UpwardsMemoryQuery *Query; member in class:__anon4463::ClobberWalker
582 instructionClobbersQuery(MD, Desc.Loc, Query->Inst, AA);
657 if (Query->SkipSelfAccess && Node.Loc == Query->StartingLoc) {
658 assert(isa<MemoryDef>(Query->OriginalAccess));
659 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-12-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-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp393 "Query should already have been abandoned");
1487 assert(Q && "Query can not be null");
1585 assert(Q && "Query can not be null");
1769 "Query is not attached to this MaterializingInfo");
1947 auto Query = std::make_shared<AsynchronousSymbolQuery>(
1951 SymbolNameSet UnresolvedSymbols = AsyncLookup(Query, std::move(Names));
1956 RegisterDependencies(Query->QueryRegistrations);
1959 Query->detach();
1960 return Query->canStillFail();
1964 Query
[all...]
/freebsd-12-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-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h529 /// Query Liveness at Idx.
532 LiveQueryResult Query(SlotIndex Idx) const {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp289 const VNInfo *Value = LR.Query(LIS->getInstructionIndex(MI)).valueIn();
/freebsd-12-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-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp299 const auto &Result = LI.Query(LIS.getInstructionIndex(*I.getParent()));

Completed in 466 milliseconds

12