Home
last modified time | relevance | path

Searched refs:isAliased (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp49 bool PseudoSourceValue::isAliased(const MachineFrameInfo *) const { in isAliased() function in PseudoSourceValue
64 bool FixedStackPseudoSourceValue::isAliased(const MachineFrameInfo *MFI) const { in isAliased() function in FixedStackPseudoSourceValue
89 bool CallEntryPseudoSourceValue::isAliased(const MachineFrameInfo *) const { in isAliased() function in CallEntryPseudoSourceValue
H A DScheduleDAGInstrs.cpp152 if (PSV->isAliased(&MFI)) in getUnderlyingObjectsForInstr()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h81 virtual bool isAliased(const MachineFrameInfo *) const;
103 bool isAliased(const MachineFrameInfo *MFI) const override; in classof()
118 bool isAliased(const MachineFrameInfo *) const override;
H A DMachineFrameInfo.h174 bool isAliased; member
189 Alloca(Alloca), isAliased(IsAliased) {} in SPOffset()
692 bool isAliased = false);
709 return Objects[ObjectIdx+NumFixedObjects].isAliased; in isAliasedObjectIndex()
716 Objects[ObjectIdx+NumFixedObjects].isAliased = IsAliased; in setIsAliasedObjectIndex()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h591 IsAliased_t isAliased,
597 return AggValueSlot(addr, quals, isDestructed, needsGC, isZeroed, isAliased,
603 NeedsGCBarriers_t needsGC, IsAliased_t isAliased,
607 isAliased, mayOverlap, isZeroed, isChecked);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp164 if (BasePointer != Other.getBasePointer() && !isAliased(Other, AA)) { in hasSpacialReuse()
220 if (BasePointer != Other.getBasePointer() && !isAliased(Other, AA)) { in hasTemporalReuse()
544 bool IndexedReference::isAliased(const IndexedReference &Other, in isAliased() function in IndexedReference
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h137 bool isAliased(const IndexedReference &Other, AAResults &AA) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h445 bool isAliased(const MachineFrameInfo *) const override { return true; } in isAliased() function
/freebsd/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/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp534 if (!PSV->isAliased(MFI)) in getUnderlyingObjects()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.h1524 && !MemOperand->getPseudoValue()->isAliased(MFI);
H A DInstrRefBasedImpl.cpp1995 if (PVal->isAliased(MFI)) in isSpillInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1447 bool isAliased(const MachineFrameInfo *) const override { in expandPostRAPseudo() function in HexagonInstrInfo::expandPostRAPseudo::CrashPseudoSourceValue
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3385 bool isAliased(const MemoryLocation &Loc1, Instruction *Inst1, in isAliased() function in llvm::slpvectorizer::BoUpSLP
14890 // SLP->isAliased (which is the expensive part in this loop). in calculateDependencies()
14898 SLP->isAliased(SrcLoc, SrcInst, DepDest->Inst)))) { in calculateDependencies()