/freebsd/contrib/llvm-project/libunwind/src/ |
H A D | FrameHeaderCache.hpp | 64 bool cacheNeedsReset(dl_phdr_info *PInfo) { in cacheNeedsReset() argument 75 if (PInfo->dlpi_adds != LastAdds || PInfo->dlpi_subs != LastSubs) { in cacheNeedsReset() 79 LastAdds = PInfo->dlpi_adds; in cacheNeedsReset() 80 LastSubs = PInfo->dlpi_subs; in cacheNeedsReset() 88 bool find(dl_phdr_info *PInfo, size_t, void *data) { in find() argument 89 if (cacheNeedsReset(PInfo) || MostRecentlyUsed == nullptr) in find()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | PredicateInfo.cpp | 94 PredicateBase *PInfo = nullptr; member 151 return ::getBlockEdge(VD.PInfo); in getBlockEdge() 198 assert(VD.PInfo && in getMiddleDef() 200 assert(isa<PredicateAssume>(VD.PInfo) && in getMiddleDef() 202 return cast<PredicateAssume>(VD.PInfo)->AssumeInst->getNextNode(); in getMiddleDef() 308 if (EdgePred != getBranchBlock(Stack.back().PInfo)) in stackIsInScope() 312 return DT.dominates(getBlockEdge(Stack.back().PInfo), *VDUse.U); in stackIsInScope() 545 auto *ValInfo = Result.PInfo; in materializeStack() 634 VD.PInfo = PossibleCopy; in renameUses() 647 VD.PInfo = PossibleCopy; in renameUses() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInsertWriteVXRM.cpp | 347 const BlockData &PInfo = BlockInfo[P->getNumber()]; in emitWriteVXRM() local 349 if (PInfo.AvailableOut.isStatic() && in emitWriteVXRM() 350 PInfo.AvailableOut.getVXRMImm() == in emitWriteVXRM() 356 if (PInfo.AnticipatedOut.isStatic() && in emitWriteVXRM() 357 PInfo.AnticipatedOut.getVXRMImm() == in emitWriteVXRM()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopUnrollPass.cpp | 796 shouldPragmaUnroll(Loop *L, const PragmaInfo &PInfo, in shouldPragmaUnroll() argument 804 if (PInfo.UserUnrollCount) { in shouldPragmaUnroll() 811 if (PInfo.PragmaCount > 0) { in shouldPragmaUnroll() 812 if ((UP.AllowRemainder || (TripMultiple % PInfo.PragmaCount == 0))) in shouldPragmaUnroll() 813 return PInfo.PragmaCount; in shouldPragmaUnroll() 816 if (PInfo.PragmaFullUnroll && TripCount != 0) { in shouldPragmaUnroll() 828 if (PInfo.PragmaEnableUnroll && !TripCount && MaxTripCount && in shouldPragmaUnroll() 941 PragmaInfo PInfo(UserUnrollCount, PragmaFullUnroll, PragmaCount, in computeUnrollCount() local 957 if (auto UnrollFactor = shouldPragmaUnroll(L, PInfo, TripMultiple, TripCount, in computeUnrollCount()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | DAGISelMatcherGen.cpp | 418 const SDNodeInfo &PInfo = CGP.getSDNodeInfo(Root.getOperator()); in EmitOperatorMatchCode() local 423 PInfo.getNumOperands() > 1 || PInfo.hasProperty(SDNPHasChain) || in EmitOperatorMatchCode() 424 PInfo.hasProperty(SDNPInGlue) || PInfo.hasProperty(SDNPOptInGlue); in EmitOperatorMatchCode()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | GenericDomTreeConstruction.h | 244 const InfoRec *PInfo = VInfo; in eval() local 245 const InfoRec *PLabelInfo = NumToInfo[PInfo->Label]; in eval() 248 VInfo->Parent = PInfo->Parent; in eval() 251 VInfo->Label = PInfo->Label; in eval() 254 PInfo = VInfo; in eval()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | Thumb2SizeReduction.cpp | 1053 const MBBInfo &PInfo = BlockInfo[Pred->getNumber()]; in ReduceMBB() local 1054 if (!PInfo.Visited) { in ReduceMBB() 1058 if (PInfo.HighLatencyCPSR) { in ReduceMBB()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineVerifier.cpp | 3140 BBInfo &PInfo = MBBInfoMap[Pred]; in calcRegsRequired() local 3141 if (PInfo.addRequired(MInfo.vregsLiveIn)) in calcRegsRequired() 3156 BBInfo &PInfo = MBBInfoMap[Pred]; in calcRegsRequired() local 3157 if (PInfo.addRequired(Reg)) in calcRegsRequired() 3317 BBInfo &PInfo = MBBInfoMap[Pred]; in visitMachineFunctionAfter() local 3318 if (!PInfo.regsLiveOut.count(LiveInReg)) { in visitMachineFunctionAfter()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MemoryDependenceAnalysis.cpp | 1511 NonLocalDepInfo &PInfo = It->second.NonLocalDeps; in removeCachedNonLocalPointerDependencies() local 1513 for (const NonLocalDepEntry &DE : PInfo) { in removeCachedNonLocalPointerDependencies()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIRegisterInfo.cpp | 1638 MachinePointerInfo PInfo = BasePtrInfo.getWithOffset(RegOffset); in buildSpillLoadStore() local 1640 MF->getMachineMemOperand(PInfo, MMO->getFlags(), RemEltSize, in buildSpillLoadStore()
|