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

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

Completed in 281 milliseconds