Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Drotr.ll59 ; GCN: v_and_b32_e32 [[XAND:v[0-9]+]], 15, [[X]]
61 ; GCN: v_lshrrev_b16_e64 [[LO:v[0-9]+]], [[XAND]], [[D]]
H A Drotl.ll63 ; GCN: v_and_b32_e32 [[XAND:v[0-9]+]], 15, [[X]]
65 ; GCN: v_lshlrev_b16_e64 [[LO:v[0-9]+]], [[XAND]], [[D]]
/llvm-project-15.0.7/llvm/lib/TableGen/
H A DTGLexer.h55 XConcat, XADD, XSUB, XMUL, XNOT, XAND, XOR, XXOR, XSRA, XSRL, XSHL, enumerator
H A DTGLexer.cpp567 .Case("and", tgtok::XAND) in LexExclaim()
H A DTGParser.cpp1149 case tgtok::XAND: in ParseOperation()
1177 case tgtok::XAND: Code = BinOpInit::AND; break; in ParseOperation()
1206 case tgtok::XAND: in ParseOperation()
2415 case tgtok::XAND: in ParseSimpleValue()