/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | PseudoSourceValue.cpp | 49 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | PseudoSourceValue.cpp | 56 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
|
H A D | MachineInstr.cpp | 1191 bool MachineInstr::mayAlias(AAResults *AA, const MachineInstr &Other, in mayAlias() function in MachineInstr
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | PseudoSourceValue.cpp | 53 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
|
H A D | MachineInstr.cpp | 1336 bool MachineInstr::mayAlias(AAResults *AA, const MachineInstr &Other, in mayAlias() function in MachineInstr
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | SIMachineFunctionInfo.h | 57 bool mayAlias(const MachineFrameInfo *) const override { in mayAlias() function 77 bool mayAlias(const MachineFrameInfo *) const override { in mayAlias() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIMachineFunctionInfo.h | 66 bool mayAlias(const MachineFrameInfo *) const override { in mayAlias() function 107 bool mayAlias(const MachineFrameInfo *) const override { in mayAlias() function
|
/aosp_15_r20/external/llvm/lib/Target/AArch64/ |
H A D | AArch64LoadStoreOptimizer.cpp | 1075 static bool mayAlias(MachineInstr &MIa, MachineInstr &MIb, in mayAlias() function 1088 static bool mayAlias(MachineInstr &MIa, in mayAlias() function
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/utils/ |
H A D | memory_dag.cpp | 45 bool MemoryDAG::mayAlias(const Element* a, const Element* b) const { in mayAlias() function in torch::jit::MemoryDAG
|
/aosp_15_r20/external/llvm/include/llvm/CodeGen/ |
H A D | ScheduleDAGInstrs.h | 94 bool mayAlias() const { return getInt(); } in mayAlias() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | ScheduleDAGInstrs.h | 113 bool mayAlias() const { return getInt(); } in mayAlias() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
H A D | ScheduleDAGInstrs.h | 114 bool mayAlias() const { return getInt(); } in mayAlias() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/ |
D | ScheduleDAGInstrs.h | 115 bool mayAlias() const { return getInt(); } in mayAlias() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/ |
D | ScheduleDAGInstrs.h | 115 bool mayAlias() const { return getInt(); } in mayAlias() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/ |
D | ScheduleDAGInstrs.h | 115 bool mayAlias() const { return getInt(); } in mayAlias() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/ |
D | ScheduleDAGInstrs.h | 115 bool mayAlias() const { return getInt(); } in mayAlias() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64LoadStoreOptimizer.cpp | 1147 static bool mayAlias(MachineInstr &MIa, MachineInstr &MIb, in mayAlias() function 1160 static bool mayAlias(MachineInstr &MIa, in mayAlias() function
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/ |
H A D | alias_analysis.cpp | 1370 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | CFLAndersAliasAnalysis.cpp | 520 bool CFLAndersAAResult::FunctionInfo::mayAlias( in mayAlias() function in CFLAndersAAResult::FunctionInfo
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
H A D | AArch64LoadStoreOptimizer.cpp | 1208 static bool mayAlias(MachineInstr &MIa, in mayAlias() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonInstrInfo.cpp | 1341 bool mayAlias(const MachineFrameInfo *) const override { in expandPostRAPseudo() function in HexagonInstrInfo::expandPostRAPseudo::CrashPseudoSourceValue
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonInstrInfo.cpp | 1448 bool mayAlias(const MachineFrameInfo *) const override { in expandPostRAPseudo() function in HexagonInstrInfo::expandPostRAPseudo::CrashPseudoSourceValue
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGExpr.cpp | 3339 bool mayAlias = rec->hasAttr<MayAliasAttr>(); in EmitLValueForField() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 26027 bool DAGCombiner::mayAlias(SDNode *Op0, SDNode *Op1) const { in mayAlias() function in DAGCombiner
|