Home
last modified time | relevance | path

Searched defs:isAliased (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp48 bool PseudoSourceValue::isAliased(const MachineFrameInfo *) const { isAliased() function in PseudoSourceValue
63 bool FixedStackPseudoSourceValue::isAliased(const MachineFrameInfo *MFI) const { isAliased() function in FixedStackPseudoSourceValue
88 bool CallEntryPseudoSourceValue::isAliased(const MachineFrameInfo *) const { isAliased() function in CallEntryPseudoSourceValue
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.h56 bool isAliased(const MachineFrameInfo *) const override { in isAliased() function
75 bool isAliased(const MachineFrameInfo *) const override { in isAliased() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h467 bool isAliased(const MachineFrameInfo *) const override { return true; } isAliased() function
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp539 bool IndexedReference::isAliased(const IndexedReference &Other, isAliased() function in IndexedReference
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h174 bool isAliased; member
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1446 bool isAliased(const MachineFrameInfo *) const override { expandPostRAPseudo() function in HexagonInstrInfo::expandPostRAPseudo::CrashPseudoSourceValue
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2976 bool isAliased(const MemoryLocation &Loc1, Instruction *Inst1, isAliased() function in llvm::slpvectorizer::BoUpSLP