/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86PadShortFunction.cpp | 136 bool OptForSize = llvm::shouldOptimizeForSize(MBB, PSI, MBFI); in runOnMachineFunction() local
|
H A D | X86FixupBWInsts.cpp | 142 bool OptForSize = false; global() member in __anon3c6f06490111::FixupBWInstPass
|
H A D | X86OptimizeLEAs.cpp | 744 bool OptForSize = MF.getFunction().hasOptSize() || in runOnMachineFunction() local
|
H A D | X86ISelLowering.cpp | 7280 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 D | HexagonCopyToCombine.cpp | 466 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 D | ConstantHoisting.h | 156 bool OptForSize; global() variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopLoadElimination.cpp | 574 bool OptForSize = F->hasOptSize() || processLoop() local
|
H A D | LoopUnrollPass.cpp | 221 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 D | MachineCombiner.cpp | 589 bool OptForSize = OptSize || llvm::shouldOptimizeForSize(MBB, PSI, MBFI); combineInstructions() local
|
H A D | TailDuplicator.cpp | 572 bool OptForSize = MF->getFunction().hasOptSize() || shouldTailDuplicate() local
|
H A D | ExpandMemCmp.cpp | 855 bool OptForSize = CI->getFunction()->hasOptSize() || in expandMemCmp() local
|
H A D | MachineBlockPlacement.cpp | 2154 bool OptForSize = F->getFunction().hasOptSize() || findBestLoopTop() local 3421 bool OptForSize = MF.getFunction().hasOptSize() || runOnMachineFunction() local
|
H A D | BranchFolding.cpp | 643 bool OptForSize = ProfitableToMerge() local
|
H A D | TargetLoweringBase.cpp | 1697 const bool OptForSize = isSuitableForJumpTable() local
|
H A D | CodeGenPrepare.cpp | 5155 bool OptForSize = FindAllMemoryUses() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.cpp | 463 bool OptForSize = F->hasOptSize() || in isConsecutivePtr() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 1399 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 D | TargetLowering.h | 2362 isBeneficialToExpandPowI(int64_t Exponent,bool OptForSize) isBeneficialToExpandPowI() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 2670 bool OptForSize = shouldOptForSize(&MF); select() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 7092 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 D | PPCISelLowering.cpp | 17429 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 D | AArch64ISelLowering.cpp | 25597 bool OptForSize = shouldLocalize() local [all...] |