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

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

Completed in 115 milliseconds