Home
last modified time | relevance | path

Searched refs:TCK_Latency (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCostModel.cpp36 clEnumValN(TargetTransformInfo::TCK_Latency,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp256 Instruction::Or, I->getType(), TargetTransformInfo::TCK_Latency, in getTrueOpCost()
994 TargetTransformInfo::TCK_Latency); in hasExpensiveColdOperand()
1255 TTI->getInstructionCost(I, TargetTransformInfo::TCK_Latency); in computeInstCost()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h582 if (CostKind == TTI::TCK_Latency)
1291 if (CostKind == TTI::TCK_Latency) in getInstructionCost()
H A DTargetTransformInfo.h261 TCK_Latency, ///< The latency of instruction. enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp215 TTI.getInstructionCost(User, TargetTransformInfo::TCK_Latency); in getUserBonus()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp49 if ((CostKind != TTI::TCK_RecipThroughput) && (CostKind != TTI::TCK_Latency)) in getRISCVInstructionCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp86 case TargetTransformInfo::TCK_Latency: in operator []()
3451 if (CostKind == TTI::TCK_Latency && Opcode == Instruction::Select) in getCmpSelInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2614 TTI.getInstructionCost(InsPair.first, TargetTransformInfo::TCK_Latency); in shouldKeepJumpConditionsTogether()