HomeSort by: relevance | last modified time | path
    Searched defs:OperandIndex (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ScheduleDAGInstrs.h 67 unsigned OperandIndex;
70 unsigned OperandIndex, SUnit *SU)
71 : VReg2SUnit(VReg, LaneMask, SU), OperandIndex(OperandIndex) {}
  /src/sys/external/bsd/acpica/dist/include/
acstruct.h 81 UINT8 OperandIndex; /* Index into operand stack, to be used by AcpiDsObjStackPush */
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
TargetInfo.cpp 1281 unsigned OperandIndex;
1282 if (!OperandStr.getAsInteger(10, OperandIndex)) {
1283 if (OperandIndex >= FirstIn)
1284 OperandIndex += NumNewOuts;
1285 OS << OperandIndex;

Completed in 32 milliseconds