/external/llvm-project/libunwind/test/ |
D | frameheadercache_test.pass.cpp | 24 struct dl_phdr_info PInfo; in main() local 25 memset(&PInfo, 0, sizeof(PInfo)); in main() 29 PInfo.dlpi_adds = 6; in main() 30 PInfo.dlpi_subs = 7; in main() 42 if (FHC.find(&PInfo, 0, &CBData)) in main() 46 if (!FHC.find(&PInfo, 0, &CBData)) in main() 49 PInfo.dlpi_adds++; in main() 50 if (FHC.find(&PInfo, 0, &CBData)) in main() 56 if (FHC.find(&PInfo, 0, &CBData)) in main() 65 if (FHC.find(&PInfo, 0, &CBData)) in main()
|
/external/llvm-project/clang/lib/Analysis/ |
D | Consumed.cpp | 446 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 …]
|
/external/clang/lib/Analysis/ |
D | Consumed.cpp | 445 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() 491 void checkCallability(const PropagationInfo &PInfo, 545 PropagationInfo& PInfo = Entry->second; in copyInfo() local 546 ConsumedState CS = PInfo.getAsState(StateMap); in copyInfo() 549 if (NS != CS_None && PInfo.isPointerToValue()) in copyInfo() 550 setStateForVarOrTmp(StateMap, PInfo, NS); in copyInfo() [all …]
|
/external/llvm-project/libunwind/src/ |
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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | PredicateInfo.cpp | 107 PredicateBase *PInfo = nullptr; member 169 return ::getBlockEdge(VD.PInfo); in getBlockEdge() 216 assert(VD.PInfo && in getMiddleDef() 218 assert(isa<PredicateAssume>(VD.PInfo) && in getMiddleDef() 220 return cast<PredicateAssume>(VD.PInfo)->AssumeInst; in getMiddleDef() 273 if (EdgePred != getBranchBlock(Stack.back().PInfo)) in stackIsInScope() 277 return DT.dominates(getBlockEdge(Stack.back().PInfo), *VDUse.U); in stackIsInScope() 551 auto *ValInfo = Result.PInfo; in materializeStack() 626 VD.PInfo = PossibleCopy; in renameUses() 639 VD.PInfo = PossibleCopy; in renameUses() [all …]
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | PredicateInfo.cpp | 106 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() 602 auto *ValInfo = Result.PInfo; in materializeStack() 682 VD.PInfo = PossibleCopy; in renameUses() 695 VD.PInfo = PossibleCopy; in renameUses() [all …]
|
/external/llvm-project/llvm/utils/benchmark/src/ |
D | sysinfo.cc | 311 using PInfo = SYSTEM_LOGICAL_PROCESSOR_INFORMATION; in GetCacheSizesWindows() typedef 314 using UPtr = std::unique_ptr<PInfo, decltype(&std::free)>; in GetCacheSizesWindows() 316 UPtr buff((PInfo*)malloc(buffer_size), &std::free); in GetCacheSizesWindows() 321 PInfo* it = buff.get(); in GetCacheSizesWindows() 322 PInfo* end = buff.get() + (buffer_size / sizeof(PInfo)); in GetCacheSizesWindows()
|
/external/libcxx/utils/google-benchmark/src/ |
D | sysinfo.cc | 314 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()
|
/external/llvm-project/libcxx/utils/google-benchmark/src/ |
D | sysinfo.cc | 314 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()
|
/external/google-benchmark/src/ |
D | sysinfo.cc | 323 using PInfo = SYSTEM_LOGICAL_PROCESSOR_INFORMATION; in GetCacheSizesWindows() typedef 326 using UPtr = std::unique_ptr<PInfo, decltype(&std::free)>; in GetCacheSizesWindows() 328 UPtr buff((PInfo*)malloc(buffer_size), &std::free); in GetCacheSizesWindows() 333 PInfo* it = buff.get(); in GetCacheSizesWindows() 334 PInfo* end = buff.get() + (buffer_size / sizeof(PInfo)); in GetCacheSizesWindows()
|
/external/llvm/utils/TableGen/ |
D | DAGISelMatcherGen.cpp | 399 const SDNodeInfo &PInfo = CGP.getSDNodeInfo(Root->getOperator()); in EmitOperatorMatchCode() local 404 PInfo.getNumOperands() > 1 || in EmitOperatorMatchCode() 405 PInfo.hasProperty(SDNPHasChain) || in EmitOperatorMatchCode() 406 PInfo.hasProperty(SDNPInGlue) || in EmitOperatorMatchCode() 407 PInfo.hasProperty(SDNPOptInGlue); in EmitOperatorMatchCode()
|
/external/llvm-project/llvm/utils/TableGen/ |
D | DAGISelMatcherGen.cpp | 422 const SDNodeInfo &PInfo = CGP.getSDNodeInfo(Root->getOperator()); in EmitOperatorMatchCode() local 427 PInfo.getNumOperands() > 1 || in EmitOperatorMatchCode() 428 PInfo.hasProperty(SDNPHasChain) || in EmitOperatorMatchCode() 429 PInfo.hasProperty(SDNPInGlue) || in EmitOperatorMatchCode() 430 PInfo.hasProperty(SDNPOptInGlue); in EmitOperatorMatchCode()
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | GenericDomTreeConstruction.h | 255 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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | GenericDomTreeConstruction.h | 288 const InfoRec *PInfo = VInfo; in eval() local 289 const InfoRec *PLabelInfo = &NodeToInfo[PInfo->Label]; in eval() 292 VInfo->Parent = PInfo->Parent; in eval() 295 VInfo->Label = PInfo->Label; in eval() 298 PInfo = VInfo; in eval()
|
/external/llvm/lib/Analysis/ |
D | MemoryDependenceAnalysis.cpp | 1427 NonLocalDepInfo &PInfo = It->second.NonLocalDeps; in RemoveCachedNonLocalPointerDependencies() local 1429 for (unsigned i = 0, e = PInfo.size(); i != e; ++i) { in RemoveCachedNonLocalPointerDependencies() 1430 Instruction *Target = PInfo[i].getResult().getInst(); in RemoveCachedNonLocalPointerDependencies() 1433 assert(Target->getParent() == PInfo[i].getBB()); in RemoveCachedNonLocalPointerDependencies()
|
/external/llvm/lib/Target/ARM/ |
D | Thumb2SizeReduction.cpp | 992 const MBBInfo &PInfo = BlockInfo[Pred->getNumber()]; in ReduceMBB() local 993 if (!PInfo.Visited) { in ReduceMBB() 997 if (PInfo.HighLatencyCPSR) { in ReduceMBB()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | MemoryDependenceAnalysis.cpp | 1510 NonLocalDepInfo &PInfo = It->second.NonLocalDeps; in RemoveCachedNonLocalPointerDependencies() local 1512 for (unsigned i = 0, e = PInfo.size(); i != e; ++i) { in RemoveCachedNonLocalPointerDependencies() 1513 Instruction *Target = PInfo[i].getResult().getInst(); in RemoveCachedNonLocalPointerDependencies() 1516 assert(Target->getParent() == PInfo[i].getBB()); in RemoveCachedNonLocalPointerDependencies()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | MemoryDependenceAnalysis.cpp | 1490 NonLocalDepInfo &PInfo = It->second.NonLocalDeps; in RemoveCachedNonLocalPointerDependencies() local 1492 for (unsigned i = 0, e = PInfo.size(); i != e; ++i) { in RemoveCachedNonLocalPointerDependencies() 1493 Instruction *Target = PInfo[i].getResult().getInst(); in RemoveCachedNonLocalPointerDependencies() 1496 assert(Target->getParent() == PInfo[i].getBB()); in RemoveCachedNonLocalPointerDependencies()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | Thumb2SizeReduction.cpp | 1041 const MBBInfo &PInfo = BlockInfo[Pred->getNumber()]; in ReduceMBB() local 1042 if (!PInfo.Visited) { in ReduceMBB() 1046 if (PInfo.HighLatencyCPSR) { in ReduceMBB()
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | Thumb2SizeReduction.cpp | 1051 const MBBInfo &PInfo = BlockInfo[Pred->getNumber()]; in ReduceMBB() local 1052 if (!PInfo.Visited) { in ReduceMBB() 1056 if (PInfo.HighLatencyCPSR) { in ReduceMBB()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | MachineVerifier.cpp | 2366 BBInfo &PInfo = MBBInfoMap[Pred]; in calcRegsRequired() local 2367 if (PInfo.addRequired(MInfo.vregsLiveIn)) in calcRegsRequired() 2382 BBInfo &PInfo = MBBInfoMap[Pred]; in calcRegsRequired() local 2383 if (PInfo.addRequired(Reg)) in calcRegsRequired() 2520 BBInfo &PInfo = MBBInfoMap[Pred]; in visitMachineFunctionAfter() local 2521 if (!PInfo.regsLiveOut.count(LiveInReg)) { in visitMachineFunctionAfter()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineVerifier.cpp | 2175 BBInfo &PInfo = MBBInfoMap[*PrI]; in calcRegsRequired() local 2176 if (PInfo.addRequired(MInfo.vregsLiveIn)) in calcRegsRequired() 2317 BBInfo &PInfo = MBBInfoMap[Pred]; in visitMachineFunctionAfter() local 2318 if (!PInfo.regsLiveOut.count(LiveInReg)) { in visitMachineFunctionAfter()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIRegisterInfo.cpp | 710 MachinePointerInfo PInfo = BasePtrInfo.getWithOffset(EltSize * i); in buildSpillLoadStore() local 712 = MF->getMachineMemOperand(PInfo, MMO->getFlags(), in buildSpillLoadStore()
|
/external/llvm/lib/CodeGen/ |
D | MachineVerifier.cpp | 1428 BBInfo &PInfo = MBBInfoMap[*PrI]; in calcRegsRequired() local 1429 if (PInfo.addRequired(MInfo.vregsLiveIn)) in calcRegsRequired()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | SIRegisterInfo.cpp | 886 MachinePointerInfo PInfo = BasePtrInfo.getWithOffset(EltSize * i); in buildSpillLoadStore() local 888 MF->getMachineMemOperand(PInfo, MMO->getFlags(), EltSize, in buildSpillLoadStore()
|