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

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h 2980 uint16_t IndexedModeActions[MVT::LAST_VALUETYPE][ISD::LAST_INDEXED_MODE];
3023 /// The bits of IndexedModeActions used to store the legalisation actions
3037 IndexedModeActions[Ty][IdxMode] &= ~(0xf << Shift);
3038 IndexedModeActions[Ty][IdxMode] |= ((uint16_t)Action) << Shift;
3046 return (LegalizeAction)((IndexedModeActions[Ty][IdxMode] >> Shift) & 0xf);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringBase.cpp 711 memset(IndexedModeActions, 0, sizeof(IndexedModeActions));

Completed in 19 milliseconds