Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVType.cpp148 SPIRVType::isTypeFloat(unsigned Bits)const { in isTypeFloat() function in SPIRV::SPIRVType
230 return isTypeVector() && getVectorComponentType()->isTypeFloat(); in isTypeVectorFloat()
245 return isTypeFloat() || isTypeVectorFloat(); in isTypeVectorOrScalarFloat()
DSPIRVType.h87 bool isTypeFloat(unsigned Bits = 0) const;
176 if (isTypeFloat(16)) in getRequiredCapability()
178 else if (isTypeFloat(64)) in getRequiredCapability()
215 if (getElementType()->isTypeFloat(16)) in getRequiredCapability()
DSPIRVInstruction.h634 assert((op1Ty->isTypeInt() || op2Ty->isTypeFloat()) &&
1064 assert((resTy->isTypeInt() || resTy->isTypeFloat()) &&
/external/spirv-llvm/lib/SPIRV/
DSPIRVReader.cpp1907 Args[0]->getType()->getVectorComponentType()->isTypeFloat(64)?64:32), in transOCLBuiltinFromInstPreproc()
2043 Name += T->isTypeFloat()?'f':'i'; in getOCLBuiltinName()
DSPIRVUtil.cpp157 if (Ty->isTypeFloat()) { in mapSPIRVTypeToOCLType()