/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | PseudoSourceValue.cpp | 49 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 D | ScheduleDAGInstrs.cpp | 152 if (PSV->isAliased(&MFI)) in getUnderlyingObjectsForInstr()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | PseudoSourceValue.h | 81 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 D | MachineFrameInfo.h | 174 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 D | CGValue.h | 591 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 D | LoopCacheAnalysis.cpp | 164 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 D | LoopCacheAnalysis.h | 137 bool isAliased(const IndexedReference &Other, AAResults &AA) const;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64Subtarget.h | 445 bool isAliased(const MachineFrameInfo *) const override { return true; } in isAliased() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIMachineFunctionInfo.h | 56 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 D | MipsDelaySlotFiller.cpp | 534 if (!PSV->isAliased(MFI)) in getUnderlyingObjects()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.h | 1524 && !MemOperand->getPseudoValue()->isAliased(MFI);
|
H A D | InstrRefBasedImpl.cpp | 1995 if (PVal->isAliased(MFI)) in isSpillInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonInstrInfo.cpp | 1447 bool isAliased(const MachineFrameInfo *) const override { in expandPostRAPseudo() function in HexagonInstrInfo::expandPostRAPseudo::CrashPseudoSourceValue
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 3385 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()
|