Home
last modified time | relevance | path

Searched refs:LoadExtActions (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Target/
DTargetLowering.h421 return (LegalizeAction)LoadExtActions[VT.getSimpleVT().SimpleTy][ExtType]; in getLoadExtAction()
1111 LoadExtActions[VT.SimpleTy][ExtType] = (uint8_t)Action; in setLoadExtAction()
1919 uint8_t LoadExtActions[MVT::LAST_VALUETYPE][ISD::LAST_LOADEXT_TYPE]; variable
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp521 memset(LoadExtActions, 0, sizeof(LoadExtActions)); in TargetLowering()