/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetSubtargetInfo.h | 286 virtual bool useAA() const; 291 return useAA(); in addrSinkUsingGEPs()
|
H A D | BasicTTIImpl.h | 432 bool useAA() const { return getST()->useAA(); } in useAA() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblySubtarget.cpp | 60 bool WebAssemblySubtarget::useAA() const { return true; } in useAA() function in WebAssemblySubtarget
|
H A D | WebAssemblySubtarget.h | 91 bool useAA() const override;
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetSubtargetInfo.cpp | 56 bool TargetSubtargetInfo::useAA() const { in useAA() function in TargetSubtargetInfo
|
H A D | ScheduleDAGInstrs.cpp | 746 : ST.useAA(); in buildSchedGraph()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64Subtarget.h | 275 bool useAA() const override; 280 return useAA() || isTargetILP32(); in addrSinkUsingGEPs()
|
H A D | AArch64Subtarget.cpp | 553 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/RISCV/ |
H A D | RISCVSubtarget.cpp | 194 bool RISCVSubtarget::useAA() const { return UseAA; } in useAA() function in RISCVSubtarget
|
H A D | RISCVSubtarget.h | 283 bool useAA() const override;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCSubtarget.cpp | 181 bool PPCSubtarget::useAA() const { in useAA() function in PPCSubtarget
|
H A D | PPCSubtarget.h | 240 bool useAA() const override;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonSubtarget.h | 306 bool useAA() const override;
|
H A D | HexagonSubtarget.cpp | 428 bool HexagonSubtarget::useAA() const { in useAA() function in HexagonSubtarget
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMSubtarget.h | 431 bool useAA() const override { return true; } in useAA() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfo.h | 870 bool useAA() const; 1933 virtual bool useAA() = 0; 2465 bool useAA() override { return Impl.useAA(); } in useAA() function
|
H A D | TargetTransformInfoImpl.h | 358 bool useAA() const { return false; } in useAA() function
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 567 bool TargetTransformInfo::useAA() const { return TTIImpl->useAA(); } in useAA() function in TargetTransformInfo
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNSubtarget.h | 960 bool useAA() const override;
|
H A D | AMDGPUSubtarget.cpp | 689 bool GCNSubtarget::useAA() const { return UseAA; } in useAA() function in GCNSubtarget
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SeparateConstOffsetFromGEP.cpp | 1120 if (TTI.useAA() || DL->isNonIntegralAddressSpace(AddrSpace) || in splitGEP()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 28373 : DAG.getSubtarget().useAA(); in mayAlias()
|