Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp7620 for (auto *SelMI : Selects) in emitSelect() local
7621 if (NextMI.readsVirtualRegister(SelMI->getOperand(0).getReg())) { in emitSelect()
7667 for (auto *SelMI : Selects) in emitSelect() local
7668 SelMI->eraseFromParent(); in emitSelect()
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2420 GSelect &SelMI = cast<GSelect>(MI); in matchConstantSelectCmp() local
2422 isConstantOrConstantSplatVector(*MRI.getVRegDef(SelMI.getCondReg()), MRI); in matchConstantSelectCmp()