Home
last modified time | relevance | path

Searched refs:ValI (Results 1 – 5 of 5) 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-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h1067 unsigned ValI = (unsigned) ValVT.getSimpleVT().SimpleTy; in getLoadExtAction() local
1069 assert(ExtType < ISD::LAST_LOADEXT_TYPE && ValI < MVT::LAST_VALUETYPE && in getLoadExtAction()
1072 return (LegalizeAction)((LoadExtActions[ValI][MemI] >> Shift) & 0xf); in getLoadExtAction()
1092 unsigned ValI = (unsigned) ValVT.getSimpleVT().SimpleTy; in getTruncStoreAction() local
1094 assert(ValI < MVT::LAST_VALUETYPE && MemI < MVT::LAST_VALUETYPE && in getTruncStoreAction()
1096 return TruncStoreActions[ValI][MemI]; in getTruncStoreAction()
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h1219 unsigned ValI = (unsigned) ValVT.getSimpleVT().SimpleTy; in getLoadExtAction() local
1221 assert(ExtType < ISD::LAST_LOADEXT_TYPE && ValI < MVT::LAST_VALUETYPE && in getLoadExtAction()
1224 return (LegalizeAction)((LoadExtActions[ValI][MemI] >> Shift) & 0xf); in getLoadExtAction()
1244 unsigned ValI = (unsigned) ValVT.getSimpleVT().SimpleTy; in getTruncStoreAction() local
1246 assert(ValI < MVT::LAST_VALUETYPE && MemI < MVT::LAST_VALUETYPE && in getTruncStoreAction()
1248 return TruncStoreActions[ValI][MemI]; in getTruncStoreAction()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp1316 auto ValI = std::begin(Val); in foldConstantInsEltIntoShuffle() local
1322 Values[I] = *ValI; in foldConstantInsEltIntoShuffle()
1325 ++ValI; in foldConstantInsEltIntoShuffle()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp996 auto ValI = std::begin(Val); in foldConstantInsEltIntoShuffle() local
1003 Values[I] = *ValI; in foldConstantInsEltIntoShuffle()
1007 ++ValI; in foldConstantInsEltIntoShuffle()