Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsDelaySlotFiller.cpp422 if (const PseudoSourceValue *PSV = in hasHazard_() local
424 if (isa<FixedStackPseudoSourceValue>(PSV)) in hasHazard_()
426 return !PSV->isConstant(nullptr) && PSV != PseudoSourceValue::getStack(); in hasHazard_()
476 if (const PseudoSourceValue *PSV = in getUnderlyingObjects() local
478 if (!PSV->isAliased(MFI)) in getUnderlyingObjects()
480 Objects.push_back(PSV); in getUnderlyingObjects()
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILISelDAGToDAG.cpp278 const PseudoSourceValue *PSV = dyn_cast<PseudoSourceValue>(V); in isCPLoad() local
279 if (PSV && PSV == PseudoSourceValue::getConstantPool()) { in isCPLoad()
/external/llvm/lib/CodeGen/
DMachineLICM.cpp923 if (const PseudoSourceValue *PSV = (*I)->getPseudoValue()) { in isLoadFromGOTOrConstantPool() local
924 if (PSV == PSV->getGOT() || PSV == PSV->getConstantPool()) in isLoadFromGOTOrConstantPool()
DScheduleDAGInstrs.cpp144 if (const PseudoSourceValue *PSV = in getUnderlyingObjectsForInstr() local
149 if (!PSV->isAliased(MFI)) { in getUnderlyingObjectsForInstr()
150 bool MayAlias = PSV->mayAlias(MFI); in getUnderlyingObjectsForInstr()
151 Objects.push_back(UnderlyingObjectsVector::value_type(PSV, MayAlias)); in getUnderlyingObjectsForInstr()
DMachineInstr.cpp503 else if (const PseudoSourceValue *PSV = MMO.getPseudoValue()) in operator <<() local
504 PSV->printCustom(OS); in operator <<()
1428 if (const PseudoSourceValue *PSV = (*I)->getPseudoValue()) in isInvariantLoad() local
1429 if (PSV->isConstant(MFI)) in isInvariantLoad()
/external/clang/lib/StaticAnalyzer/Checkers/
DCallAndMessageChecker.cpp163 const SVal PSV = State->getSVal(SValMemRegion); in uninitRefOrPointer() local
164 if (PSV.isUndef()) { in uninitRefOrPointer()
/external/llvm/lib/Target/R600/
DAMDGPUISelDAGToDAG.cpp638 const PseudoSourceValue *PSV = MMO->getPseudoValue(); in isCPLoad() local
639 if (PSV && PSV == PseudoSourceValue::getConstantPool()) { in isCPLoad()
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp1155 SVal PSV = State->getSVal(Reg->getRegion()); in getMessage() local
1156 SymbolRef AS = PSV.getAsLocSymbol(); in getMessage()