Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVRegisterBankInfo.cpp400 LLT TestTy = MRI.getType(Sel.getCondReg()); in getInstrMapping()
H A DRISCVInstructionSelector.cpp1127 getOperandsForBranch(SelectMI.getCondReg(), MRI, CC, LHS, RHS); in selectSelect()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGenericMachineInstrs.h349 Register getCondReg() const { return getReg(1); } in getCondReg() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp1835 .addReg(Sel.getCondReg()) in selectSelect()
1836 .addReg(Sel.getCondReg()); in selectSelect()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2770 isConstantOrConstantSplatVector(*MRI.getVRegDef(SelMI.getCondReg()), MRI); in matchConstantSelectCmp()
6684 Register Cond = Select->getCondReg(); in tryFoldSelectOfConstants()
6687 LLT CondTy = MRI.getType(Select->getCondReg()); in tryFoldSelectOfConstants()
6816 Register Cond = Select->getCondReg(); in tryFoldBoolSelectToLogic()
6819 LLT CondTy = MRI.getType(Select->getCondReg()); in tryFoldBoolSelectToLogic()
6896 GICmp *Cmp = cast<GICmp>(MRI.getVRegDef(Select->getCondReg())); in matchSelectIMinMax()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp3414 const Register CondReg = Sel.getCondReg(); in select()
4911 MachineInstr *ConjMI = emitConjunction(SelI.getCondReg(), AArch64CC, MIB); in tryOptSelectConjunction()