Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelValueTracking.cpp836 GSelect &SelMI = cast<GSelect>(MI); in computeKnownFPClass() local
837 Register Cond = SelMI.getCondReg(); in computeKnownFPClass()
838 Register LHS = SelMI.getTrueReg(); in computeKnownFPClass()
839 Register RHS = SelMI.getFalseReg(); in computeKnownFPClass()
H A DCombinerHelper.cpp2793 GSelect &SelMI = cast<GSelect>(MI); in matchConstantSelectCmp() local
2795 isConstantOrConstantSplatVector(*MRI.getVRegDef(SelMI.getCondReg()), MRI); in matchConstantSelectCmp()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp9661 for (auto *SelMI : Selects) in emitSelect() local
9662 if (NextMI.readsVirtualRegister(SelMI->getOperand(0).getReg())) { in emitSelect()
9708 for (auto *SelMI : Selects) in emitSelect() local
9709 SelMI->eraseFromParent(); in emitSelect()