Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGenericMachineInstrs.h311 Register getCondReg() const { return getReg(1); } in getCondReg() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp1803 .addReg(Sel.getCondReg()) in selectSelect()
1804 .addReg(Sel.getCondReg()); in selectSelect()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2642 isConstantOrConstantSplatVector(*MRI.getVRegDef(SelMI.getCondReg()), MRI); in matchConstantSelectCmp()
6354 Register Cond = Select->getCondReg(); in tryFoldSelectOfConstants()
6357 LLT CondTy = MRI.getType(Select->getCondReg()); in tryFoldSelectOfConstants()
6483 Register Cond = Select->getCondReg(); in tryFoldBoolSelectToLogic()
6486 LLT CondTy = MRI.getType(Select->getCondReg()); in tryFoldBoolSelectToLogic()
6559 Register Cond = Select->getCondReg(); in tryFoldSelectToIntMinMax()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp1099 getOperandsForBranch(SelectMI.getCondReg(), MRI, CC, LHS, RHS); in selectSelect()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp3441 const Register CondReg = Sel.getCondReg(); in select()
5056 MachineInstr *ConjMI = emitConjunction(SelI.getCondReg(), AArch64CC, MIB); in tryOptSelectConjunction()