Home
last modified time | relevance | path

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

12

/external/libcxxabi/test/
Dunittest_demangle.pass.cpp18 PODSmallVector<int, 1> PSV; in testPODSmallVector() local
19 PSV.push_back(0); in testPODSmallVector()
20 PSV.push_back(1); in testPODSmallVector()
21 PSV.push_back(2); in testPODSmallVector()
22 PSV.push_back(3); in testPODSmallVector()
24 assert(PSV[i] == i); in testPODSmallVector()
25 PSV.pop_back(); in testPODSmallVector()
27 assert(PSV[i] == i); in testPODSmallVector()
28 PSV.pop_back(); in testPODSmallVector()
29 PSV.pop_back(); in testPODSmallVector()
[all …]
/external/cronet/buildtools/third_party/libc++abi/trunk/test/
Dunittest_demangle.pass.cpp17 PODSmallVector<int, 1> PSV; in testPODSmallVector() local
18 PSV.push_back(0); in testPODSmallVector()
19 PSV.push_back(1); in testPODSmallVector()
20 PSV.push_back(2); in testPODSmallVector()
21 PSV.push_back(3); in testPODSmallVector()
23 assert(PSV[i] == i); in testPODSmallVector()
24 PSV.pop_back(); in testPODSmallVector()
26 assert(PSV[i] == i); in testPODSmallVector()
27 PSV.pop_back(); in testPODSmallVector()
28 PSV.pop_back(); in testPODSmallVector()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMIRFormatter.h55 const PseudoSourceValue &PSV) const { in printCustomPseudoSourceValue() argument
56 PSV.printCustom(OS); in printCustomPseudoSourceValue()
62 const PseudoSourceValue *&PSV, ErrorCallbackType ErrorCallback) const { in parseCustomPseudoSourceValue() argument
DPseudoSourceValue.h31 raw_ostream &operator<<(raw_ostream &OS, const PseudoSourceValue* PSV);
53 const PseudoSourceValue* PSV);
/external/llvm/include/llvm/CodeGen/
DPseudoSourceValue.h31 raw_ostream &operator<<(raw_ostream &OS, const PseudoSourceValue* PSV);
51 const PseudoSourceValue* PSV);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsDelaySlotFiller.cpp485 if (const PseudoSourceValue *PSV = in hasHazard_() local
487 if (isa<FixedStackPseudoSourceValue>(PSV)) in hasHazard_()
489 return !PSV->isConstant(nullptr) && !PSV->isStack(); in hasHazard_()
536 if (const PseudoSourceValue *PSV = MMO.getPseudoValue()) { in getUnderlyingObjects() local
537 if (!PSV->isAliased(MFI)) in getUnderlyingObjects()
539 Objects.push_back(PSV); in getUnderlyingObjects()
/external/llvm/lib/Target/Mips/
DMipsDelaySlotFiller.cpp453 if (const PseudoSourceValue *PSV = in hasHazard_() local
455 if (isa<FixedStackPseudoSourceValue>(PSV)) in hasHazard_()
457 return !PSV->isConstant(nullptr) && !PSV->isStack(); in hasHazard_()
507 if (const PseudoSourceValue *PSV = in getUnderlyingObjects() local
509 if (!PSV->isAliased(MFI)) in getUnderlyingObjects()
511 Objects.push_back(PSV); in getUnderlyingObjects()
/external/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp169 bool parseMemoryPseudoSourceValue(const PseudoSourceValue *&PSV);
1679 bool MIParser::parseMemoryPseudoSourceValue(const PseudoSourceValue *&PSV) { in parseMemoryPseudoSourceValue() argument
1682 PSV = MF.getPSVManager().getStack(); in parseMemoryPseudoSourceValue()
1685 PSV = MF.getPSVManager().getGOT(); in parseMemoryPseudoSourceValue()
1688 PSV = MF.getPSVManager().getJumpTable(); in parseMemoryPseudoSourceValue()
1691 PSV = MF.getPSVManager().getConstantPool(); in parseMemoryPseudoSourceValue()
1697 PSV = MF.getPSVManager().getFixedStack(FI); in parseMemoryPseudoSourceValue()
1705 PSV = MF.getPSVManager().getFixedStack(FI); in parseMemoryPseudoSourceValue()
1717 PSV = MF.getPSVManager().getGlobalValueCallEntry(GV); in parseMemoryPseudoSourceValue()
1721 PSV = MF.getPSVManager().getExternalSymbolCallEntry( in parseMemoryPseudoSourceValue()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.h878 auto PSV = BufferPSVs.try_emplace(
881 return PSV.first->second.get();
887 auto PSV = ImagePSVs.try_emplace(
890 return PSV.first->second.get();
DAMDGPUInstructionSelector.cpp2090 auto PSV = PtrInfo.V.dyn_cast<const PseudoSourceValue *>(); in isStackPtrRelative() local
2091 return PSV && PSV->isStack(); in isStackPtrRelative()
DAMDGPUISelDAGToDAG.cpp1473 auto PSV = PtrInfo.V.dyn_cast<const PseudoSourceValue *>(); in isStackPtrRelative() local
1474 return PSV && PSV->isStack(); in isStackPtrRelative()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp501 bool parseMemoryPseudoSourceValue(const PseudoSourceValue *&PSV);
2814 bool MIParser::parseMemoryPseudoSourceValue(const PseudoSourceValue *&PSV) { in parseMemoryPseudoSourceValue() argument
2817 PSV = MF.getPSVManager().getStack(); in parseMemoryPseudoSourceValue()
2820 PSV = MF.getPSVManager().getGOT(); in parseMemoryPseudoSourceValue()
2823 PSV = MF.getPSVManager().getJumpTable(); in parseMemoryPseudoSourceValue()
2826 PSV = MF.getPSVManager().getConstantPool(); in parseMemoryPseudoSourceValue()
2832 PSV = MF.getPSVManager().getFixedStack(FI); in parseMemoryPseudoSourceValue()
2840 PSV = MF.getPSVManager().getFixedStack(FI); in parseMemoryPseudoSourceValue()
2852 PSV = MF.getPSVManager().getGlobalValueCallEntry(GV); in parseMemoryPseudoSourceValue()
2856 PSV = MF.getPSVManager().getExternalSymbolCallEntry( in parseMemoryPseudoSourceValue()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp137 if (const PseudoSourceValue *PSV = MMO->getPseudoValue()) { in getUnderlyingObjectsForInstr() local
149 if (PSV->isAliased(&MFI)) in getUnderlyingObjectsForInstr()
152 bool MayAlias = PSV->mayAlias(&MFI); in getUnderlyingObjectsForInstr()
153 Objects.push_back(UnderlyingObjectsVector::value_type(PSV, MayAlias)); in getUnderlyingObjectsForInstr()
1021 raw_ostream &llvm::operator<<(raw_ostream &OS, const PseudoSourceValue* PSV) { in operator <<() argument
1022 PSV->printCustom(OS); in operator <<()
DImplicitNullChecks.cpp345 if (const PseudoSourceValue *PSV = MMO2->getPseudoValue()) { in areMemoryOpsAliased() local
346 if (PSV->mayAlias(MFI)) in areMemoryOpsAliased()
DMachineLICM.cpp934 if (const PseudoSourceValue *PSV = MemOp->getPseudoValue()) in mayLoadFromGOTOrConstantPool() local
935 if (PSV->isGOT() || PSV->isConstantPool()) in mayLoadFromGOTOrConstantPool()
DTargetInstrInfo.cpp1158 const PseudoSourceValue *PSV = MMO->getPseudoValue(); in describeLoadedValue() local
1162 if (!PSV || PSV->mayAlias(&MFI)) in describeLoadedValue()
DMachineVerifier.cpp1837 const PseudoSourceValue *PSV = MMO->getPseudoValue(); in visitMachineOperand() local
1838 if (PSV == nullptr) continue; in visitMachineOperand()
1840 dyn_cast<FixedStackPseudoSourceValue>(PSV); in visitMachineOperand()
DMachineInstr.cpp1332 if (const PseudoSourceValue *PSV = MMO->getPseudoValue()) in isDereferenceableInvariantLoad() local
1333 if (PSV->isConstant(&MFI)) in isDereferenceableInvariantLoad()
/external/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp175 if (const PseudoSourceValue *PSV = MMO->getPseudoValue()) { in getUnderlyingObjectsForInstr() local
187 if (PSV->isAliased(MFI)) in getUnderlyingObjectsForInstr()
190 bool MayAlias = PSV->mayAlias(MFI); in getUnderlyingObjectsForInstr()
191 Objects.push_back(UnderlyingObjectsVector::value_type(PSV, MayAlias)); in getUnderlyingObjectsForInstr()
1119 raw_ostream &llvm::operator<<(raw_ostream &OS, const PseudoSourceValue* PSV) { in operator <<() argument
1120 PSV->printCustom(OS); in operator <<()
DMachineLICM.cpp848 if (const PseudoSourceValue *PSV = MemOp->getPseudoValue()) in mayLoadFromGOTOrConstantPool() local
849 if (PSV->isGOT() || PSV->isConstantPool()) in mayLoadFromGOTOrConstantPool()
DMachineInstr.cpp565 else if (const PseudoSourceValue *PSV = getPseudoValue()) in print() local
566 PSV->printCustom(OS); in print()
1587 if (const PseudoSourceValue *PSV = MMO->getPseudoValue()) in isInvariantLoad() local
1588 if (PSV->isConstant(MFI)) in isInvariantLoad()
DMachineVerifier.cpp1078 const PseudoSourceValue *PSV = MMO->getPseudoValue(); in visitMachineOperand() local
1079 if (PSV == nullptr) continue; in visitMachineOperand()
1081 dyn_cast<FixedStackPseudoSourceValue>(PSV); in visitMachineOperand()
/external/clang/lib/StaticAnalyzer/Checkers/
DCallAndMessageChecker.cpp170 const SVal PSV = State->getSVal(SValMemRegion); in uninitRefOrPointer() local
171 if (PSV.isUndef()) { in uninitRefOrPointer()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp144 auto PSV = MPI.V.get<const PseudoSourceValue *>(); in Query() local
146 dyn_cast<ExternalSymbolPseudoSourceValue>(PSV)) in Query()
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp1147 SVal PSV = State->getSVal(Reg->getRegion()); in getMessage() local
1148 SymbolRef AS = PSV.getAsLocSymbol(); in getMessage()

12