Home
last modified time | relevance | path

Searched defs:mayAlias (Results 1 – 20 of 20) 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-16.0/llvm/lib/CodeGen/
DPseudoSourceValue.cpp53 bool PseudoSourceValue::mayAlias(const MachineFrameInfo *) const { in mayAlias() function in PseudoSourceValue
68 bool FixedStackPseudoSourceValue::mayAlias(const MachineFrameInfo *MFI) const { in mayAlias() function in FixedStackPseudoSourceValue
91 bool CallEntryPseudoSourceValue::mayAlias(const MachineFrameInfo *) const { in mayAlias() function in CallEntryPseudoSourceValue
DMachineInstr.cpp1336 bool MachineInstr::mayAlias(AAResults *AA, const MachineInstr &Other, in mayAlias() function in MachineInstr
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPseudoSourceValue.cpp56 bool PseudoSourceValue::mayAlias(const MachineFrameInfo *) const { in mayAlias() function in PseudoSourceValue
71 bool FixedStackPseudoSourceValue::mayAlias(const MachineFrameInfo *MFI) const { in mayAlias() function in FixedStackPseudoSourceValue
94 bool CallEntryPseudoSourceValue::mayAlias(const MachineFrameInfo *) const { in mayAlias() function in CallEntryPseudoSourceValue
DMachineInstr.cpp1191 bool MachineInstr::mayAlias(AAResults *AA, const MachineInstr &Other, in mayAlias() function in MachineInstr
/external/swiftshader/third_party/llvm-16.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-10.0/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.h66 bool mayAlias(const MachineFrameInfo *) const override { in mayAlias() function
107 bool mayAlias(const MachineFrameInfo *) const override { in mayAlias() function
/external/pytorch/torch/csrc/jit/passes/utils/
Dmemory_dag.cpp45 bool MemoryDAG::mayAlias(const Element* a, const Element* b) const { in mayAlias() function in torch::jit::MemoryDAG
/external/llvm/include/llvm/CodeGen/
DScheduleDAGInstrs.h94 bool mayAlias() const { return getInt(); } in mayAlias() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScheduleDAGInstrs.h113 bool mayAlias() const { return getInt(); } in mayAlias() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DScheduleDAGInstrs.h114 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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64LoadStoreOptimizer.cpp1147 static bool mayAlias(MachineInstr &MIa, MachineInstr &MIb, in mayAlias() function
1160 static bool mayAlias(MachineInstr &MIa, in mayAlias() function
/external/pytorch/torch/csrc/jit/ir/
Dalias_analysis.cpp1370 bool AliasDb::mayAlias(const Value* a, const Value* b) const { in mayAlias() function in torch::jit::AliasDb
1378 bool AliasDb::mayAlias(const ValueSet& a, const ValueSet& b) const { in mayAlias() function in torch::jit::AliasDb
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCFLAndersAliasAnalysis.cpp520 bool CFLAndersAAResult::FunctionInfo::mayAlias( in mayAlias() function in CFLAndersAAResult::FunctionInfo
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
DAArch64LoadStoreOptimizer.cpp1208 static bool mayAlias(MachineInstr &MIa, in mayAlias() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp1341 bool mayAlias(const MachineFrameInfo *) const override { in expandPostRAPseudo() function in HexagonInstrInfo::expandPostRAPseudo::CrashPseudoSourceValue
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp1448 bool mayAlias(const MachineFrameInfo *) const override { in expandPostRAPseudo() function in HexagonInstrInfo::expandPostRAPseudo::CrashPseudoSourceValue
/external/clang/lib/CodeGen/
DCGExpr.cpp3339 bool mayAlias = rec->hasAttr<MayAliasAttr>(); in EmitLValueForField() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp26027 bool DAGCombiner::mayAlias(SDNode *Op0, SDNode *Op1) const { in mayAlias() function in DAGCombiner