Home
last modified time | relevance | path

Searched defs:OptForSize (Results 1 – 22 of 22) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86PadShortFunction.cpp136 bool OptForSize = llvm::shouldOptimizeForSize(MBB, PSI, MBFI); in runOnMachineFunction() local
H A DX86FixupBWInsts.cpp142 bool OptForSize = false; global() member in __anon3c6f06490111::FixupBWInstPass
H A DX86OptimizeLEAs.cpp744 bool OptForSize = MF.getFunction().hasOptSize() || in runOnMachineFunction() local
H A DX86ISelLowering.cpp7280 bool OptForSize = DAG.shouldOptForSize(); lowerBuildVectorAsBroadcast() local
10650 bool OptForSize = DAG.shouldOptForSize(); lowerShuffleAsBlend() local
22829 bool OptForSize = DAG.shouldOptForSize(); LowerAndToBT() local
29788 bool OptForSize = DAG.shouldOptForSize(); LowerFunnelShift() local
37793 bool OptForSize = DAG.shouldOptForSize(); combineX86ShuffleChain() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCopyToCombine.cpp466 bool OptForSize = F.hasFnAttribute(Attribute::OptimizeForSize); runOnMachineFunction() local
570 combine(MachineInstr & I1,MachineInstr & I2,MachineBasicBlock::iterator & MI,bool DoInsertAtI1,bool OptForSize) combine() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h156 bool OptForSize; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp574 bool OptForSize = F->hasOptSize() || processLoop() local
H A DLoopUnrollPass.cpp221 bool OptForSize = L->getHeader()->getParent()->hasOptSize() || gatherUnrollingPreferences() local
1166 bool OptForSize = L->getHeader()->getParent()->hasOptSize(); tryToUnrollLoop() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCombiner.cpp589 bool OptForSize = OptSize || llvm::shouldOptimizeForSize(MBB, PSI, MBFI); combineInstructions() local
H A DTailDuplicator.cpp572 bool OptForSize = MF->getFunction().hasOptSize() || shouldTailDuplicate() local
H A DExpandMemCmp.cpp855 bool OptForSize = CI->getFunction()->hasOptSize() || in expandMemCmp() local
H A DMachineBlockPlacement.cpp2154 bool OptForSize = F->getFunction().hasOptSize() || findBestLoopTop() local
3421 bool OptForSize = MF.getFunction().hasOptSize() || runOnMachineFunction() local
H A DBranchFolding.cpp643 bool OptForSize = ProfitableToMerge() local
H A DTargetLoweringBase.cpp1697 const bool OptForSize = isSuitableForJumpTable() local
H A DCodeGenPrepare.cpp5155 bool OptForSize = FindAllMemoryUses() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp463 bool OptForSize = F->hasOptSize() || in isConsecutivePtr() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1399 bool OptForSize = CI->getFunction()->hasOptSize() || optimizeMemChr() local
3111 bool OptForSize = CI->getFunction()->hasOptSize() || optimizeSPrintFString() local
3424 bool OptForSize = CI->getFunction()->hasOptSize() || optimizeFPuts() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2362 isBeneficialToExpandPowI(int64_t Exponent,bool OptForSize) isBeneficialToExpandPowI() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2670 bool OptForSize = shouldOptForSize(&MF); select() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7092 getNegatedExpression(SDValue Op,SelectionDAG & DAG,bool LegalOps,bool OptForSize,NegatibleCost & Cost,unsigned Depth) const getNegatedExpression() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp17429 getNegatedExpression(SDValue Op,SelectionDAG & DAG,bool LegalOps,bool OptForSize,NegatibleCost & Cost,unsigned Depth) const getNegatedExpression() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp25597 bool OptForSize = shouldLocalize() local
[all...]