Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DPredicateInfo.cpp107 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 …]
/third_party/json/benchmarks/thirdparty/benchmark/src/
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()
/third_party/benchmark/src/
Dsysinfo.cc325 using PInfo = SYSTEM_LOGICAL_PROCESSOR_INFORMATION; in GetCacheSizesWindows() typedef
328 using UPtr = std::unique_ptr<PInfo, decltype(&std::free)>; in GetCacheSizesWindows()
330 UPtr buff((PInfo*)malloc(buffer_size), &std::free); in GetCacheSizesWindows()
335 PInfo* it = buff.get(); in GetCacheSizesWindows()
336 PInfo* end = buff.get() + (buffer_size / sizeof(PInfo)); in GetCacheSizesWindows()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h288 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp1510 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp1041 const MBBInfo &PInfo = BlockInfo[Pred->getNumber()]; in ReduceMBB() local
1042 if (!PInfo.Visited) { in ReduceMBB()
1046 if (PInfo.HighLatencyCPSR) { in ReduceMBB()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineVerifier.cpp2175 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.cpp710 MachinePointerInfo PInfo = BasePtrInfo.getWithOffset(EltSize * i); in buildSpillLoadStore() local
712 = MF->getMachineMemOperand(PInfo, MMO->getFlags(), in buildSpillLoadStore()