Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp2205 #define getOpcV2H(ty, opKind0, opKind1) \ argument
2206 NVPTX::StoreParamV2##ty##_##opKind0##opKind1
2208 #define getOpcV2H1(ty, opKind0, isImm1) \ argument
2209 (isImm1) ? getOpcV2H(ty, opKind0, i) : getOpcV2H(ty, opKind0, r)
2214 #define getOpcV4H(ty, opKind0, opKind1, opKind2, opKind3) \ argument
2215 NVPTX::StoreParamV4##ty##_##opKind0##opKind1##opKind2##opKind3
2217 #define getOpcV4H3(ty, opKind0, opKind1, opKind2, isImm3) \ argument
2218 (isImm3) ? getOpcV4H(ty, opKind0, opKind1, opKind2, i) \
2219 : getOpcV4H(ty, opKind0, opKind1, opKind2, r)
2221 #define getOpcV4H2(ty, opKind0, opKind1, isImm2, isImm3) \ argument
[all …]