/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MIRFormatter.h | 55 const PseudoSourceValue &PSV) const { in printCustomPseudoSourceValue() argument 56 PSV.printCustom(OS); in printCustomPseudoSourceValue() 62 const PseudoSourceValue *&PSV, ErrorCallbackType ErrorCallback) const { in parseCustomPseudoSourceValue() argument
|
D | PseudoSourceValue.h | 31 raw_ostream &operator<<(raw_ostream &OS, const PseudoSourceValue* PSV); 53 const PseudoSourceValue* PSV);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsDelaySlotFiller.cpp | 485 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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIMachineFunctionInfo.h | 878 auto PSV = BufferPSVs.try_emplace( 881 return PSV.first->second.get(); 887 auto PSV = ImagePSVs.try_emplace( 890 return PSV.first->second.get();
|
D | AMDGPUInstructionSelector.cpp | 2090 auto PSV = PtrInfo.V.dyn_cast<const PseudoSourceValue *>(); in isStackPtrRelative() local 2091 return PSV && PSV->isStack(); in isStackPtrRelative()
|
D | AMDGPUISelDAGToDAG.cpp | 1473 auto PSV = PtrInfo.V.dyn_cast<const PseudoSourceValue *>(); in isStackPtrRelative() local 1474 return PSV && PSV->isStack(); in isStackPtrRelative()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 501 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 …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ScheduleDAGInstrs.cpp | 137 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 <<()
|
D | ImplicitNullChecks.cpp | 345 if (const PseudoSourceValue *PSV = MMO2->getPseudoValue()) { in areMemoryOpsAliased() local 346 if (PSV->mayAlias(MFI)) in areMemoryOpsAliased()
|
D | MachineLICM.cpp | 934 if (const PseudoSourceValue *PSV = MemOp->getPseudoValue()) in mayLoadFromGOTOrConstantPool() local 935 if (PSV->isGOT() || PSV->isConstantPool()) in mayLoadFromGOTOrConstantPool()
|
D | TargetInstrInfo.cpp | 1158 const PseudoSourceValue *PSV = MMO->getPseudoValue(); in describeLoadedValue() local 1162 if (!PSV || PSV->mayAlias(&MFI)) in describeLoadedValue()
|
D | MachineVerifier.cpp | 1837 const PseudoSourceValue *PSV = MMO->getPseudoValue(); in visitMachineOperand() local 1838 if (PSV == nullptr) continue; in visitMachineOperand() 1840 dyn_cast<FixedStackPseudoSourceValue>(PSV); in visitMachineOperand()
|
D | MachineInstr.cpp | 1332 if (const PseudoSourceValue *PSV = MMO->getPseudoValue()) in isDereferenceableInvariantLoad() local 1333 if (PSV->isConstant(&MFI)) in isDereferenceableInvariantLoad()
|
/third_party/mesa3d/docs/relnotes/ |
D | 22.0.0.rst | 2230 - microsoft/compiler: Emit HS PSV validation and entrypoint metadata 2235 - microsoft/compiler: Add patch constant signature into PSV and as container blob 2242 - microsoft/compiler: Emit DS PSV validation and entrypoint metadata
|
D | 22.2.0.rst | 3186 - microsoft/compiler: DXIL validator 1.6 uses a new PSV struct version 3187 - microsoft/compiler: DXIL validator 1.6 uses a new PSV resource struct 3197 - microsoft/compiler: Fix PSV struct when numthreads is 0
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 67749 z>e)@w6!bL}_|u7`8K67k4U$S|GZTRQz0~^>NqwNx54r>38*6WAHty#<PSV`__;++z
|