Home
last modified time | relevance | path

Searched refs:useAA (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetSubtargetInfo.h286 virtual bool useAA() const;
291 return useAA(); in addrSinkUsingGEPs()
H A DBasicTTIImpl.h432 bool useAA() const { return getST()->useAA(); } in useAA() function
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblySubtarget.cpp60 bool WebAssemblySubtarget::useAA() const { return true; } in useAA() function in WebAssemblySubtarget
H A DWebAssemblySubtarget.h91 bool useAA() const override;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetSubtargetInfo.cpp56 bool TargetSubtargetInfo::useAA() const { in useAA() function in TargetSubtargetInfo
H A DScheduleDAGInstrs.cpp746 : ST.useAA(); in buildSchedGraph()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h275 bool useAA() const override;
280 return useAA() || isTargetILP32(); in addrSinkUsingGEPs()
H A DAArch64Subtarget.cpp553 bool AArch64Subtarget::useAA() const { return UseAA; } in useAA() function in AArch64Subtarget
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h93 bool useAA() const override { return true; } in useAA() function
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.cpp194 bool RISCVSubtarget::useAA() const { return UseAA; } in useAA() function in RISCVSubtarget
H A DRISCVSubtarget.h283 bool useAA() const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp181 bool PPCSubtarget::useAA() const { in useAA() function in PPCSubtarget
H A DPPCSubtarget.h240 bool useAA() const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.h306 bool useAA() const override;
H A DHexagonSubtarget.cpp428 bool HexagonSubtarget::useAA() const { in useAA() function in HexagonSubtarget
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.h431 bool useAA() const override { return true; } in useAA() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h870 bool useAA() const;
1933 virtual bool useAA() = 0;
2465 bool useAA() override { return Impl.useAA(); } in useAA() function
H A DTargetTransformInfoImpl.h358 bool useAA() const { return false; } in useAA() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp567 bool TargetTransformInfo::useAA() const { return TTIImpl->useAA(); } in useAA() function in TargetTransformInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h960 bool useAA() const override;
H A DAMDGPUSubtarget.cpp689 bool GCNSubtarget::useAA() const { return UseAA; } in useAA() function in GCNSubtarget
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp1120 if (TTI.useAA() || DL->isNonIntegralAddressSpace(AddrSpace) || in splitGEP()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp28373 : DAG.getSubtarget().useAA(); in mayAlias()