Home
last modified time | relevance | path

Searched refs:ValI (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Target/
DTargetLowering.h660 unsigned ValI = (unsigned) ValVT.getSimpleVT().SimpleTy; in getLoadExtAction() local
662 assert(ExtType < ISD::LAST_LOADEXT_TYPE && ValI < MVT::LAST_VALUETYPE && in getLoadExtAction()
665 return (LegalizeAction)((LoadExtActions[ValI][MemI] >> Shift) & 0xf); in getLoadExtAction()
685 unsigned ValI = (unsigned) ValVT.getSimpleVT().SimpleTy; in getTruncStoreAction() local
687 assert(ValI < MVT::LAST_VALUETYPE && MemI < MVT::LAST_VALUETYPE && in getTruncStoreAction()
689 return TruncStoreActions[ValI][MemI]; in getTruncStoreAction()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetLowering.h947 unsigned ValI = (unsigned) ValVT.getSimpleVT().SimpleTy; in getLoadExtAction() local
949 assert(ExtType < ISD::LAST_LOADEXT_TYPE && ValI < MVT::LAST_VALUETYPE && in getLoadExtAction()
952 return (LegalizeAction)((LoadExtActions[ValI][MemI] >> Shift) & 0xf); in getLoadExtAction()
972 unsigned ValI = (unsigned) ValVT.getSimpleVT().SimpleTy; in getTruncStoreAction() local
974 assert(ValI < MVT::LAST_VALUETYPE && MemI < MVT::LAST_VALUETYPE && in getTruncStoreAction()
976 return TruncStoreActions[ValI][MemI]; in getTruncStoreAction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp751 auto ValI = std::begin(Val); in foldConstantInsEltIntoShuffle() local
758 Values[I] = *ValI; in foldConstantInsEltIntoShuffle()
762 ++ValI; in foldConstantInsEltIntoShuffle()