Home
last modified time | relevance | path

Searched defs:VecType (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/boost/qvm/
Dvec_register2.hpp12 #define BOOST_QVM_REGISTER_VEC_2_READ(VecType, ScalarType, Read0, Read1) \ argument
17 #define BOOST_QVM_REGISTER_VEC_2_READ_WRITE(VecType, ScalarType, Read0, Read1, Write0, Write1) … argument
22 #define BOOST_QVM_REGISTER_VEC_2(VecType, ScalarType, Element0, Element1) \ argument
Dvec_register3.hpp12 #define BOOST_QVM_REGISTER_VEC_3_READ(VecType, ScalarType, Read0, Read1, Read2) \ argument
18 #define BOOST_QVM_REGISTER_VEC_3_READ_WRITE(VecType, ScalarType, Read0, Read1, Read2, Write0, Write… argument
24 #define BOOST_QVM_REGISTER_VEC_3(VecType, ScalarType, Element0, Element1, Element2) \ argument
Dvec_register4.hpp12 #define BOOST_QVM_REGISTER_VEC_4_READ(VecType, ScalarType, Read0, Read1, Read2, Read3) \ argument
19 #define BOOST_QVM_REGISTER_VEC_4_READ_WRITE(VecType, ScalarType, Read0, Read1, Read2, Read3, Write0… argument
26 #define BOOST_QVM_REGISTER_VEC_4(VecType, ScalarType, Element0, Element1, Element2, Element3) \ argument
/third_party/boost/boost/qvm/detail/
Dvec_register_impl.hpp87 #define BOOST_QVM_DETAIL_SPECIALIZE_QVM_DETAIL_VEC_REGISTER_READ(VecType, ScalarType, Dim, I, Read)… argument
100 #define BOOST_QVM_DETAIL_SPECIALIZE_QVM_DETAIL_VEC_REGISTER_WRITE(VecType, ScalarType, Dim, I, Writ… argument
113 #define BOOST_QVM_DETAIL_SPECIALIZE_QVM_DETAIL_VEC_REGISTER_READ_WRITE(VecType, ScalarType, Dim, I,… argument
117 #define BOOST_QVM_DETAIL_REGISTER_VEC_SPECIALIZE_VEC_TRAITS_READ(VecType, ScalarType, Dim) \ argument
127 #define BOOST_QVM_DETAIL_REGISTER_VEC_SPECIALIZE_VEC_TRAITS_READ_WRITE(VecType, ScalarType, Dim)\ argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScalarizeMaskedMemIntrin.cpp134 VectorType *VecType = cast<VectorType>(CI->getType()); in scalarizeMaskedLoad() local
272 VectorType *VecType = cast<VectorType>(Src->getType()); in scalarizeMaskedStore() local
396 VectorType *VecType = cast<VectorType>(CI->getType()); in scalarizeMaskedGather() local
604 VectorType *VecType = cast<VectorType>(CI->getType()); in scalarizeMaskedExpandLoad() local
717 VectorType *VecType = cast<VectorType>(Src->getType()); in scalarizeMaskedCompressStore() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTX.h103 enum VecType { enum
DNVPTXISelDAGToDAG.cpp1047 unsigned VecType; in tryLoadVector() local
1913 unsigned VecType; in tryStoreVector() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DSymbolTable.h278 inline TType *VecType(TType *type, int size) in VecType() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineInterfaceMatchingTests.cpp60 enum class VecType enum
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp1732 Ice::Type VecType = Vec->getType(); in validateVectorIndex() local
2306 Ice::Type VecType = Vec->getType(); in ProcessRecord() local
2329 Ice::Type VecType = Vec->getType(); in ProcessRecord() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp1475 MVT VecType = Op.getOperand(0).getSimpleValueType(); in LowerVECTOR_SHUFFLE() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp471 VectorType *VecType = cast<VectorType>(VecInput->getType()); in foldVecTruncToExtElt() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp1159 Type *VecType = VecVT.getTypeForEVT(*DAG.getContext()); in SplitVecRes_INSERT_SUBVECTOR() local
1454 Type *VecType = VecVT.getTypeForEVT(*DAG.getContext()); in SplitVecRes_INSERT_VECTOR_ELT() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp8018 MVT VecType = MVT::getVectorVT(SimpleVT, 2); in LowerATOMIC_CMP_SWAP() local