Home
last modified time | relevance | path

Searched defs:Packing (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/panfrost/compiler/test/
Dtest-packing.cpp33 TEST(Packing, PackLiteral) in TEST() argument
39 TEST(Packing, PackUpper) in TEST() argument
57 TEST(Packing, PackTupleBits) in TEST() argument
70 TEST(Packing, PackSync) in TEST() argument
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/VE/
DVVPISelLowering.cpp61 auto Packing = getTypePacking(LegalVecVT.getSimpleVT()); in lowerToVVP() local
141 auto Packing = getTypePacking(DataVT); in lowerVVP_LOAD_STORE() local
266 auto Packing = getTypePacking(DataVT); in lowerVVP_GATHER_SCATTER() local
DVECustomDAG.h119 enum class Packing { enum
DVECustomDAG.cpp409 SDValue VECustomDAG::getConstantMask(Packing Packing, bool AllTrue) const { in getConstantMask() argument
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding_test.cc2975 TEST_F(ConstantFoldingTest, Packing) { in TEST_F() argument