Home
last modified time | relevance | path

Searched refs:IntrinArgSelect (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpLowering.cpp73 struct IntrinArgSelect { struct in __anon1a4546bf0111::OpLowerer
108 ArrayRef<IntrinArgSelect> ArgSelects) { in replaceFunctionWithOp()
113 for (const IntrinArgSelect &A : ArgSelects) { in replaceFunctionWithOp()
115 case IntrinArgSelect::Type::Index: in replaceFunctionWithOp()
118 case IntrinArgSelect::Type::I8: in replaceFunctionWithOp()
121 case IntrinArgSelect::Type::I32: in replaceFunctionWithOp()
852 F, OpCode, ArrayRef<IntrinArgSelect>{__VA_ARGS__}); \ in lowerIntrinsics()
H A DDXIL.td327 class IntrinArgSelect<IntrinArgSelectType type_, int value_> {
332 class IntrinArgIndex<int index> : IntrinArgSelect<IntrinArgSelect_Index, index>;
333 class IntrinArgI8<int value> : IntrinArgSelect<IntrinArgSelect_I8, value>;
334 class IntrinArgI32<int value> : IntrinArgSelect<IntrinArgSelect_I32, value>;
365 list<IntrinArgSelect> arg_selects_ = []> {
367 list<IntrinArgSelect> arg_selects = arg_selects_;