Home
last modified time | relevance | path

Searched defs:mayAlias (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/CodeGen/
DPseudoSourceValue.cpp49 bool PseudoSourceValue::mayAlias(const MachineFrameInfo *) const { in mayAlias() function in PseudoSourceValue
64 bool FixedStackPseudoSourceValue::mayAlias(const MachineFrameInfo *MFI) const { in mayAlias() function in FixedStackPseudoSourceValue
86 bool CallEntryPseudoSourceValue::mayAlias(const MachineFrameInfo *) const { in mayAlias() function in CallEntryPseudoSourceValue
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DPseudoSourceValue.cpp103 bool PseudoSourceValue::mayAlias(const MachineFrameInfo *MFI) const { in mayAlias() function in PseudoSourceValue
125 bool FixedStackPseudoSourceValue::mayAlias(const MachineFrameInfo *MFI) const { in mayAlias() function in FixedStackPseudoSourceValue
/external/llvm/include/llvm/CodeGen/
DScheduleDAGInstrs.h94 bool mayAlias() const { return getInt(); } in mayAlias() function
/external/llvm/lib/Target/AArch64/
DAArch64LoadStoreOptimizer.cpp1075 static bool mayAlias(MachineInstr &MIa, MachineInstr &MIb, in mayAlias() function
1088 static bool mayAlias(MachineInstr &MIa, in mayAlias() function
/external/clang/lib/CodeGen/
DCGExpr.cpp3339 bool mayAlias = rec->hasAttr<MayAliasAttr>(); in EmitLValueForField() local