Home
last modified time | relevance | path

Searched refs:TCK_SizeAndLatency (Results 1 – 25 of 25) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCostModel.cpp40 clEnumValN(TargetTransformInfo::TCK_SizeAndLatency,
H A DInlineCost.cpp1460 TargetTransformInfo::TCK_SizeAndLatency) == in isGEPFree()
1751 return TTI.getInstructionCost(&I, TargetTransformInfo::TCK_SizeAndLatency) == in visitPtrToInt()
1774 return TTI.getInstructionCost(&I, TargetTransformInfo::TCK_SizeAndLatency) == in visitIntToPtr()
1804 return TTI.getInstructionCost(&I, TargetTransformInfo::TCK_SizeAndLatency) == in visitCastInst()
2517 if (TTI.getInstructionCost(&I, TargetTransformInfo::TCK_SizeAndLatency) == in visitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600TargetTransformInfo.cpp97 if (CostKind == TTI::TCK_CodeSize || CostKind == TTI::TCK_SizeAndLatency) in getCFInstrCost()
H A DAMDGPUTargetTransformInfo.cpp755 (CostKind == TTI::TCK_CodeSize || CostKind == TTI::TCK_SizeAndLatency); in getCFInstrCost()
1236 AMDGPUAS::PRIVATE_ADDRESS, TTI::TCK_SizeAndLatency); in adjustInliningThresholdUsingCallee()
1239 AMDGPUAS::PRIVATE_ADDRESS, TTI::TCK_SizeAndLatency); in adjustInliningThresholdUsingCallee()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp377 TargetTransformInfo::TCK_SizeAndLatency); in collectConstantCandidates()
381 TargetTransformInfo::TCK_SizeAndLatency, Inst); in collectConstantCandidates()
441 TargetTransformInfo::TCK_SizeAndLatency, Inst); in collectConstantCandidates()
607 TargetTransformInfo::TCK_SizeAndLatency); in maximizeConstantsInRange()
H A DSpeculativeExecution.cpp255 return TTI.getInstructionCost(I, TargetTransformInfo::TCK_SizeAndLatency); in ComputeSpeculationCost()
H A DLoopUnrollPass.cpp414 TargetTransformInfo::TCK_SizeAndLatency; in analyzeLoopUnrollCost()
505 TargetTransformInfo::TCK_CodeSize : TargetTransformInfo::TCK_SizeAndLatency; in analyzeLoopUnrollCost()
H A DLoopIdiomRecognize.cpp1911 Attrs, TargetTransformInfo::TCK_SizeAndLatency); in isProfitableToInsertFFS()
2604 TargetTransformInfo::TCK_SizeAndLatency; in recognizeShiftUntilBitTest()
2976 TargetTransformInfo::TCK_SizeAndLatency; in recognizeShiftUntilZero()
H A DLoopFlatten.cpp592 TTI->getInstructionCost(&I, TargetTransformInfo::TCK_SizeAndLatency); in checkOuterLoopInsts()
H A DLICM.cpp1358 TTI->getInstructionCost(&I, TargetTransformInfo::TCK_SizeAndLatency); in isFoldableInLoop()
H A DJumpThreading.cpp490 if (TTI->getInstructionCost(&*I, TargetTransformInfo::TCK_SizeAndLatency) == in getJumpThreadDuplicationCost()
H A DRewriteStatepointsForGC.cpp2302 TargetTransformInfo::TCK_SizeAndLatency, CI); in chainToBasePointerCost()
H A DSimpleLoopUnswitch.cpp3337 : TargetTransformInfo::TCK_SizeAndLatency; in findBestNonTrivialUnswitchCandidate()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h263 TCK_SizeAndLatency ///< The weighted sum of size and latency. enumerator
304 TargetCostKind CostKind = TCK_SizeAndLatency) const;
1360 TTI::TargetCostKind CostKind = TTI::TCK_SizeAndLatency,
1373 TTI::TargetCostKind CostKind = TTI::TCK_SizeAndLatency,
1546 TTI::TargetCostKind CostKind = TTI::TCK_SizeAndLatency) const;
H A DTargetTransformInfoImpl.h1482 I, Ops, TargetTransformInfo::TCK_SizeAndLatency); in isExpensiveToSpeculativelyExecute()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp1137 const TTI::TargetCostKind CostKind = TTI::TCK_SizeAndLatency; in combine()
H A DCodeGenPrepare.cpp8140 TargetTransformInfo::TCK_SizeAndLatency) > in tryUnmergingGEPsAcrossIndirectBr()
8193 TargetTransformInfo::TCK_SizeAndLatency) > in tryUnmergingGEPsAcrossIndirectBr()
8205 NewIdx, GEPIIdx->getType(), TargetTransformInfo::TCK_SizeAndLatency); in tryUnmergingGEPsAcrossIndirectBr()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp774 if (CostKind == TTI::TCK_CodeSize || CostKind == TTI::TCK_SizeAndLatency) { in getCastInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp392 return TTI.getInstructionCost(I, TargetTransformInfo::TCK_SizeAndLatency); in computeSpeculationCost()
2918 : TargetTransformInfo::TCK_SizeAndLatency; in validateAndCostRequiredSelects()
3890 : TargetTransformInfo::TCK_SizeAndLatency; in FoldBranchToCommonDest()
4144 TTI.getInstructionCost(&I, TargetTransformInfo::TCK_SizeAndLatency); in mergeConditionalStoreToAddress()
7057 TTI::TCK_SizeAndLatency); in simplifySwitchOfPowersOfTwo()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp840 InlineCost += TTI->getIntrinsicInstrCost(ICA, TTI::TCK_SizeAndLatency); in computeBBInlineCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp1881 TargetTransformInfo::TCK_SizeAndLatency); in getUnrollingPreferences()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp2505 TargetTransformInfo::TCK_SizeAndLatency); in getUnrollingPreferences()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp3440 if (CostKind == TTI::TCK_CodeSize || CostKind == TTI::TCK_SizeAndLatency) in getMemoryOpCost()
H A DAArch64ISelLowering.cpp16504 TTI::TCK_SizeAndLatency, I) == TTI::TCC_Free) { in optimizeExtendOrTruncateConversion()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp92 case TargetTransformInfo::TCK_SizeAndLatency: in operator []()