Home
last modified time | relevance | path

Searched defs:PSV (Results 1 – 21 of 21) sorted by relevance

/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRFormatter.h61 const PseudoSourceValue &PSV) const { in printCustomPseudoSourceValue()
68 const PseudoSourceValue *&PSV, ErrorCallbackType ErrorCallback) const { in parseCustomPseudoSourceValue()
/llvm-project/libcxxabi/test/
H A Dunittest_demangle.pass.cpp19 itanium_demangle::PODSmallVector<int, 1> PSV; in testPODSmallVector() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMIRFormatter.cpp173 parseCustomPseudoSourceValue(StringRef Src,MachineFunction & MF,PerFunctionMIParsingState & PFS,const PseudoSourceValue * & PSV,ErrorCallbackType ErrorCallback) const parseCustomPseudoSourceValue() argument
/llvm-project/llvm/lib/Target/DirectX/
H A DDXContainerGlobals.cpp145 PSVRuntimeInfo PSV; addPipelineStateValidationInfo() local
[all...]
/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerEmitter.cpp200 mcdxbc::PSVRuntimeInfo PSV; in writeParts() local
H A DDXContainerYAML.cpp130 IO &IO, DXContainerYAML::PSVInfo &PSV) { in mapping() argument
[all...]
/llvm-project/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp533 if (!PSV->isAliased(MFI)) in getUnderlyingObjects() local
482 if (const PseudoSourceValue *PSV = hasHazard_() local
/llvm-project/llvm/lib/CodeGen/
H A DImplicitNullChecks.cpp349 if (const PseudoSourceValue *PSV = MMO2->getPseudoValue()) { in areMemoryOpsAliased() local
H A DShrinkWrap.cpp315 return PSV->isJumpTable(); in INITIALIZE_PASS_DEPENDENCY() local
H A DScheduleDAGInstrs.cpp140 if (const PseudoSourceValue *PSV = MMO->getPseudoValue()) { getUnderlyingObjectsForInstr() local
1035 operator <<(raw_ostream & OS,const PseudoSourceValue * PSV) operator <<() argument
H A DMachineLICM.cpp996 if (const PseudoSourceValue *PSV = MemOp->getPseudoValue()) mayLoadFromGOTOrConstantPool() local
H A DMachineSink.cpp657 if (const PseudoSourceValue *PSV = MemOp->getPseudoValue()) mayLoadFromGOTOrConstantPool() local
H A DTargetInstrInfo.cpp1586 const PseudoSourceValue *PSV = MMO->getPseudoValue(); describeLoadedValue() local
H A DMachineInstr.cpp1504 if (const PseudoSourceValue *PSV = MMO->getPseudoValue()) { isDereferenceableInvariantLoad() local
H A DMachineVerifier.cpp2614 const PseudoSourceValue *PSV = MMO->getPseudoValue(); visitMachineOperand() local
/llvm-project/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp186 if (const PseudoSourceValue *PSV = cloneMemOperands() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp220 const SVal PSV = State->getSVal(SValMemRegion, C.getASTContext().CharTy); in uninitRefOrPointer() local
/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp3217 parseMemoryPseudoSourceValue(const PseudoSourceValue * & PSV) parseMemoryPseudoSourceValue() argument
3293 const PseudoSourceValue *PSV = nullptr; parseMachinePointerInfo() local
[all...]
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp882 auto PSV = dyn_cast_if_present<const PseudoSourceValue *>(MPO.V); inferAlignFromPtrInfo() local
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1543 if (const PseudoSourceValue *PSV = MMO->getPseudoValue()) storeLoadIsAligned() local
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp326 SVal PSV = N->getState()->getSVal(Reg->getRegion()); in getMessage() local