HomeSort by relevance Sort by last modified time
    Searched refs:ResOperand (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp 387 /// ResOperand - This represents a single operand in the result instruction
391 struct ResOperand {
430 static ResOperand getRenderedOp(unsigned AsmOpNum, unsigned NumOperands) {
431 ResOperand X;
438 static ResOperand getTiedOp(unsigned TiedOperandNum) {
439 ResOperand X;
446 static ResOperand getImmOp(int64_t Val) {
447 ResOperand X;
454 static ResOperand getRegOp(Record *Reg) {
455 ResOperand X
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
AsmMatcherEmitter.cpp 293 /// ResOperand - This represents a single operand in the result instruction
297 struct ResOperand {
336 static ResOperand getRenderedOp(unsigned AsmOpNum, unsigned NumOperands) {
337 ResOperand X;
344 static ResOperand getTiedOp(unsigned TiedOperandNum) {
345 ResOperand X;
352 static ResOperand getImmOp(int64_t Val) {
353 ResOperand X;
360 static ResOperand getRegOp(Record *Reg) {
361 ResOperand X
    [all...]

Completed in 51 milliseconds