Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp50 bool PseudoSourceValue::isAliased(const MachineFrameInfo *) const { in isAliased() function in PseudoSourceValue
65 bool FixedStackPseudoSourceValue::isAliased(const MachineFrameInfo *MFI) const { in isAliased() function in FixedStackPseudoSourceValue
90 bool CallEntryPseudoSourceValue::isAliased(const MachineFrameInfo *) const { in isAliased() function in CallEntryPseudoSourceValue
/netbsd-src/external/bsd/nvi/dist/tcl_scripts/
H A Dmailprocs.tcl70 proc isAliased {target} { procedure
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.h52 bool isAliased(const MachineFrameInfo *) const override { in isAliased() function
96 bool isAliased(const MachineFrameInfo *) const override { in isAliased() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp463 bool IndexedReference::isAliased(const IndexedReference &Other, in isAliased() function in IndexedReference
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h175 bool isAliased; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1360 bool isAliased(const MachineFrameInfo *) const override { in expandPostRAPseudo() function in HexagonInstrInfo::expandPostRAPseudo::CrashPseudoSourceValue
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1943 bool isAliased(const MemoryLocation &Loc1, Instruction *Inst1, in isAliased() function in llvm::slpvectorizer::BoUpSLP