Searched defs:PInfo (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp931 const MBBInfo &PInfo = BlockInfo[(*I)->getNumber()]; local
932 if (!PInfo.Visited) {
936 if (PInfo.HighLatencyCPSR) {
/external/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp374 const SDNodeInfo &PInfo = CGP.getSDNodeInfo(Root->getOperator()); local
379 PInfo.getNumOperands() > 1 ||
380 PInfo.hasProperty(SDNPHasChain) ||
381 PInfo.hasProperty(SDNPInGlue) ||
382 PInfo.hasProperty(SDNPOptInGlue);
/external/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1188 BBInfo &PInfo = MBBInfoMap[*PrI]; local
1189 if (PInfo.addRequired(MInfo.vregsLiveIn))

Completed in 218 milliseconds