Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DCombinerInfo.h30 LegalizerInfo *LInfo, bool OptEnabled, bool OptSize, in CombinerInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonTargetTransformInfo.h85 bool shouldMaximizeVectorBandwidth(bool OptSize) const { in shouldMaximizeVectorBandwidth()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64PreLegalizerCombiner.cpp46 AArch64PreLegalizerCombinerInfo(bool EnableOpt, bool OptSize, bool MinSize, in AArch64PreLegalizerCombinerInfo()
DAArch64TargetTransformInfo.cpp630 AArch64TTIImpl::enableMemCmpExpansion(bool OptSize, bool IsZeroCmp) const { in enableMemCmpExpansion()
DAArch64ISelLowering.cpp13356 bool OptSize = in isIntDivCheap() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
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
/external/llvm/lib/CodeGen/
DMachineCombiner.cpp50 bool OptSize; member in __anon8cffef5f0111::MachineCombiner
DCodeGenPrepare.cpp153 bool OptSize; member in __anon6e3ad5bf0111::CodeGenPrepare
3502 const bool OptSize = I->getFunction()->optForSize(); in FindAllMemoryUses() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineCombiner.cpp79 bool OptSize; member in __anon70a803810111::MachineCombiner
DCodeGenPrepare.cpp306 bool OptSize; member in __anonf13feda10111::CodeGenPrepare
2884 bool OptSize; member in __anonf13feda10711::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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp4581 unsigned OptSize, in IsMulWideOperandDemotable()
4608 unsigned OptSize, in AreMulWideOperandsDemotable()
4651 unsigned OptSize = MulType.getSizeInBits() >> 1; in TryMULWIDECombine() local
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp4111 unsigned OptSize, in IsMulWideOperandDemotable()
4138 unsigned OptSize, in AreMulWideOperandsDemotable()
4182 unsigned OptSize = MulType.getSizeInBits() >> 1; in TryMULWIDECombine() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp572 PPCTTIImpl::enableMemCmpExpansion(bool OptSize, bool IsZeroCmp) const { in enableMemCmpExpansion()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h328 TTI::MemCmpExpansionOptions enableMemCmpExpansion(bool OptSize, in enableMemCmpExpansion()
391 bool shouldMaximizeVectorBandwidth(bool OptSize) const { return false; } in shouldMaximizeVectorBandwidth()
DTargetTransformInfo.h1604 MemCmpExpansionOptions enableMemCmpExpansion(bool OptSize, in enableMemCmpExpansion()
1664 bool shouldMaximizeVectorBandwidth(bool OptSize) const override { in shouldMaximizeVectorBandwidth()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
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()
/external/llvm/include/llvm/Target/
DTargetLowering.h921 unsigned getMaxStoresPerMemset(bool OptSize) const { in getMaxStoresPerMemset()
931 unsigned getMaxStoresPerMemcpy(bool OptSize) const { in getMaxStoresPerMemcpy()
941 unsigned getMaxStoresPerMemmove(bool OptSize) const { in getMaxStoresPerMemmove()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp2111 OptSize = getOptimizationLevelSize(Args); in ParseLangArgs() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp3516 X86TTIImpl::enableMemCmpExpansion(bool OptSize, bool IsZeroCmp) const { in enableMemCmpExpansion()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp409 TargetTransformInfo::enableMemCmpExpansion(bool OptSize, bool IsZeroCmp) const { in enableMemCmpExpansion()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp4312 bool OptSize = shouldLowerMemFuncForSize(MF); in getMemcpyLoadsAndStores() local
4428 bool OptSize = shouldLowerMemFuncForSize(MF); in getMemmoveLoadsAndStores() local
4524 bool OptSize = shouldLowerMemFuncForSize(MF); in getMemsetStores() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp5893 bool OptSize = shouldLowerMemFuncForSize(MF, DAG); in getMemcpyLoadsAndStores() local
6076 bool OptSize = shouldLowerMemFuncForSize(MF, DAG); in getMemmoveLoadsAndStores() local
6182 bool OptSize = shouldLowerMemFuncForSize(MF, DAG); in getMemsetStores() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp7515 bool OptSize = in getScalarEpilogueLowering() local
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp10375 bool OptSize = in isIntDivCheap() local
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp31874 bool OptSize = Attr.hasAttribute(AttributeSet::FunctionIndex, in isIntDivCheap() local

12