/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MIRFormatter.h | 61 const PseudoSourceValue &PSV) const { in printCustomPseudoSourceValue() argument 68 const PseudoSourceValue *&PSV, ErrorCallbackType ErrorCallback) const { in parseCustomPseudoSourceValue() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUMIRFormatter.cpp | 22 parseCustomPseudoSourceValue(StringRef Src,MachineFunction & MF,PerFunctionMIParsingState & PFS,const PseudoSourceValue * & PSV,ErrorCallbackType ErrorCallback) const parseCustomPseudoSourceValue() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | DXContainerEmitter.cpp | 200 mcdxbc::PSVRuntimeInfo PSV; in writeParts() local [all...] |
H A D | DXContainerYAML.cpp | 119 mapping(IO & IO,DXContainerYAML::PSVInfo & PSV) mapping() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsDelaySlotFiller.cpp | 481 if (const PseudoSourceValue *PSV = hasHazard_() local 532 if (const PseudoSourceValue *PSV = MMO.getPseudoValue()) { getUnderlyingObjects() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ShrinkWrap.cpp | 313 if (const PseudoSourceValue *PSV = Op->getPseudoValue()) INITIALIZE_PASS_DEPENDENCY() local
|
H A D | ImplicitNullChecks.cpp | 349 if (const PseudoSourceValue *PSV = MMO2->getPseudoValue()) { in areMemoryOpsAliased() local
|
H A D | ScheduleDAGInstrs.cpp | 140 if (const PseudoSourceValue *PSV = MMO->getPseudoValue()) { in getUnderlyingObjectsForInstr() local 1033 operator <<(raw_ostream & OS,const PseudoSourceValue * PSV) operator <<() argument
|
H A D | MachineLICM.cpp | 927 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 | 1527 const PseudoSourceValue *PSV = MMO->getPseudoValue(); describeLoadedValue() local
|
H A D | MachineInstr.cpp | 1445 if (const PseudoSourceValue *PSV = MMO->getPseudoValue()) { isDereferenceableInvariantLoad() local
|
H A D | MachineVerifier.cpp | 2389 const PseudoSourceValue *PSV = MMO->getPseudoValue(); visitMachineOperand() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CallAndMessageChecker.cpp | 220 const SVal PSV = State->getSVal(SValMemRegion, C.getASTContext().CharTy); in uninitRefOrPointer() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
H A D | MIParser.cpp | 3207 parseMemoryPseudoSourceValue(const PseudoSourceValue * & PSV) parseMemoryPseudoSourceValue() argument 3283 const PseudoSourceValue *PSV = nullptr; parseMachinePointerInfo() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | Utils.cpp | 865 auto PSV = dyn_cast_if_present<const PseudoSourceValue *>(MPO.V); inferAlignFromPtrInfo() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelDAGToDAG.cpp | 1526 if (const PseudoSourceValue *PSV = MMO->getPseudoValue()) storeLoadIsAligned() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporter.cpp | 316 SVal PSV = N->getState()->getSVal(Reg->getRegion()); getMessage() local
|