/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MIRFormatter.h | 61 const PseudoSourceValue &PSV) const { in printCustomPseudoSourceValue() 68 const PseudoSourceValue *&PSV, ErrorCallbackType ErrorCallback) const { in parseCustomPseudoSourceValue()
|
/llvm-project/libcxxabi/test/ |
H A D | unittest_demangle.pass.cpp | 19 itanium_demangle::PODSmallVector<int, 1> PSV; in testPODSmallVector() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUMIRFormatter.cpp | 173 parseCustomPseudoSourceValue(StringRef Src,MachineFunction & MF,PerFunctionMIParsingState & PFS,const PseudoSourceValue * & PSV,ErrorCallbackType ErrorCallback) const parseCustomPseudoSourceValue() argument
|
/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXContainerGlobals.cpp | 145 PSVRuntimeInfo PSV; addPipelineStateValidationInfo() local [all...] |
/llvm-project/llvm/lib/ObjectYAML/ |
H A D | DXContainerEmitter.cpp | 200 mcdxbc::PSVRuntimeInfo PSV; in writeParts() local
|
H A D | DXContainerYAML.cpp | 130 IO &IO, DXContainerYAML::PSVInfo &PSV) { in mapping() argument [all...] |
/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsDelaySlotFiller.cpp | 533 if (!PSV->isAliased(MFI)) in getUnderlyingObjects() local 482 if (const PseudoSourceValue *PSV = hasHazard_() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | ImplicitNullChecks.cpp | 349 if (const PseudoSourceValue *PSV = MMO2->getPseudoValue()) { in areMemoryOpsAliased() local
|
H A D | ShrinkWrap.cpp | 315 return PSV->isJumpTable(); in INITIALIZE_PASS_DEPENDENCY() local
|
H A D | ScheduleDAGInstrs.cpp | 140 if (const PseudoSourceValue *PSV = MMO->getPseudoValue()) { getUnderlyingObjectsForInstr() local 1035 operator <<(raw_ostream & OS,const PseudoSourceValue * PSV) operator <<() argument
|
H A D | MachineLICM.cpp | 996 if (const PseudoSourceValue *PSV = MemOp->getPseudoValue()) mayLoadFromGOTOrConstantPool() local
|
H A D | MachineSink.cpp | 657 if (const PseudoSourceValue *PSV = MemOp->getPseudoValue()) mayLoadFromGOTOrConstantPool() local
|
H A D | TargetInstrInfo.cpp | 1586 const PseudoSourceValue *PSV = MMO->getPseudoValue(); describeLoadedValue() local
|
H A D | MachineInstr.cpp | 1504 if (const PseudoSourceValue *PSV = MMO->getPseudoValue()) { isDereferenceableInvariantLoad() local
|
H A D | MachineVerifier.cpp | 2614 const PseudoSourceValue *PSV = MMO->getPseudoValue(); visitMachineOperand() local
|
/llvm-project/llvm/tools/llvm-reduce/ |
H A D | ReducerWorkItem.cpp | 186 if (const PseudoSourceValue *PSV = cloneMemOperands() local
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CallAndMessageChecker.cpp | 220 const SVal PSV = State->getSVal(SValMemRegion, C.getASTContext().CharTy); in uninitRefOrPointer() local
|
/llvm-project/llvm/lib/CodeGen/MIRParser/ |
H A D | MIParser.cpp | 3217 parseMemoryPseudoSourceValue(const PseudoSourceValue * & PSV) parseMemoryPseudoSourceValue() argument 3293 const PseudoSourceValue *PSV = nullptr; parseMachinePointerInfo() local [all...] |
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | Utils.cpp | 882 auto PSV = dyn_cast_if_present<const PseudoSourceValue *>(MPO.V); inferAlignFromPtrInfo() local
|
/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelDAGToDAG.cpp | 1543 if (const PseudoSourceValue *PSV = MMO->getPseudoValue()) storeLoadIsAligned() local
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporter.cpp | 326 SVal PSV = N->getState()->getSVal(Reg->getRegion()); in getMessage() local
|