Home
last modified time | relevance | path

Searched defs:useAA (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblySubtarget.cpp60 bool WebAssemblySubtarget::useAA() const { return true; } in useAA() function in WebAssemblySubtarget
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetSubtargetInfo.cpp56 bool TargetSubtargetInfo::useAA() const { in useAA() function in TargetSubtargetInfo
/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
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp181 bool PPCSubtarget::useAA() const { in useAA() function in PPCSubtarget
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp553 bool AArch64Subtarget::useAA() const { return UseAA; } in useAA() function in AArch64Subtarget
/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/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp428 bool HexagonSubtarget::useAA() const { in useAA() function in HexagonSubtarget
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp689 bool GCNSubtarget::useAA() const { return UseAA; } in useAA() function in GCNSubtarget
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h358 bool useAA() const { return false; } in useAA() function
H A DTargetTransformInfo.h2465 bool useAA() override { return Impl.useAA(); } in useAA() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h432 bool useAA() const { return getST()->useAA(); } 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