Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DMachineIRBuilder.cpp556 Register ResIn = getMRI()->createGenericVirtualRegister(ResTy); in buildSequence() local
557 buildUndef(ResIn); in buildSequence()
563 buildInsert(ResOut, ResIn, Ops[i], Indices[i]); in buildSequence()
564 ResIn = ResOut; in buildSequence()