Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetSubtargetInfo.h297 virtual bool useAA() const;
302 return useAA(); in addrSinkUsingGEPs()
H A DBasicTTIImpl.h530 bool useAA() const override { return getST()->useAA(); } in useAA() function
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblySubtarget.cpp78 bool WebAssemblySubtarget::useAA() const { return true; } in useAA() function in WebAssemblySubtarget
H A DWebAssemblySubtarget.h94 bool useAA() const override;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetSubtargetInfo.cpp57 bool TargetSubtargetInfo::useAA() const { in useAA() function in TargetSubtargetInfo
H A DScheduleDAGInstrs.cpp762 : ST.useAA(); in buildSchedGraph()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchSubtarget.cpp32 bool LoongArchSubtarget::useAA() const { return UseAA; } in useAA() function in LoongArchSubtarget
H A DLoongArchSubtarget.h108 bool useAA() const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h301 bool useAA() const override;
306 return useAA() || isTargetILP32(); in addrSinkUsingGEPs()
H A DAArch64Subtarget.cpp619 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/PowerPC/
H A DPPCSubtarget.h244 bool useAA() const override;
H A DPPCSubtarget.cpp186 bool PPCSubtarget::useAA() const { in useAA() function in PPCSubtarget
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.cpp210 bool RISCVSubtarget::useAA() const { return UseAA; } in useAA() function in RISCVSubtarget
H A DRISCVSubtarget.h344 bool useAA() const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.h430 bool useAA() const override { return true; } in useAA() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.h321 bool useAA() const override;
H A DHexagonSubtarget.cpp429 bool HexagonSubtarget::useAA() const { in useAA() function in HexagonSubtarget
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.cpp362 bool GCNSubtarget::useAA() const { return UseAA; } in useAA() function in GCNSubtarget
H A DGCNSubtarget.h1005 bool useAA() const override;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp584 bool TargetTransformInfo::useAA() const { return TTIImpl->useAA(); } in useAA() function in TargetTransformInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h914 LLVM_ABI bool useAA() const;
H A DTargetTransformInfoImpl.h418 virtual bool useAA() const { return false; } in useAA() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp1181 if (TTI.useAA() || DL->isNonIntegralAddressSpace(AddrSpace) || in splitGEP()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp29501 : DAG.getSubtarget().useAA(); in mayAlias()