/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | CostModel.cpp | 40 clEnumValN(TargetTransformInfo::TCK_SizeAndLatency,
|
H A D | InlineCost.cpp | 1460 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 D | R600TargetTransformInfo.cpp | 97 if (CostKind == TTI::TCK_CodeSize || CostKind == TTI::TCK_SizeAndLatency) in getCFInstrCost()
|
H A D | AMDGPUTargetTransformInfo.cpp | 755 (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 D | ConstantHoisting.cpp | 377 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 D | SpeculativeExecution.cpp | 255 return TTI.getInstructionCost(I, TargetTransformInfo::TCK_SizeAndLatency); in ComputeSpeculationCost()
|
H A D | LoopUnrollPass.cpp | 414 TargetTransformInfo::TCK_SizeAndLatency; in analyzeLoopUnrollCost() 505 TargetTransformInfo::TCK_CodeSize : TargetTransformInfo::TCK_SizeAndLatency; in analyzeLoopUnrollCost()
|
H A D | LoopIdiomRecognize.cpp | 1911 Attrs, TargetTransformInfo::TCK_SizeAndLatency); in isProfitableToInsertFFS() 2604 TargetTransformInfo::TCK_SizeAndLatency; in recognizeShiftUntilBitTest() 2976 TargetTransformInfo::TCK_SizeAndLatency; in recognizeShiftUntilZero()
|
H A D | LoopFlatten.cpp | 592 TTI->getInstructionCost(&I, TargetTransformInfo::TCK_SizeAndLatency); in checkOuterLoopInsts()
|
H A D | LICM.cpp | 1358 TTI->getInstructionCost(&I, TargetTransformInfo::TCK_SizeAndLatency); in isFoldableInLoop()
|
H A D | JumpThreading.cpp | 490 if (TTI->getInstructionCost(&*I, TargetTransformInfo::TCK_SizeAndLatency) == in getJumpThreadDuplicationCost()
|
H A D | RewriteStatepointsForGC.cpp | 2302 TargetTransformInfo::TCK_SizeAndLatency, CI); in chainToBasePointerCost()
|
H A D | SimpleLoopUnswitch.cpp | 3337 : TargetTransformInfo::TCK_SizeAndLatency; in findBestNonTrivialUnswitchCandidate()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfo.h | 263 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 D | TargetTransformInfoImpl.h | 1482 I, Ops, TargetTransformInfo::TCK_SizeAndLatency); in isExpensiveToSpeculativelyExecute()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | InterleavedLoadCombinePass.cpp | 1137 const TTI::TargetCostKind CostKind = TTI::TCK_SizeAndLatency; in combine()
|
H A D | CodeGenPrepare.cpp | 8140 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 D | SystemZTargetTransformInfo.cpp | 774 if (CostKind == TTI::TCK_CodeSize || CostKind == TTI::TCK_SizeAndLatency) { in getCastInstrCost()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 392 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 D | PartialInlining.cpp | 840 InlineCost += TTI->getIntrinsicInstrCost(ICA, TTI::TCK_SizeAndLatency); in computeBBInlineCost()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetTransformInfo.cpp | 1881 TargetTransformInfo::TCK_SizeAndLatency); in getUnrollingPreferences()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.cpp | 2505 TargetTransformInfo::TCK_SizeAndLatency); in getUnrollingPreferences()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.cpp | 3440 if (CostKind == TTI::TCK_CodeSize || CostKind == TTI::TCK_SizeAndLatency) in getMemoryOpCost()
|
H A D | AArch64ISelLowering.cpp | 16504 TTI::TCK_SizeAndLatency, I) == TTI::TCC_Free) { in optimizeExtendOrTruncateConversion()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.cpp | 92 case TargetTransformInfo::TCK_SizeAndLatency: in operator []()
|