Home
last modified time | relevance | path

Searched defs:OptSize (Results 1 – 25 of 66) sorted by relevance

123

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp975 bool OptSize = shouldLowerMemFuncForSize(MF); in optimizeMemset() local
1089 bool OptSize = shouldLowerMemFuncForSize(MF); in optimizeMemcpy() local
1197 bool OptSize = shouldLowerMemFuncForSize(MF); in optimizeMemmove() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerInfo.h29 const LegalizerInfo *LInfo, bool OptEnabled, bool OptSize, in CombinerInfo()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerInfo.h30 LegalizerInfo *LInfo, bool OptEnabled, bool OptSize, in CombinerInfo()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/
H A DBPFTargetTransformInfo.h72 TTI::MemCmpExpansionOptions enableMemCmpExpansion(bool OptSize, in enableMemCmpExpansion()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.h85 bool shouldMaximizeVectorBandwidth(bool OptSize) const { in shouldMaximizeVectorBandwidth()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64PreLegalizerCombiner.cpp46 AArch64PreLegalizerCombinerInfo(bool EnableOpt, bool OptSize, bool MinSize, in AArch64PreLegalizerCombinerInfo()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/GISel/
H A DAArch64O0PreLegalizerCombiner.cpp59 AArch64O0PreLegalizerCombinerInfo(bool EnableOpt, bool OptSize, bool MinSize, in AArch64O0PreLegalizerCombinerInfo()
H A DAArch64PreLegalizerCombiner.cpp364 AArch64PreLegalizerCombinerInfo(bool EnableOpt, bool OptSize, bool MinSize, in AArch64PreLegalizerCombinerInfo()
H A DAArch64PostLegalizerCombiner.cpp348 AArch64PostLegalizerCombinerInfo(bool EnableOpt, bool OptSize, bool MinSize, in AArch64PostLegalizerCombinerInfo()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/
H A DMipsPostLegalizerCombiner.cpp47 MipsPostLegalizerCombinerInfo(bool EnableOpt, bool OptSize, bool MinSize, in MipsPostLegalizerCombinerInfo()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DPGOOptions.h30 enum class ColdFuncOpt { Default, OptSize, MinSize, OptNone }; enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DPGOOptions.h30 enum class ColdFuncOpt { Default, OptSize, MinSize, OptNone }; enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DPGOOptions.h30 enum class ColdFuncOpt { Default, OptSize, MinSize, OptNone }; enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUPreLegalizerCombiner.cpp185 AMDGPUPreLegalizerCombinerInfo(bool EnableOpt, bool OptSize, bool MinSize, in AMDGPUPreLegalizerCombinerInfo()
H A DAMDGPURegBankCombiner.cpp385 AMDGPURegBankCombinerInfo(bool EnableOpt, bool OptSize, bool MinSize, in AMDGPURegBankCombinerInfo()
H A DAMDGPUPostLegalizerCombiner.cpp339 bool OptSize, bool MinSize, in AMDGPUPostLegalizerCombinerInfo()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp4581 unsigned OptSize, in IsMulWideOperandDemotable()
4608 unsigned OptSize, in AreMulWideOperandsDemotable()
4651 unsigned OptSize = MulType.getSizeInBits() >> 1; in TryMULWIDECombine() local
/aosp_15_r20/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp4111 unsigned OptSize, in IsMulWideOperandDemotable()
4138 unsigned OptSize, in AreMulWideOperandsDemotable()
4182 unsigned OptSize = MulType.getSizeInBits() >> 1; in TryMULWIDECombine() local
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DMachineCombiner.cpp50 bool OptSize; member in __anonc44553b00111::MachineCombiner
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp4893 unsigned OptSize, in IsMulWideOperandDemotable()
4920 unsigned OptSize, in AreMulWideOperandsDemotable()
4963 unsigned OptSize = MulType.getSizeInBits() >> 1; in TryMULWIDECombine() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1401 unsigned getMaxStoresPerMemset(bool OptSize) const { in getMaxStoresPerMemset()
1411 unsigned getMaxStoresPerMemcpy(bool OptSize) const { in getMaxStoresPerMemcpy()
1430 unsigned getMaxExpandSizeMemcmp(bool OptSize) const { in getMaxExpandSizeMemcmp()
1440 unsigned getMaxStoresPerMemmove(bool OptSize) const { in getMaxStoresPerMemmove()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h328 TTI::MemCmpExpansionOptions enableMemCmpExpansion(bool OptSize, in enableMemCmpExpansion()
391 bool shouldMaximizeVectorBandwidth(bool OptSize) const { return false; } in shouldMaximizeVectorBandwidth()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp306 bool OptSize; member in __anon070760120111::CodeGenPrepare
2884 bool OptSize; member in __anon070760120711::AddressingModeMatcher
2895 bool OptSize, ProfileSummaryInfo *PSI, BlockFrequencyInfo *BFI) in AddressingModeMatcher()
2919 bool OptSize, ProfileSummaryInfo *PSI, BlockFrequencyInfo *BFI) { in Match()
4536 const TargetRegisterInfo &TRI, bool OptSize, ProfileSummaryInfo *PSI, in FindAllMemoryUses()
H A DMachineCombiner.cpp79 bool OptSize; member in __anon3f5dc4120111::MachineCombiner
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DMachineCombiner.cpp81 bool OptSize; member in __anon42dc59580111::MachineCombiner

123