Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsDelaySlotFiller.cpp415 if (const PseudoSourceValue *PSV = in hasHazard_() local
417 if (isa<FixedStackPseudoSourceValue>(PSV)) in hasHazard_()
419 return !PSV->isConstant(nullptr) && PSV != PseudoSourceValue::getStack(); in hasHazard_()
468 if (const PseudoSourceValue *PSV = in getUnderlyingObjects() local
470 if (!PSV->isAliased(MFI)) in getUnderlyingObjects()
472 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/chromium_org/third_party/mesa/src/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.cpp886 if (const PseudoSourceValue *PSV = (*I)->getPseudoValue()) { in isLoadFromGOTOrConstantPool() local
887 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.cpp492 else if (const PseudoSourceValue *PSV = MMO.getPseudoValue()) in operator <<() local
493 PSV->printCustom(OS); in operator <<()
1374 if (const PseudoSourceValue *PSV = (*I)->getPseudoValue()) in isInvariantLoad() local
1375 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.cpp540 const PseudoSourceValue *PSV = MMO->getPseudoValue(); in isCPLoad() local
541 if (PSV && PSV == PseudoSourceValue::getConstantPool()) { in isCPLoad()
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp1152 SVal PSV = State->getSVal(Reg->getRegion()); in getMessage() local
1153 SymbolRef AS = PSV.getAsLocSymbol(); in getMessage()
/external/chromium_org/third_party/icu/
DREADME.chromium230 12. Apply the fix found with static analysis tools such as PSV and coverity