Home
last modified time | relevance | path

Searched refs:PInfo (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DConsumed.cpp446 setStateForVarOrTmp(ConsumedStateMap *StateMap, const PropagationInfo &PInfo, in setStateForVarOrTmp() argument
448 assert(PInfo.isVar() || PInfo.isTmp()); in setStateForVarOrTmp()
450 if (PInfo.isVar()) in setStateForVarOrTmp()
451 StateMap->setState(PInfo.getVar(), State); in setStateForVarOrTmp()
453 StateMap->setState(PInfo.getTmp(), State); in setStateForVarOrTmp()
494 void checkCallability(const PropagationInfo &PInfo,
548 PropagationInfo& PInfo = Entry->second; in copyInfo() local
549 ConsumedState CS = PInfo.getAsState(StateMap); in copyInfo()
552 if (NS != CS_None && PInfo.isPointerToValue()) in copyInfo()
553 setStateForVarOrTmp(StateMap, PInfo, NS); in copyInfo()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp107 PredicateBase *PInfo = nullptr; member
164 return ::getBlockEdge(VD.PInfo); in getBlockEdge()
211 assert(VD.PInfo && in getMiddleDef()
213 assert(isa<PredicateAssume>(VD.PInfo) && in getMiddleDef()
215 return cast<PredicateAssume>(VD.PInfo)->AssumeInst->getNextNode(); in getMiddleDef()
321 if (EdgePred != getBranchBlock(Stack.back().PInfo)) in stackIsInScope()
325 return DT.dominates(getBlockEdge(Stack.back().PInfo), *VDUse.U); in stackIsInScope()
560 auto *ValInfo = Result.PInfo; in materializeStack()
638 VD.PInfo = PossibleCopy; in renameUses()
651 VD.PInfo = PossibleCopy; in renameUses()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dsysinfo.cc312 using PInfo = SYSTEM_LOGICAL_PROCESSOR_INFORMATION; in GetCacheSizesWindows() typedef
315 using UPtr = std::unique_ptr<PInfo, decltype(&std::free)>; in GetCacheSizesWindows()
317 UPtr buff((PInfo*)malloc(buffer_size), &std::free); in GetCacheSizesWindows()
322 PInfo* it = buff.get(); in GetCacheSizesWindows()
323 PInfo* end = buff.get() + (buffer_size / sizeof(PInfo)); in GetCacheSizesWindows()
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dsysinfo.cc314 using PInfo = SYSTEM_LOGICAL_PROCESSOR_INFORMATION; in GetCacheSizesWindows() typedef
317 using UPtr = std::unique_ptr<PInfo, decltype(&std::free)>; in GetCacheSizesWindows()
319 UPtr buff((PInfo*)malloc(buffer_size), &std::free); in GetCacheSizesWindows()
324 PInfo* it = buff.get(); in GetCacheSizesWindows()
325 PInfo* end = buff.get() + (buffer_size / sizeof(PInfo)); in GetCacheSizesWindows()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp426 const SDNodeInfo &PInfo = CGP.getSDNodeInfo(Root->getOperator()); in EmitOperatorMatchCode() local
431 PInfo.getNumOperands() > 1 || in EmitOperatorMatchCode()
432 PInfo.hasProperty(SDNPHasChain) || in EmitOperatorMatchCode()
433 PInfo.hasProperty(SDNPInGlue) || in EmitOperatorMatchCode()
434 PInfo.hasProperty(SDNPOptInGlue); in EmitOperatorMatchCode()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h255 const InfoRec *PInfo = VInfo; in eval() local
256 const InfoRec *PLabelInfo = &NodeToInfo[PInfo->Label]; in eval()
259 VInfo->Parent = PInfo->Parent; in eval()
262 VInfo->Label = PInfo->Label; in eval()
265 PInfo = VInfo; in eval()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp1483 NonLocalDepInfo &PInfo = It->second.NonLocalDeps; in RemoveCachedNonLocalPointerDependencies() local
1485 for (unsigned i = 0, e = PInfo.size(); i != e; ++i) { in RemoveCachedNonLocalPointerDependencies()
1486 Instruction *Target = PInfo[i].getResult().getInst(); in RemoveCachedNonLocalPointerDependencies()
1489 assert(Target->getParent() == PInfo[i].getBB()); in RemoveCachedNonLocalPointerDependencies()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp1051 const MBBInfo &PInfo = BlockInfo[Pred->getNumber()]; in ReduceMBB() local
1052 if (!PInfo.Visited) { in ReduceMBB()
1056 if (PInfo.HighLatencyCPSR) { in ReduceMBB()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineVerifier.cpp2490 BBInfo &PInfo = MBBInfoMap[Pred]; in calcRegsRequired() local
2491 if (PInfo.addRequired(MInfo.vregsLiveIn)) in calcRegsRequired()
2506 BBInfo &PInfo = MBBInfoMap[Pred]; in calcRegsRequired() local
2507 if (PInfo.addRequired(Reg)) in calcRegsRequired()
2644 BBInfo &PInfo = MBBInfoMap[Pred]; in visitMachineFunctionAfter() local
2645 if (!PInfo.regsLiveOut.count(LiveInReg)) { in visitMachineFunctionAfter()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp1225 MachinePointerInfo PInfo = BasePtrInfo.getWithOffset(RemRegOffset); in buildSpillLoadStore() local
1227 MF->getMachineMemOperand(PInfo, MMO->getFlags(), RemEltSize, in buildSpillLoadStore()