Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp121 int NumConstants = (BitSize + 63) / 64; in getIntImmCost() local
123 return (Cost <= NumConstants * TTI::TCC_Basic) in getIntImmCost()
150 int NumConstants = (BitSize + 63) / 64; in getIntImmCost() local
152 return (Cost <= NumConstants * TTI::TCC_Basic) in getIntImmCost()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
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()
/external/v8/src/compiler/
Dtypes.h420 int NumConstants() const;
Dtypes.cc927 int Type::NumConstants() const { in NumConstants() function in v8::internal::compiler::Type
/external/llvm/docs/
DStackMaps.rst327 uint32 : NumConstants
333 Constants[NumConstants] {
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DStackMaps.rst327 uint32 : NumConstants
334 Constants[NumConstants] {
/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp1389 int NumConstants = (BitSize + 63) / 64; in getIntImmCost() local
1391 return (Cost <= NumConstants * TTI::TCC_Basic) in getIntImmCost()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp2375 int NumConstants = divideCeil(BitSize, 64); in getIntImmCost() local
2377 return (Cost <= NumConstants * TTI::TCC_Basic) in getIntImmCost()
DX86ISelLowering.cpp8347 unsigned NumConstants = NumElems; in LowerBUILD_VECTOR() local
8355 NumConstants--; in LowerBUILD_VECTOR()
8376 if (NumConstants == NumElems - 1 && NumNonZero != 1 && in LowerBUILD_VECTOR()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp4190 unsigned NumConstants = 0; in buildVector() local
4195 NumConstants += 1; in buildVector()
4204 if (NumConstants > 0) { in buildVector()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp4464 unsigned NumConstants = 0; in buildVector() local
4469 NumConstants += 1; in buildVector()
4478 if (NumConstants > 0) { in buildVector()