Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp139 int NumConstants = (BitSize + 63) / 64; in getIntImmCost() local
141 return (Cost <= NumConstants * TTI::TCC_Basic) in getIntImmCost()
168 int NumConstants = (BitSize + 63) / 64; in getIntImmCost() local
170 return (Cost <= NumConstants * TTI::TCC_Basic) in getIntImmCost()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp2655 int NumConstants = divideCeil(BitSize, 64); in getIntImmCost() local
2657 return (Cost <= NumConstants * TTI::TCC_Basic) in getIntImmCost()
H A DX86ISelLowering.cpp8884 unsigned NumConstants = NumElems; in LowerBUILD_VECTOR() local
8892 NumConstants--; in LowerBUILD_VECTOR()
8913 if (NumConstants == NumElems - 1 && NumNonZero != 1 && in LowerBUILD_VECTOR()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp4467 unsigned NumConstants = 0; in buildVector() local
4472 NumConstants += 1; in buildVector()
4482 if (NumConstants > 0) { in buildVector()