Searched refs:isTypeFloat (Results 1 – 7 of 7) sorted by relevance
148 SPIRVType::isTypeFloat(unsigned Bits)const { in isTypeFloat() function in SPIRV::SPIRVType230 return isTypeVector() && getVectorComponentType()->isTypeFloat(); in isTypeVectorFloat()245 return isTypeFloat() || isTypeVectorFloat(); in isTypeVectorOrScalarFloat()
87 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()
634 assert((op1Ty->isTypeInt() || op2Ty->isTypeFloat()) &&1064 assert((resTy->isTypeInt() || resTy->isTypeFloat()) &&
505 __inline bool isTypeFloat(TBasicType type) in isTypeFloat() function
1907 Args[0]->getType()->getVectorComponentType()->isTypeFloat(64)?64:32), in transOCLBuiltinFromInstPreproc()2043 Name += T->isTypeFloat()?'f':'i'; in getOCLBuiltinName()
157 if (Ty->isTypeFloat()) { in mapSPIRVTypeToOCLType()
4717 bool isFloat = isTypeFloat(typeProxy);5057 bool isFloat = isTypeFloat(typeProxy);6081 bool isFloat = isTypeFloat(typeProxy);6716 bool isFloat = isTypeFloat(typeProxy);