Home
last modified time | relevance | path

Searched defs:scalarize (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DLegalizeMutations.cpp67 LegalizeMutation LegalizeMutations::scalarize(unsigned TypeIdx) { in scalarize() function in LegalizeMutations
/aosp_15_r20/external/eigen/Eigen/src/Core/arch/SYCL/
H A DInteropHeaders.h134 EIGEN_DEVICE_FUNC static Scalar scalarize(Index, PacketReturnType &) { in scalarize() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
H A DLegalizeMutations.cpp108 LegalizeMutation LegalizeMutations::scalarize(unsigned TypeIdx) { in scalarize() function in LegalizeMutations
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h930 LegalizeRuleSet &scalarize(unsigned TypeIdx) { in scalarize() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h911 LegalizeRuleSet &scalarize(unsigned TypeIdx) { in scalarize() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h929 LegalizeRuleSet &scalarize(unsigned TypeIdx) { in scalarize() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h929 LegalizeRuleSet &scalarize(unsigned TypeIdx) { in scalarize() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h911 LegalizeRuleSet &scalarize(unsigned TypeIdx) { in scalarize() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h735 LegalizeRuleSet &scalarize(unsigned TypeIdx) { in scalarize() function
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_lower_io.c2013 bool scalarize = vec_stride > scalar_size || in nir_lower_explicit_io_instr() local
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/
H A Dcpp.py1626 def scalarize(cls, scalar_func): member in CppVecOverrides