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

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
EDInstInfo.h 23 uint8_t operandFlags[EDIS_MAX_OPERANDS];
  /external/swiftshader/third_party/LLVM/utils/TableGen/
EDEmitter.cpp 348 /// @operandFlags - A reference the array of operand flag objects
375 /// @operandFlags - The array of operand flag objects, which don't have names
381 FlagsConstantEmitter *(&operandFlags)[EDIS_MAX_OPERANDS],
389 operandFlags[opIndex]->addEntry(opFlag);
392 #define DECORATE1(opName, opFlag) decorate1(operandFlags, inst, opName, opFlag)
429 /// @arg operandFlags - A reference to the array of operand flag object pointers
433 FlagsConstantEmitter *(&operandFlags)[EDIS_MAX_OPERANDS],
712 /// @operandFlags - A reference the array of operand flag objects
754 /// @arg operandFlags - A reference to the array of operand flag object pointers
759 FlagsConstantEmitter *(&operandFlags)[EDIS_MAX_OPERANDS]
    [all...]

Completed in 179 milliseconds