HomeSort by relevance Sort by last modified time
    Searched refs:IsVec (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceTypes.cpp 45 #define X(tag, IsVec, IsInt, IsFloat, IsIntArith, IsLoadStore, IsParam, \
60 #define X(tag, IsVec, IsInt, IsFloat, IsIntArith, IsLoadStore, IsParam, \
80 #define X(tag, IsVec, IsInt, IsFloat, IsIntArith, IsLoadStore, IsParam, \
82 _props_table_IsVec_##tag = IsVec,
86 // Verify that the number of vector elements is consistent with IsVec.
87 #define X(tag, IsVec, IsInt, IsFloat, IsIntArith, IsLoadStore, IsParam, \
126 #define X(tag, IsVec, IsInt, IsFloat, IsIntArith, IsBoolean, IsParam, \
129 IsVec, IsInt, IsInt & !IsVec, IsInt & IsVec, IsIntArith, IsFloat,
    [all...]
  /external/spirv-llvm/lib/SPIRV/
OCL20ToSPIRV.cpp     [all...]
SPIRVReader.cpp 576 bool IsVec = ReturnTy->isVectorTy();
577 if (IsVec)
580 if (IsVec)
596 if (!IsVec) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 966 milliseconds