Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetLowering.h607 return (LegalizeAction)TruncStoreActions[ValI][MemI]; in getTruncStoreAction()
1304 TruncStoreActions[ValVT.SimpleTy][MemVT.SimpleTy] = (uint8_t)Action; in setTruncStoreAction()
1840 uint8_t TruncStoreActions[MVT::LAST_VALUETYPE][MVT::LAST_VALUETYPE]; variable
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp782 memset(TruncStoreActions, 0, sizeof(TruncStoreActions)); in initActions()