HomeSort by relevance Sort by last modified time
    Searched refs:PInfo (Results 1 - 11 of 11) 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/abi-compliance-checker/modules/Internals/
XmlDump.pm 503 my %PInfo = ();
505 $PInfo{"type"} = $Tid;
507 $TInfo{"Param"}{$Pos++} = \%PInfo;
603 my %PInfo = ();
605 $PInfo{"name"} = $PName;
608 $PInfo{"type"} = $PTid;
612 $PInfo{"default"} = $Default;
615 $PInfo{"algn"} = $Align;
620 $PInfo{"reg"} = 1;
623 $SInfo{"Param"}{$Pos++} = \%PInfo;
    [all...]
  /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/abi-dumper/
abi-dumper.pl     [all...]
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
MemoryDependenceAnalysis.cpp     [all...]
  /external/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/llvm/lib/CodeGen/
MachineVerifier.cpp     [all...]
  /external/abi-compliance-checker/
abi-compliance-checker.pl     [all...]

Completed in 314 milliseconds