Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1030 return TruncStoreActions[ValI][MemI]; in getTruncStoreAction()
1922 TruncStoreActions[(unsigned)ValVT.SimpleTy][MemVT.SimpleTy] = Action; in setTruncStoreAction()
2604 LegalizeAction TruncStoreActions[MVT::LAST_VALUETYPE][MVT::LAST_VALUETYPE]; variable
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp579 memset(TruncStoreActions, 0, sizeof(TruncStoreActions)); in initActions()