Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsDelaySlotFiller.cpp424 if (const PseudoSourceValue *PSV = dyn_cast<const PseudoSourceValue>(V)) in hasHazard_() local
425 return !PSV->PseudoSourceValue::isConstant(0) && in hasHazard_()
479 if (const PseudoSourceValue *PSV = dyn_cast<PseudoSourceValue>(*I)) { in getUnderlyingObjects() local
480 if (PSV->isAliased(MFI)) in getUnderlyingObjects()
/external/llvm/lib/CodeGen/
DMachineLICM.cpp883 if (const PseudoSourceValue *PSV = dyn_cast<PseudoSourceValue>(V)) in isLoadFromGOTOrConstantPool() local
884 if (PSV == PSV->getGOT() || PSV == PSV->getConstantPool()) in isLoadFromGOTOrConstantPool()
DScheduleDAGInstrs.cpp142 if (const PseudoSourceValue *PSV = dyn_cast<PseudoSourceValue>(V)) { in getUnderlyingObjectsForInstr() local
147 if (PSV->isAliased(MFI)) { in getUnderlyingObjectsForInstr()
152 MayAlias = PSV->mayAlias(MFI); in getUnderlyingObjectsForInstr()
475 if (const PseudoSourceValue *PSV = dyn_cast<PseudoSourceValue>(V)) { in isUnsafeMemoryObject() local
480 if (PSV->isAliased(MFI)) in isUnsafeMemoryObject()
DMachineInstr.cpp1332 if (const PseudoSourceValue *PSV = dyn_cast<PseudoSourceValue>(V)) in isInvariantLoad() local
1333 if (PSV->isConstant(MFI)) in isInvariantLoad()
/external/llvm/lib/Target/R600/
DAMDILISelDAGToDAG.cpp523 const PseudoSourceValue *PSV = dyn_cast<PseudoSourceValue>(V); in isCPLoad() local
524 if (PSV && PSV == PseudoSourceValue::getConstantPool()) { in isCPLoad()
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp1021 SVal PSV = State->getSVal(Reg->getRegion()); in getMessage() local
1022 SymbolRef AS = PSV.getAsLocSymbol(); in getMessage()