HomeSort by: relevance | last modified time | path
    Searched refs:OpActions (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h 1045 if (Op >= array_lengthof(OpActions[0])) return Custom;
1046 return OpActions[(unsigned)VT.getSimpleVT().SimpleTy][Op];
2167 assert(Op < array_lengthof(OpActions[0]) && "Table isn't big enough!");
2168 OpActions[(unsigned)VT.SimpleTy][Op] = Action;
2962 LegalizeAction OpActions[MVT::LAST_VALUETYPE][ISD::BUILTIN_OP_END];
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringBase.cpp 708 memset(OpActions, 0, sizeof(OpActions));

Completed in 38 milliseconds