Home
last modified time | relevance | path

Searched refs:getCBufRetType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.cpp204 static StructType *getCBufRetType(Type *ElementTy) { in getCBufRetType() function
300 return getCBufRetType(Type::getHalfTy(Ctx)); in getTypeFromOpParamType()
302 return getCBufRetType(Type::getFloatTy(Ctx)); in getTypeFromOpParamType()
304 return getCBufRetType(Type::getDoubleTy(Ctx)); in getTypeFromOpParamType()
306 return getCBufRetType(Type::getInt16Ty(Ctx)); in getTypeFromOpParamType()
308 return getCBufRetType(Type::getInt32Ty(Ctx)); in getTypeFromOpParamType()
310 return getCBufRetType(Type::getInt64Ty(Ctx)); in getTypeFromOpParamType()
582 StructType *DXILOpBuilder::getCBufRetType(Type *ElementTy) { in getCBufRetType() function in llvm::dxil::DXILOpBuilder
583 return ::getCBufRetType(ElementTy); in getCBufRetType()
H A DDXILOpBuilder.h54 StructType *getCBufRetType(Type *ElementTy);
H A DDXILOpLowering.cpp537 Type *NewRetTy = OpBuilder.getCBufRetType(ScalarTy); in lowerCBufferLoad()