HomeSort by relevance Sort by last modified time
    Searched refs:PInfo (Results 1 - 16 of 16) sorted by null

  /external/clang/lib/Analysis/
Consumed.cpp 445 setStateForVarOrTmp(ConsumedStateMap *StateMap, const PropagationInfo &PInfo,
448 assert(PInfo.isVar() || PInfo.isTmp());
450 if (PInfo.isVar())
451 StateMap->setState(PInfo.getVar(), State);
453 StateMap->setState(PInfo.getTmp(), State);
491 void checkCallability(const PropagationInfo &PInfo,
545 PropagationInfo& PInfo = Entry->second;
546 ConsumedState CS = PInfo.getAsState(StateMap);
549 if (NS != CS_None && PInfo.isPointerToValue()
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
PredicateInfo.cpp 107 // Neither PInfo nor EdgeOnly participate in the ordering
108 PredicateBase *PInfo = nullptr;
164 return ::getBlockEdge(VD.PInfo);
186 assert(VD.PInfo &&
188 assert(isa<PredicateAssume>(VD.PInfo) &&
190 return cast<PredicateAssume>(VD.PInfo)->AssumeInst;
243 if (EdgePred != getBranchBlock(Stack.back().PInfo))
247 return DT.dominates(getBlockEdge(Stack.back().PInfo), *VDUse.U);
517 auto *ValInfo = Result.PInfo;
598 VD.PInfo = PossibleCopy
    [all...]
  /external/google-benchmark/src/
sysinfo.cc 320 using PInfo = SYSTEM_LOGICAL_PROCESSOR_INFORMATION;
323 using UPtr = std::unique_ptr<PInfo, decltype(&std::free)>;
325 UPtr buff((PInfo*)malloc(buffer_size), &std::free);
330 PInfo* it = buff.get();
331 PInfo* end = buff.get() + (buffer_size / sizeof(PInfo));
  /external/libcxx/utils/google-benchmark/src/
sysinfo.cc 314 using PInfo = SYSTEM_LOGICAL_PROCESSOR_INFORMATION;
317 using UPtr = std::unique_ptr<PInfo, decltype(&std::free)>;
319 UPtr buff((PInfo*)malloc(buffer_size), &std::free);
324 PInfo* it = buff.get();
325 PInfo* end = buff.get() + (buffer_size / sizeof(PInfo));
  /external/llvm/utils/TableGen/
DAGISelMatcherGen.cpp 399 const SDNodeInfo &PInfo = CGP.getSDNodeInfo(Root->getOperator());
404 PInfo.getNumOperands() > 1 ||
405 PInfo.hasProperty(SDNPHasChain) ||
406 PInfo.hasProperty(SDNPInGlue) ||
407 PInfo.hasProperty(SDNPOptInGlue);
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
DAGISelMatcherGen.cpp 364 const SDNodeInfo &PInfo = CGP.getSDNodeInfo(Root->getOperator());
369 PInfo.getNumOperands() > 1 ||
370 PInfo.hasProperty(SDNPHasChain) ||
371 PInfo.hasProperty(SDNPInGlue) ||
372 PInfo.hasProperty(SDNPOptInGlue);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DAGISelMatcherGen.cpp 402 const SDNodeInfo &PInfo = CGP.getSDNodeInfo(Root->getOperator());
407 PInfo.getNumOperands() > 1 ||
408 PInfo.hasProperty(SDNPHasChain) ||
409 PInfo.hasProperty(SDNPInGlue) ||
410 PInfo.hasProperty(SDNPOptInGlue);
    [all...]
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
MemoryDependenceAnalysis.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp     [all...]
  /external/llvm/lib/Target/ARM/
Thumb2SizeReduction.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
Thumb2SizeReduction.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineVerifier.cpp 902 BBInfo &PInfo = MBBInfoMap[*PrI];
903 if (PInfo.addRequired(MInfo.vregsLiveIn))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIRegisterInfo.cpp 596 MachinePointerInfo PInfo = BasePtrInfo.getWithOffset(EltSize * i);
598 = MF->getMachineMemOperand(PInfo, MMO->getFlags(),
    [all...]
  /external/llvm/lib/CodeGen/
MachineVerifier.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineVerifier.cpp     [all...]

Completed in 729 milliseconds