Home
last modified time | relevance | path

Searched refs:shouldBuildRelLookupTables (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVETargetTransformInfo.h126 bool shouldBuildRelLookupTables() const override { in shouldBuildRelLookupTables() function
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.h187 bool shouldBuildRelLookupTables() const override { in shouldBuildRelLookupTables() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DRelLookupTableConverter.cpp198 if (!GetTTI(F).shouldBuildRelLookupTables()) in convertToRelativeLookupTables()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h82 bool shouldBuildRelLookupTables() const override;
H A DPPCTargetTransformInfo.cpp970 bool PPCTTIImpl::shouldBuildRelLookupTables() const { in shouldBuildRelLookupTables() function in PPCTTIImpl
975 return BaseT::shouldBuildRelLookupTables(); in shouldBuildRelLookupTables()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp603 bool TargetTransformInfo::shouldBuildRelLookupTables() const { in shouldBuildRelLookupTables() function in TargetTransformInfo
604 return TTIImpl->shouldBuildRelLookupTables(); in shouldBuildRelLookupTables()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h931 LLVM_ABI bool shouldBuildRelLookupTables() const;
H A DTargetTransformInfoImpl.h430 virtual bool shouldBuildRelLookupTables() const { return false; } in shouldBuildRelLookupTables() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h612 bool shouldBuildRelLookupTables() const override { in shouldBuildRelLookupTables() function