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

  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeEmitterGen.cpp 111 assert(!CGI.Operands.isFlatOperandNotEmitted(OpIdx) &&
116 while (CGI.Operands.isFlatOperandNotEmitted(NumberedOp))
CodeGenInstruction.h 188 /// isFlatOperandNotEmitted - Return true if the specified flat operand #
190 bool isFlatOperandNotEmitted(unsigned FlatOpNo) const {
  /external/llvm/utils/TableGen/
CodeEmitterGen.cpp 90 assert(!CGI.Operands.isFlatOperandNotEmitted(OpIdx) &&
97 (CGI.Operands.isFlatOperandNotEmitted(NumberedOp) ||
CodeGenInstruction.h 193 /// isFlatOperandNotEmitted - Return true if the specified flat operand #
195 bool isFlatOperandNotEmitted(unsigned FlatOpNo) const {
FixedLenDecoderEmitter.cpp     [all...]

Completed in 1003 milliseconds