Home
last modified time | relevance | path

Searched refs:isTypeVector (Results 1 – 5 of 5) sorted by relevance

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVType.cpp64 if (isTypeVector()) in getBitWidth()
144 return isTypeVector() || isTypeArray() || isTypeStruct(); in isTypeComposite()
214 SPIRVType::isTypeVector() const { in isTypeVector() function in SPIRV::SPIRVType
220 return isTypeVector() && getVectorComponentType()->isTypeBool(); in isTypeVectorBool()
225 return isTypeVector() && getVectorComponentType()->isTypeInt(); in isTypeVectorInt()
230 return isTypeVector() && getVectorComponentType()->isTypeFloat(); in isTypeVectorFloat()
DSPIRVInstruction.h619 if (getValueType(Op1)->isTypeVector()) {
900 if (getValueType(Op1)->isTypeVector()) {
977 SPIRVType *conTy = getValueType(Condition)->isTypeVector() ?
1056 SPIRVType *resTy = Type->isTypeVector() ?
1058 SPIRVType *opTy = Type->isTypeVector() ?
1069 assert((Type->isTypeVector() ? (Type->getVectorComponentCount() ==
1313 getValueType(Composite)->isTypeVector());
1355 getValueType(Composite)->isTypeVector());
1523 assert(getValueType(VectorId)->isTypeVector());
1554 assert(getValueType(VectorId)->isTypeVector());
[all …]
DSPIRVType.h97 bool isTypeVector() const;
/external/spirv-llvm/lib/SPIRV/
DSPIRVReader.cpp1661 if (CE->getComposite()->getType()->isTypeVector()) { in transValueWithoutDecoration()
1685 if (CI->getComposite()->getType()->isTypeVector()) { in transValueWithoutDecoration()
2040 if (T && T->isTypeVector()) in getOCLBuiltinName()
2323 if (T->isTypeVector()) { in transOCLVectorLoadStore()
DSPIRVUtil.cpp197 if (Ty->isTypeVector()) { in mapSPIRVTypeToOCLType()