Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.cpp264 static Type *getTypeFromOpParamType(OpParamType Kind, LLVMContext &Ctx, in getTypeFromOpParamType()
267 case OpParamType::VoidTy: in getTypeFromOpParamType()
269 case OpParamType::HalfTy: in getTypeFromOpParamType()
271 case OpParamType::FloatTy: in getTypeFromOpParamType()
273 case OpParamType::DoubleTy: in getTypeFromOpParamType()
275 case OpParamType::Int1Ty: in getTypeFromOpParamType()
277 case OpParamType::Int8Ty: in getTypeFromOpParamType()
279 case OpParamType::Int16Ty: in getTypeFromOpParamType()
281 case OpParamType::Int32Ty: in getTypeFromOpParamType()
283 case OpParamType::Int64Ty: in getTypeFromOpParamType()
[all …]
H A DDXILConstants.h28 enum class OpParamType : unsigned { enum
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDXILEmitter.cpp349 for (const Record *OpParamType : in emitDXILOpParamTypes() local
351 OS << "DXIL_OP_PARAM_TYPE(" << OpParamType->getName() << ")\n"; in emitDXILOpParamTypes()