Home | History | Annotate | Download | only in SPIRV

Lines Matching refs:SPIRVType

44 #include "SPIRVType.h"
187 SPIRVType *transType(Type *T);
188 SPIRVType *transSPIRVOpaqueType(Type *T);
219 typedef DenseMap<Type *, SPIRVType *> LLVMToSPIRVTypeMap;
233 SPIRVType *mapType(Type *T, SPIRVType *BT) {
257 SPIRVType *getSPIRVType(Type *T) {
441 SPIRVType *
573 SPIRVType *RT = transType(FT->getReturnType());
574 std::vector<SPIRVType *> PT;
585 SPIRVType *
708 auto BT = static_cast<SPIRVType *>(transType(V->getType()));
752 SPIRVType* SamplerTy = transType(ConstV->getType());
766 SPIRVType* PipeStorageTy = transType(ConstV->getType());
1643 SPIRVType *SPRetTy = nullptr;