Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/include/llvm/Target/
DTargetLowering.h482 return (LegalizeAction)TruncStoreActions[ValVT.SimpleTy] in getTruncStoreAction()
1001 TruncStoreActions[ValVT.SimpleTy][MemVT.SimpleTy] = (uint8_t)Action; in setTruncStoreAction()
1451 uint8_t TruncStoreActions[MVT::LAST_VALUETYPE][MVT::LAST_VALUETYPE]; variable
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
DTargetLoweringBase.cpp706 memset(TruncStoreActions, 0, sizeof(TruncStoreActions)); in initActions()