Searched refs:isAliased (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp50 bool PseudoSourceValue::isAliased(const MachineFrameInfo *) const { function in class:PseudoSourceValue
65 bool FixedStackPseudoSourceValue::isAliased(const MachineFrameInfo *MFI) const { function in class:FixedStackPseudoSourceValue
90 bool CallEntryPseudoSourceValue::isAliased(const MachineFrameInfo *) const { function in class:CallEntryPseudoSourceValue
H A DScheduleDAGInstrs.cpp149 if (PSV->isAliased(&MFI))
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h86 virtual bool isAliased(const MachineFrameInfo *) const;
108 bool isAliased(const MachineFrameInfo *MFI) const override;
123 bool isAliased(const MachineFrameInfo *) const override;
H A DMachineFrameInfo.h174 bool isAliased; member in struct:llvm::MachineFrameInfo::StackObject
189 Alloca(Alloca), isAliased(IsAliased), SSPLayout(SSPLK_None) {}
649 bool isAliased = false);
666 return Objects[ObjectIdx+NumFixedObjects].isAliased;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h121 bool isAliased(const IndexedReference &Other, AliasAnalysis &AA) const;
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h520 IsAliased_t isAliased,
536 AV.AliasedFlag = isAliased;
544 NeedsGCBarriers_t needsGC, IsAliased_t isAliased,
548 isAliased, mayOverlap, isZeroed, isChecked);
516 forAddr(Address addr, Qualifiers quals, IsDestructed_t isDestructed, NeedsGCBarriers_t needsGC, IsAliased_t isAliased, Overlap_t mayOverlap, IsZeroed_t isZeroed = IsNotZeroed, IsSanitizerChecked_t isChecked = IsNotSanitizerChecked) argument
543 forLValue(const LValue &LV, CodeGenFunction &CGF, IsDestructed_t isDestructed, NeedsGCBarriers_t needsGC, IsAliased_t isAliased, Overlap_t mayOverlap, IsZeroed_t isZeroed = IsNotZeroed, IsSanitizerChecked_t isChecked = IsNotSanitizerChecked) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp146 if (BasePointer != Other.getBasePointer() && !isAliased(Other, AA)) {
203 if (BasePointer != Other.getBasePointer() && !isAliased(Other, AA)) {
437 bool IndexedReference::isAliased(const IndexedReference &Other,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.h62 bool isAliased(const MachineFrameInfo *) const override {
102 bool isAliased(const MachineFrameInfo *) const override {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp537 if (!PSV->isAliased(MFI))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1731 bool isAliased(const MemoryLocation &Loc1, Instruction *Inst1, function in namespace:llvm::slpvectorizer
5132 // SLP->isAliased (which is the expensive part in this loop).
5140 SLP->isAliased(SrcLoc, SrcInst, DepDest->Inst)))) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1338 bool isAliased(const MachineFrameInfo *) const override {

Completed in 343 milliseconds