Home
last modified time | relevance | path

Searched refs:ValRegs (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3013 ArrayRef<Register> ValRegs = getOrCreateVRegs(*PI->getIncomingValue(i)); in finishPendingPhis() local
3018 for (unsigned j = 0; j < ValRegs.size(); ++j) { in finishPendingPhis()
3020 MIB.addUse(ValRegs[j]); in finishPendingPhis()
H A DLegalizerHelper.cpp4083 auto splitTypePieces = [=](LLT PartTy, SmallVectorImpl<Register> &ValRegs, in reduceLoadStoreWidth()
4099 ValRegs.push_back(Dst); in reduceLoadStoreWidth()
4102 MIRBuilder.buildStore(ValRegs[Idx], NewAddrReg, *NewMMO); in reduceLoadStoreWidth()