Searched refs:TruncStoreActions (Results 1 – 6 of 6) sorted by relevance
418 return (LegalizeAction)TruncStoreActions[ValVT.getSimpleVT().SimpleTy] in getTruncStoreAction()1076 TruncStoreActions[ValVT.SimpleTy][MemVT.SimpleTy] = (uint8_t)Action; in setTruncStoreAction()1795 uint8_t TruncStoreActions[MVT::LAST_VALUETYPE][MVT::LAST_VALUETYPE]; variable
689 return TruncStoreActions[ValI][MemI]; in getTruncStoreAction()1448 TruncStoreActions[(unsigned)ValVT.SimpleTy][MemVT.SimpleTy] = Action; in setTruncStoreAction()2028 LegalizeAction TruncStoreActions[MVT::LAST_VALUETYPE][MVT::LAST_VALUETYPE]; variable
976 return TruncStoreActions[ValI][MemI]; in getTruncStoreAction()1821 TruncStoreActions[(unsigned)ValVT.SimpleTy][MemVT.SimpleTy] = Action; in setTruncStoreAction()2481 LegalizeAction TruncStoreActions[MVT::LAST_VALUETYPE][MVT::LAST_VALUETYPE]; variable
578 memset(TruncStoreActions, 0, sizeof(TruncStoreActions)); in initActions()
846 memset(TruncStoreActions, 0, sizeof(TruncStoreActions)); in initActions()
551 memset(TruncStoreActions, 0, sizeof(TruncStoreActions)); in TargetLowering()