Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelperCasts.cpp211 LLT CondTy = MRI.getType(Select->getCondReg()); in matchCastOfSelect()
215 Register Cond = Select->getCondReg(); in matchCastOfSelect()
H A DCombinerHelper.cpp2795 isConstantOrConstantSplatVector(*MRI.getVRegDef(SelMI.getCondReg()), MRI); in matchConstantSelectCmp()
6976 Register Cond = Select->getCondReg(); in tryFoldSelectOfConstants()
6979 LLT CondTy = MRI.getType(Select->getCondReg()); in tryFoldSelectOfConstants()
7125 Register Cond = Select->getCondReg(); in tryFoldBoolSelectToLogic()
7128 LLT CondTy = MRI.getType(Select->getCondReg()); in tryFoldBoolSelectToLogic()
7205 GICmp *Cmp = cast<GICmp>(MRI.getVRegDef(Select->getCondReg())); in matchSelectIMinMax()
H A DGISelValueTracking.cpp837 Register Cond = SelMI.getCondReg(); in computeKnownFPClass()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVRegisterBankInfo.cpp378 LLT TestTy = MRI.getType(Sel.getCondReg()); in getInstrMapping()
H A DRISCVInstructionSelector.cpp1216 getOperandsForBranch(SelectMI.getCondReg(), CC, LHS, RHS, *MRI); in selectSelect()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGenericMachineInstrs.h352 Register getCondReg() const { return getReg(1); } in getCondReg() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp1875 .addReg(Sel.getCondReg()) in selectSelect()
1876 .addReg(Sel.getCondReg()); in selectSelect()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp3549 const Register CondReg = Sel.getCondReg(); in select()
5046 MachineInstr *ConjMI = emitConjunction(SelI.getCondReg(), AArch64CC, MIB); in tryOptSelectConjunction()