Home
last modified time | relevance | path

Searched defs:mayAlias (Results 1 – 11 of 11) 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-7.0/llvm/lib/CodeGen/
DPseudoSourceValue.cpp57 bool PseudoSourceValue::mayAlias(const MachineFrameInfo *) const { in mayAlias() function in PseudoSourceValue
72 bool FixedStackPseudoSourceValue::mayAlias(const MachineFrameInfo *MFI) const { in mayAlias() function in FixedStackPseudoSourceValue
95 bool CallEntryPseudoSourceValue::mayAlias(const MachineFrameInfo *) const { in mayAlias() function in CallEntryPseudoSourceValue
DMachineInstr.cpp1013 bool MachineInstr::mayAlias(AliasAnalysis *AA, MachineInstr &Other, in mayAlias() function in MachineInstr
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DScheduleDAGInstrs.h113 bool mayAlias() const { return getInt(); } in mayAlias() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.h57 bool mayAlias(const MachineFrameInfo *) const override { in mayAlias() function
77 bool mayAlias(const MachineFrameInfo *) const override { in mayAlias() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64LoadStoreOptimizer.cpp1019 static bool mayAlias(MachineInstr &MIa, MachineInstr &MIb, in mayAlias() function
1032 static bool mayAlias(MachineInstr &MIa, 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/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DCFLAndersAliasAnalysis.cpp518 bool CFLAndersAAResult::FunctionInfo::mayAlias(const Value *LHS, in mayAlias() function in CFLAndersAAResult::FunctionInfo
/external/clang/lib/CodeGen/
DCGExpr.cpp3339 bool mayAlias = rec->hasAttr<MayAliasAttr>(); in EmitLValueForField() local