Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DConsumed.cpp445 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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DPredicateInfo.cpp108 PredicateBase *PInfo = nullptr; member
164 return ::getBlockEdge(VD.PInfo); in getBlockEdge()
186 assert(VD.PInfo && in getMiddleDef()
188 assert(isa<PredicateAssume>(VD.PInfo) && in getMiddleDef()
190 return cast<PredicateAssume>(VD.PInfo)->AssumeInst; in getMiddleDef()
243 if (EdgePred != getBranchBlock(Stack.back().PInfo)) in stackIsInScope()
247 return DT.dominates(getBlockEdge(Stack.back().PInfo), *VDUse.U); in stackIsInScope()
517 auto *ValInfo = Result.PInfo; in materializeStack()
598 VD.PInfo = PossibleCopy; in renameUses()
611 VD.PInfo = PossibleCopy; in renameUses()
[all …]
/external/libcxx/utils/google-benchmark/src/
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()
/external/google-benchmark/src/
Dsysinfo.cc320 using PInfo = SYSTEM_LOGICAL_PROCESSOR_INFORMATION; in GetCacheSizesWindows() typedef
323 using UPtr = std::unique_ptr<PInfo, decltype(&std::free)>; in GetCacheSizesWindows()
325 UPtr buff((PInfo*)malloc(buffer_size), &std::free); in GetCacheSizesWindows()
330 PInfo* it = buff.get(); in GetCacheSizesWindows()
331 PInfo* end = buff.get() + (buffer_size / sizeof(PInfo)); in GetCacheSizesWindows()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DDAGISelMatcherGen.cpp364 const SDNodeInfo &PInfo = CGP.getSDNodeInfo(Root->getOperator()); in EmitOperatorMatchCode() local
369 PInfo.getNumOperands() > 1 || in EmitOperatorMatchCode()
370 PInfo.hasProperty(SDNPHasChain) || in EmitOperatorMatchCode()
371 PInfo.hasProperty(SDNPInGlue) || in EmitOperatorMatchCode()
372 PInfo.hasProperty(SDNPOptInGlue); in EmitOperatorMatchCode()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DDAGISelMatcherGen.cpp402 const SDNodeInfo &PInfo = CGP.getSDNodeInfo(Root->getOperator()); in EmitOperatorMatchCode() local
407 PInfo.getNumOperands() > 1 || in EmitOperatorMatchCode()
408 PInfo.hasProperty(SDNPHasChain) || in EmitOperatorMatchCode()
409 PInfo.hasProperty(SDNPInGlue) || in EmitOperatorMatchCode()
410 PInfo.hasProperty(SDNPOptInGlue); in EmitOperatorMatchCode()
/external/llvm/utils/TableGen/
DDAGISelMatcherGen.cpp399 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/swiftshader/third_party/LLVM/lib/Analysis/
DMemoryDependenceAnalysis.cpp1221 NonLocalDepInfo &PInfo = It->second.NonLocalDeps; in RemoveCachedNonLocalPointerDependencies() local
1223 for (unsigned i = 0, e = PInfo.size(); i != e; ++i) { in RemoveCachedNonLocalPointerDependencies()
1224 Instruction *Target = PInfo[i].getResult().getInst(); in RemoveCachedNonLocalPointerDependencies()
1226 assert(Target->getParent() == PInfo[i].getBB()); in RemoveCachedNonLocalPointerDependencies()
/external/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp1427 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/
DThumb2SizeReduction.cpp992 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-7.0/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp1493 NonLocalDepInfo &PInfo = It->second.NonLocalDeps; in RemoveCachedNonLocalPointerDependencies() local
1495 for (unsigned i = 0, e = PInfo.size(); i != e; ++i) { in RemoveCachedNonLocalPointerDependencies()
1496 Instruction *Target = PInfo[i].getResult().getInst(); in RemoveCachedNonLocalPointerDependencies()
1499 assert(Target->getParent() == PInfo[i].getBB()); in RemoveCachedNonLocalPointerDependencies()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp1016 const MBBInfo &PInfo = BlockInfo[Pred->getNumber()]; in ReduceMBB() local
1017 if (!PInfo.Visited) { in ReduceMBB()
1021 if (PInfo.HighLatencyCPSR) { in ReduceMBB()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineVerifier.cpp902 BBInfo &PInfo = MBBInfoMap[*PrI]; in calcRegsRequired() local
903 if (PInfo.addRequired(MInfo.vregsLiveIn)) in calcRegsRequired()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.cpp596 MachinePointerInfo PInfo = BasePtrInfo.getWithOffset(EltSize * i); in buildSpillLoadStore() local
598 = MF->getMachineMemOperand(PInfo, MMO->getFlags(), in buildSpillLoadStore()
/external/llvm/lib/CodeGen/
DMachineVerifier.cpp1428 BBInfo &PInfo = MBBInfoMap[*PrI]; in calcRegsRequired() local
1429 if (PInfo.addRequired(MInfo.vregsLiveIn)) in calcRegsRequired()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineVerifier.cpp1691 BBInfo &PInfo = MBBInfoMap[*PrI]; in calcRegsRequired() local
1692 if (PInfo.addRequired(MInfo.vregsLiveIn)) in calcRegsRequired()