Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1329 return TruncStoreActions[ValI][MemI]; in getTruncStoreAction()
2411 TruncStoreActions[(unsigned)ValVT.SimpleTy][MemVT.SimpleTy] = Action; in setTruncStoreAction()
3334 LegalizeAction TruncStoreActions[MVT::VALUETYPE_SIZE][MVT::VALUETYPE_SIZE]; variable
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp746 memset(TruncStoreActions, 0, sizeof(TruncStoreActions)); in initActions()