Searched defs:InputModifiers (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/R600/InstPrinter/
H A DAMDGPUInstPrinter.cpp163 unsigned InputModifiers = MI->getOperand(OpNo).getImm(); local
164 if (InputModifiers & 0x1)
166 if (InputModifiers & 0x2)
169 if (InputModifiers & 0x2)
/external/chromium_org/third_party/WebKit/public/web/
H A DWebInputEvent.h179 static const int InputModifiers = ShiftKey | ControlKey | AltKey | MetaKey; member in class:blink::WebInputEvent
/external/llvm/lib/Target/R600/
H A DSIISelLowering.cpp1391 int InputModifiers[3] = {0}; local
1497 InputModifiers[i] = 1;
1507 InputModifiers[i] = 2;
1521 Ops.push_back(DAG.getTargetConstant(InputModifiers[i], MVT::i32));

Completed in 120 milliseconds