Home
last modified time | relevance | path

Searched refs:BranchCost (Results 1 – 4 of 4) sorted by relevance

/external/webp/src/enc/
Dframe_enc.c137 static int BranchCost(int nb, int total, int proba) { in BranchCost() function
160 const int old_cost = BranchCost(nb, total, old_p) in FinalizeTokenProbas()
162 const int new_cost = BranchCost(nb, total, new_p) in FinalizeTokenProbas()
/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp1146 int BranchCost = getCFInstrCost(Instruction::Br); in getMaskedMemoryOpCost() local
1147 int MaskCmpCost = NumElem * (BranchCost + ScalarCompareCost); in getMaskedMemoryOpCost()
1516 int BranchCost = getCFInstrCost(Instruction::Br); in getGSScalarCost() local
1517 MaskUnpackCost += VF * (BranchCost + ScalarCompareCost); in getGSScalarCost()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp2501 int BranchCost = getCFInstrCost(Instruction::Br); in getMaskedMemoryOpCost() local
2502 int MaskCmpCost = NumElem * (BranchCost + ScalarCompareCost); in getMaskedMemoryOpCost()
3268 int BranchCost = getCFInstrCost(Instruction::Br); in getGSScalarCost() local
3269 MaskUnpackCost += VF * (BranchCost + ScalarCompareCost); in getGSScalarCost()
/external/llvm-project/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp3275 int BranchCost = getCFInstrCost(Instruction::Br, CostKind); in getMaskedMemoryOpCost() local
3276 int MaskCmpCost = NumElem * (BranchCost + ScalarCompareCost); in getMaskedMemoryOpCost()
4181 int BranchCost = getCFInstrCost(Instruction::Br, CostKind); in getGSScalarCost() local
4182 MaskUnpackCost += VF * (BranchCost + ScalarCompareCost); in getGSScalarCost()