Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpLowering.cpp75 static void lowerIntrinsic(dxil::OpCode DXILOp, Function &F, Module &M) { in lowerIntrinsic() argument
78 Type *OverloadTy = DXILB.getOverloadTy(DXILOp, F.getFunctionType()); in lowerIntrinsic()
85 Value *DXILOpArg = B.getInt32(static_cast<unsigned>(DXILOp)); in lowerIntrinsic()
95 DXILB.createDXILOpCall(DXILOp, F.getReturnType(), OverloadTy, Args); in lowerIntrinsic()
H A DDXILOpBuilder.h40 static const char *getOpCodeName(dxil::OpCode DXILOp);
H A DDXILOpBuilder.cpp329 const char *DXILOpBuilder::getOpCodeName(dxil::OpCode DXILOp) { in getOpCodeName() argument
330 return ::getOpCodeName(DXILOp); in getOpCodeName()