Searched refs:NumConstants (Results 1 – 11 of 11) sorted by relevance
121 int NumConstants = (BitSize + 63) / 64; in getIntImmCost() local123 return (Cost <= NumConstants * TTI::TCC_Basic) in getIntImmCost()150 int NumConstants = (BitSize + 63) / 64; in getIntImmCost() local152 return (Cost <= NumConstants * TTI::TCC_Basic) in getIntImmCost()
139 int NumConstants = (BitSize + 63) / 64; in getIntImmCost() local141 return (Cost <= NumConstants * TTI::TCC_Basic) in getIntImmCost()168 int NumConstants = (BitSize + 63) / 64; in getIntImmCost() local170 return (Cost <= NumConstants * TTI::TCC_Basic) in getIntImmCost()
420 int NumConstants() const;
927 int Type::NumConstants() const { in NumConstants() function in v8::internal::compiler::Type
327 uint32 : NumConstants333 Constants[NumConstants] {
327 uint32 : NumConstants334 Constants[NumConstants] {
1389 int NumConstants = (BitSize + 63) / 64; in getIntImmCost() local1391 return (Cost <= NumConstants * TTI::TCC_Basic) in getIntImmCost()
2375 int NumConstants = divideCeil(BitSize, 64); in getIntImmCost() local2377 return (Cost <= NumConstants * TTI::TCC_Basic) in getIntImmCost()
8347 unsigned NumConstants = NumElems; in LowerBUILD_VECTOR() local8355 NumConstants--; in LowerBUILD_VECTOR()8376 if (NumConstants == NumElems - 1 && NumNonZero != 1 && in LowerBUILD_VECTOR()
4190 unsigned NumConstants = 0; in buildVector() local4195 NumConstants += 1; in buildVector()4204 if (NumConstants > 0) { in buildVector()
4464 unsigned NumConstants = 0; in buildVector() local4469 NumConstants += 1; in buildVector()4478 if (NumConstants > 0) { in buildVector()