Searched refs:CondRegs (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FlagsCopyLowering.cpp | 103 const DebugLoc &TestLoc, X86::CondCode Cond, CondRegArray &CondRegs); 109 CondRegArray &CondRegs); 112 MachineInstr &MI, CondRegArray &CondRegs); 114 const DebugLoc &Loc, MachineInstr &MI, CondRegArray &CondRegs); 540 CondRegArray CondRegs = collectCondsInRegs(*TestMBB, TestPos); in runOnMachineFunction() local 622 rewriteSetCC(*TestMBB, TestPos, TestLoc, MI, CondRegs); in runOnMachineFunction() 624 rewriteArithmetic(*TestMBB, TestPos, TestLoc, MI, CondRegs); in runOnMachineFunction() 626 rewriteMI(*TestMBB, TestPos, TestLoc, MI, CondRegs); in runOnMachineFunction() 691 rewriteMI(*TestMBB, TestPos, TestLoc, *JmpI, CondRegs); in runOnMachineFunction() 717 CondRegArray CondRegs = {}; in collectCondsInRegs() local [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPURegisterBankInfo.cpp | 2311 SmallVector<Register, 1> CondRegs(OpdMapper.getVRegs(1)); in applyMappingImpl() local 2312 if (CondRegs.empty()) in applyMappingImpl() 2313 CondRegs.push_back(MI.getOperand(1).getReg()); in applyMappingImpl() 2315 assert(CondRegs.size() == 1); in applyMappingImpl() 2318 const RegisterBank *CondBank = getRegBank(CondRegs[0], MRI, *TRI); in applyMappingImpl() 2325 B.buildZExt(NewCondReg, CondRegs[0]); in applyMappingImpl() 2356 B.buildSelect(DefRegs[0], CondRegs[0], Src1Regs[0], Src2Regs[0]); in applyMappingImpl() 2357 B.buildSelect(DefRegs[1], CondRegs[0], Src1Regs[1], Src2Regs[1]); in applyMappingImpl()
|