Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1442 unsigned ValI = (unsigned) ValVT.getSimpleVT().SimpleTy; in getLoadExtAction() local
1444 assert(ExtType < ISD::LAST_LOADEXT_TYPE && ValI < MVT::VALUETYPE_SIZE && in getLoadExtAction()
1447 return (LegalizeAction)((LoadExtActions[ValI][MemI] >> Shift) & 0xf); in getLoadExtAction()
1466 unsigned ValI = (unsigned)ValVT.getSimpleVT().SimpleTy; in getAtomicLoadExtAction() local
1468 assert(ExtType < ISD::LAST_LOADEXT_TYPE && ValI < MVT::VALUETYPE_SIZE && in getAtomicLoadExtAction()
1472 (LegalizeAction)((AtomicLoadExtActions[ValI][MemI] >> Shift) & 0xf); in getAtomicLoadExtAction()
1489 unsigned ValI = (unsigned) ValVT.getSimpleVT().SimpleTy; in getTruncStoreAction() local
1491 assert(ValI < MVT::VALUETYPE_SIZE && MemI < MVT::VALUETYPE_SIZE && in getTruncStoreAction()
1493 return TruncStoreActions[ValI][MemI]; in getTruncStoreAction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1480 auto ValI = std::begin(Val); in foldConstantInsEltIntoShuffle() local
1486 Values[I] = *ValI; in foldConstantInsEltIntoShuffle()
1489 ++ValI; in foldConstantInsEltIntoShuffle()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp11498 SDValue ValI = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, ScalarVT, Vec, Idx); in expandVECTOR_COMPRESS() local
11501 Chain, DL, ValI, OutPtr, in expandVECTOR_COMPRESS()
11525 DAG.getSelect(DL, ScalarVT, AllLanesSelected, ValI, LastWriteVal); in expandVECTOR_COMPRESS()