Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLowering.h418 return (LegalizeAction)TruncStoreActions[ValVT.getSimpleVT().SimpleTy] in getTruncStoreAction()
1076 TruncStoreActions[ValVT.SimpleTy][MemVT.SimpleTy] = (uint8_t)Action; in setTruncStoreAction()
1795 uint8_t TruncStoreActions[MVT::LAST_VALUETYPE][MVT::LAST_VALUETYPE]; variable
/external/llvm/include/llvm/Target/
DTargetLowering.h689 return TruncStoreActions[ValI][MemI]; in getTruncStoreAction()
1448 TruncStoreActions[(unsigned)ValVT.SimpleTy][MemVT.SimpleTy] = Action; in setTruncStoreAction()
2028 LegalizeAction TruncStoreActions[MVT::LAST_VALUETYPE][MVT::LAST_VALUETYPE]; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetLowering.h976 return TruncStoreActions[ValI][MemI]; in getTruncStoreAction()
1821 TruncStoreActions[(unsigned)ValVT.SimpleTy][MemVT.SimpleTy] = Action; in setTruncStoreAction()
2481 LegalizeAction TruncStoreActions[MVT::LAST_VALUETYPE][MVT::LAST_VALUETYPE]; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp578 memset(TruncStoreActions, 0, sizeof(TruncStoreActions)); in initActions()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp846 memset(TruncStoreActions, 0, sizeof(TruncStoreActions)); in initActions()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp551 memset(TruncStoreActions, 0, sizeof(TruncStoreActions)); in TargetLowering()