Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1493 return TruncStoreActions[ValI][MemI]; in getTruncStoreAction()
2601 TruncStoreActions[(unsigned)ValVT.SimpleTy][MemVT.SimpleTy] = Action; in setTruncStoreAction()
3598 LegalizeAction TruncStoreActions[MVT::VALUETYPE_SIZE][MVT::VALUETYPE_SIZE]; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp652 memset(TruncStoreActions, 0, sizeof(TruncStoreActions)); in initActions()