Home
last modified time | relevance | path

Searched refs:PSV (Results 1 – 25 of 45) 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/llvm-project/libcxxabi/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-project/llvm/include/llvm/CodeGen/
DMIRFormatter.h59 const PseudoSourceValue &PSV) const { in printCustomPseudoSourceValue() argument
60 PSV.printCustom(OS); in printCustomPseudoSourceValue()
66 const PseudoSourceValue *&PSV, ErrorCallbackType ErrorCallback) const { in parseCustomPseudoSourceValue() argument
DPseudoSourceValue.h30 raw_ostream &operator<<(raw_ostream &OS, const PseudoSourceValue* PSV);
52 const PseudoSourceValue* PSV);
/external/llvm/include/llvm/CodeGen/
DPseudoSourceValue.h31 raw_ostream &operator<<(raw_ostream &OS, const PseudoSourceValue* PSV);
51 const PseudoSourceValue* PSV);
/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-project/llvm/lib/Target/Mips/
DMipsDelaySlotFiller.cpp484 if (const PseudoSourceValue *PSV = in hasHazard_() local
486 if (isa<FixedStackPseudoSourceValue>(PSV)) in hasHazard_()
488 return !PSV->isConstant(nullptr) && !PSV->isStack(); in hasHazard_()
535 if (const PseudoSourceValue *PSV = MMO.getPseudoValue()) { in getUnderlyingObjects() local
536 if (!PSV->isAliased(MFI)) in getUnderlyingObjects()
538 Objects.push_back(PSV); in getUnderlyingObjects()
/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/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();
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.h896 auto PSV = BufferPSVs.try_emplace(
899 return PSV.first->second.get();
905 auto PSV = ImagePSVs.try_emplace(
908 return PSV.first->second.get();
/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/llvm-project/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp138 if (const PseudoSourceValue *PSV = MMO->getPseudoValue()) { in getUnderlyingObjectsForInstr() local
150 if (PSV->isAliased(&MFI)) in getUnderlyingObjectsForInstr()
153 bool MayAlias = PSV->mayAlias(&MFI); in getUnderlyingObjectsForInstr()
154 Objects.push_back(UnderlyingObjectsVector::value_type(PSV, MayAlias)); in getUnderlyingObjectsForInstr()
1025 raw_ostream &llvm::operator<<(raw_ostream &OS, const PseudoSourceValue* PSV) { in operator <<() argument
1026 PSV->printCustom(OS); in operator <<()
DImplicitNullChecks.cpp351 if (const PseudoSourceValue *PSV = MMO2->getPseudoValue()) { in areMemoryOpsAliased() local
352 if (PSV->mayAlias(MFI)) in areMemoryOpsAliased()
/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()
/external/llvm-project/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp502 bool parseMemoryPseudoSourceValue(const PseudoSourceValue *&PSV);
2866 bool MIParser::parseMemoryPseudoSourceValue(const PseudoSourceValue *&PSV) { in parseMemoryPseudoSourceValue() argument
2869 PSV = MF.getPSVManager().getStack(); in parseMemoryPseudoSourceValue()
2872 PSV = MF.getPSVManager().getGOT(); in parseMemoryPseudoSourceValue()
2875 PSV = MF.getPSVManager().getJumpTable(); in parseMemoryPseudoSourceValue()
2878 PSV = MF.getPSVManager().getConstantPool(); in parseMemoryPseudoSourceValue()
2884 PSV = MF.getPSVManager().getFixedStack(FI); in parseMemoryPseudoSourceValue()
2892 PSV = MF.getPSVManager().getFixedStack(FI); in parseMemoryPseudoSourceValue()
2904 PSV = MF.getPSVManager().getGlobalValueCallEntry(GV); in parseMemoryPseudoSourceValue()
2908 PSV = MF.getPSVManager().getExternalSymbolCallEntry( in parseMemoryPseudoSourceValue()
[all …]
/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()
/external/clang/lib/StaticAnalyzer/Checkers/
DCallAndMessageChecker.cpp170 const SVal PSV = State->getSVal(SValMemRegion); in uninitRefOrPointer() local
171 if (PSV.isUndef()) { in uninitRefOrPointer()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DCallAndMessageChecker.cpp221 const SVal PSV = State->getSVal(SValMemRegion, C.getASTContext().CharTy); in uninitRefOrPointer() local
222 if (PSV.isUndef()) { in uninitRefOrPointer()
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DUtils.cpp489 auto PSV = MPO.V.dyn_cast<const PseudoSourceValue *>(); in inferAlignFromPtrInfo() local
490 if (auto FSPV = dyn_cast_or_null<FixedStackPseudoSourceValue>(PSV)) { in inferAlignFromPtrInfo()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp144 auto PSV = MPI.V.get<const PseudoSourceValue *>(); in Query() local
146 dyn_cast<ExternalSymbolPseudoSourceValue>(PSV)) in Query()

12