Searched refs:mayAlias (Results 1 - 6 of 6) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h57 /// mayAlias - Return true if the memory pointed to by this
59 virtual bool mayAlias(const MachineFrameInfo *) const;
103 bool mayAlias(const MachineFrameInfo *) const override;
/external/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp97 bool PseudoSourceValue::mayAlias(const MachineFrameInfo *MFI) const { function in class:PseudoSourceValue
119 bool FixedStackPseudoSourceValue::mayAlias(const MachineFrameInfo *MFI) const { function in class:FixedStackPseudoSourceValue
H A DScheduleDAGInstrs.cpp150 bool MayAlias = PSV->mayAlias(MFI);
/external/llvm/lib/Target/Mips/
H A DMipsMachineFunction.h41 bool mayAlias(const MachineFrameInfo *) const override;
H A DMipsMachineFunction.cpp48 bool MipsCallEntry::mayAlias(const MachineFrameInfo *) const { function in class:MipsCallEntry
/external/clang/lib/CodeGen/
H A DCGExpr.cpp2551 bool mayAlias = rec->hasAttr<MayAliasAttr>(); local
2576 if (mayAlias)
2585 mayAlias = false;
2613 LV.setTBAABaseType(mayAlias ? getContext().CharTy : base.getTBAABaseType());
2614 LV.setTBAAOffset(mayAlias ? 0 : base.getTBAAOffset() +
2626 if (mayAlias && LV.getTBAAInfo())

Completed in 194 milliseconds