Searched refs:ValI (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 1472 unsigned ValI = (unsigned) ValVT.getSimpleVT().SimpleTy; in getLoadExtAction() local 1474 assert(ExtType < ISD::LAST_LOADEXT_TYPE && ValI < MVT::VALUETYPE_SIZE && in getLoadExtAction() 1477 return (LegalizeAction)((LoadExtActions[ValI][MemI] >> Shift) & 0xf); in getLoadExtAction() 1496 unsigned ValI = (unsigned)ValVT.getSimpleVT().SimpleTy; in getAtomicLoadExtAction() local 1498 assert(ExtType < ISD::LAST_LOADEXT_TYPE && ValI < MVT::VALUETYPE_SIZE && in getAtomicLoadExtAction() 1502 (LegalizeAction)((AtomicLoadExtActions[ValI][MemI] >> Shift) & 0xf); in getAtomicLoadExtAction() 1519 unsigned ValI = (unsigned) ValVT.getSimpleVT().SimpleTy; in getTruncStoreAction() local 1521 assert(ValI < MVT::VALUETYPE_SIZE && MemI < MVT::VALUETYPE_SIZE && in getTruncStoreAction() 1523 return TruncStoreActions[ValI][MemI]; in getTruncStoreAction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineVectorOps.cpp | 1558 auto ValI = std::begin(Val); in foldConstantInsEltIntoShuffle() local 1564 Values[I] = *ValI; in foldConstantInsEltIntoShuffle() 1567 ++ValI; in foldConstantInsEltIntoShuffle()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 11988 SDValue ValI = DAG.getExtractVectorElt(DL, ScalarVT, Vec, I); in expandVECTOR_COMPRESS() local 11991 Chain, DL, ValI, OutPtr, in expandVECTOR_COMPRESS() 12014 LastWriteVal = DAG.getSelect(DL, ScalarVT, AllLanesSelected, ValI, in expandVECTOR_COMPRESS()
|