Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1252 return TruncStoreActions[ValI][MemI]; in getTruncStoreAction()
2188 TruncStoreActions[(unsigned)ValVT.SimpleTy][MemVT.SimpleTy] = Action; in setTruncStoreAction()
2972 LegalizeAction TruncStoreActions[MVT::LAST_VALUETYPE][MVT::LAST_VALUETYPE]; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp710 memset(TruncStoreActions, 0, sizeof(TruncStoreActions)); in initActions()