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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DPseudoSourceValue.h46 /// mayAlias - Return true if the memory pointed to by this
48 virtual bool mayAlias(const MachineFrameInfo *) const;
104 virtual bool mayAlias(const MachineFrameInfo *) const;
/external/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h81 virtual bool mayAlias(const MachineFrameInfo *) const;
101 bool mayAlias(const MachineFrameInfo *) const override;
115 bool mayAlias(const MachineFrameInfo *) const override;
H A DScheduleDAGInstrs.h94 bool mayAlias() const { return getInt(); } function in struct:llvm::UnderlyingObject
/external/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp49 bool PseudoSourceValue::mayAlias(const MachineFrameInfo *) const { function in class:PseudoSourceValue
64 bool FixedStackPseudoSourceValue::mayAlias(const MachineFrameInfo *MFI) const { function in class:FixedStackPseudoSourceValue
86 bool CallEntryPseudoSourceValue::mayAlias(const MachineFrameInfo *) const { function in class:CallEntryPseudoSourceValue
H A DScheduleDAGInstrs.cpp190 bool MayAlias = PSV->mayAlias(MFI);
1055 bool ThisMayAlias = UnderlObj.mayAlias();
1065 bool ThisMayAlias = UnderlObj.mayAlias();
1085 bool ThisMayAlias = UnderlObj.mayAlias();
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DPseudoSourceValue.cpp103 bool PseudoSourceValue::mayAlias(const MachineFrameInfo *MFI) const { function in class:PseudoSourceValue
125 bool FixedStackPseudoSourceValue::mayAlias(const MachineFrameInfo *MFI) const { function in class:FixedStackPseudoSourceValue
H A DScheduleDAGInstrs.cpp126 MayAlias = PSV->mayAlias(MFI);
/external/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp1075 static bool mayAlias(MachineInstr &MIa, MachineInstr &MIb, function
1088 static bool mayAlias(MachineInstr &MIa, function
1092 if (mayAlias(MIa, *MIb, TII))
1149 if (MI.mayStore() && mayAlias(LoadMI, MI, TII))
1317 !mayAlias(MI, MemInsns, TII)) {
1328 !mayAlias(FirstMI, MemInsns, TII)) {
/external/clang/lib/CodeGen/
H A DCGExpr.cpp3339 bool mayAlias = rec->hasAttr<MayAliasAttr>(); local
3362 if (mayAlias)
3370 mayAlias = false;
3402 LV.setTBAABaseType(mayAlias ? getContext().CharTy : base.getTBAABaseType());
3403 LV.setTBAAOffset(mayAlias ? 0 : base.getTBAAOffset() +
3415 if (mayAlias && LV.getTBAAInfo())

Completed in 203 milliseconds