Searched refs:LLVMTy (Results 1 – 6 of 6) sorted by relevance
51 Type convertToIceType(llvm::Type *LLVMTy) const { in convertToIceType() argument52 auto Pos = LLVM2IceMap.find(LLVMTy); in convertToIceType()54 return convertToIceTypeOther(LLVMTy); in convertToIceType()63 void addLLVMType(Type Ty, llvm::Type *LLVMTy);66 Type convertToIceTypeOther(llvm::Type *LLVMTy) const;
46 void TypeConverter::addLLVMType(Type Ty, llvm::Type *LLVMTy) { in addLLVMType() argument47 LLVM2IceMap[LLVMTy] = Ty; in addLLVMType()50 Type TypeConverter::convertToIceTypeOther(llvm::Type *LLVMTy) const { in convertToIceTypeOther()51 switch (LLVMTy->getTypeID()) { in convertToIceTypeOther()
196 Ice::Type convertToIceType(Type *LLVMTy) const { in convertToIceType()197 Ice::Type IceTy = TypeConverter.convertToIceType(LLVMTy); in convertToIceType()200 LLVMObjectAsString(LLVMTy)); in convertToIceType()
580 Ice::Type convertToIceTypeError(Type *LLVMTy);640 Ice::Type TopLevelParser::convertToIceTypeError(Type *LLVMTy) { in convertToIceTypeError() argument643 StrBuf << "Invalid LLVM type: " << *LLVMTy; in convertToIceTypeError()
18 LLVMContext &Context = LLVMTy->getContext(); in changeExtendedTypeToInteger()23 LLVMContext &Context = LLVMTy->getContext(); in changeExtendedVectorElementTypeToInteger()30 VT.LLVMTy = IntegerType::get(Context, BitWidth); in getExtendedIntegerVT()38 ResultVT.LLVMTy = VectorType::get(VT.getTypeForEVT(Context), NumElements); in getExtendedVectorVT()45 return LLVMTy->isFPOrFPVectorTy(); in isExtendedFloatingPoint()50 return LLVMTy->isIntOrIntVectorTy(); in isExtendedInteger()55 return LLVMTy->isIntegerTy(); in isExtendedScalarInteger()60 return LLVMTy->isVectorTy(); in isExtendedVector()97 return EVT::getEVT(cast<VectorType>(LLVMTy)->getElementType()); in getExtendedVectorElementType()102 return cast<VectorType>(LLVMTy)->getNumElements(); in getExtendedVectorNumElements()[all …]
37 Type *LLVMTy = nullptr; member51 return LLVMTy != VT.LLVMTy;410 return (intptr_t)(LLVMTy); in getRawBits()418 return L.LLVMTy < R.LLVMTy; in operator()