| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetSubtargetInfo.h | 297 virtual bool useAA() const; 302 return useAA(); in addrSinkUsingGEPs()
|
| H A D | BasicTTIImpl.h | 530 bool useAA() const override { return getST()->useAA(); } in useAA() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblySubtarget.cpp | 78 bool WebAssemblySubtarget::useAA() const { return true; } in useAA() function in WebAssemblySubtarget
|
| H A D | WebAssemblySubtarget.h | 94 bool useAA() const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetSubtargetInfo.cpp | 57 bool TargetSubtargetInfo::useAA() const { in useAA() function in TargetSubtargetInfo
|
| H A D | ScheduleDAGInstrs.cpp | 762 : ST.useAA(); in buildSchedGraph()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchSubtarget.cpp | 32 bool LoongArchSubtarget::useAA() const { return UseAA; } in useAA() function in LoongArchSubtarget
|
| H A D | LoongArchSubtarget.h | 108 bool useAA() const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64Subtarget.h | 301 bool useAA() const override; 306 return useAA() || isTargetILP32(); in addrSinkUsingGEPs()
|
| H A D | AArch64Subtarget.cpp | 619 bool AArch64Subtarget::useAA() const { return UseAA; } in useAA() function in AArch64Subtarget
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZSubtarget.h | 93 bool useAA() const override { return true; } in useAA() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCSubtarget.h | 244 bool useAA() const override;
|
| H A D | PPCSubtarget.cpp | 186 bool PPCSubtarget::useAA() const { in useAA() function in PPCSubtarget
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVSubtarget.cpp | 210 bool RISCVSubtarget::useAA() const { return UseAA; } in useAA() function in RISCVSubtarget
|
| H A D | RISCVSubtarget.h | 344 bool useAA() const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMSubtarget.h | 430 bool useAA() const override { return true; } in useAA() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonSubtarget.h | 321 bool useAA() const override;
|
| H A D | HexagonSubtarget.cpp | 429 bool HexagonSubtarget::useAA() const { in useAA() function in HexagonSubtarget
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNSubtarget.cpp | 362 bool GCNSubtarget::useAA() const { return UseAA; } in useAA() function in GCNSubtarget
|
| H A D | GCNSubtarget.h | 1005 bool useAA() const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 584 bool TargetTransformInfo::useAA() const { return TTIImpl->useAA(); } in useAA() function in TargetTransformInfo
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 914 LLVM_ABI bool useAA() const;
|
| H A D | TargetTransformInfoImpl.h | 418 virtual bool useAA() const { return false; } in useAA() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SeparateConstOffsetFromGEP.cpp | 1181 if (TTI.useAA() || DL->isNonIntegralAddressSpace(AddrSpace) || in splitGEP()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 29501 : DAG.getSubtarget().useAA(); in mayAlias()
|