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); 547 CondRegArray CondRegs = collectCondsInRegs(*TestMBB, TestPos); in runOnMachineFunction() local 629 rewriteSetCC(*TestMBB, TestPos, TestLoc, MI, CondRegs); in runOnMachineFunction() 631 rewriteArithmetic(*TestMBB, TestPos, TestLoc, MI, CondRegs); in runOnMachineFunction() 633 rewriteMI(*TestMBB, TestPos, TestLoc, MI, CondRegs); in runOnMachineFunction() 698 rewriteMI(*TestMBB, TestPos, TestLoc, *JmpI, CondRegs); in runOnMachineFunction() 724 CondRegArray CondRegs = {}; in collectCondsInRegs() local [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPURegisterBankInfo.cpp | 2339 SmallVector<Register, 1> CondRegs(OpdMapper.getVRegs(1)); in applyMappingImpl() local 2340 if (CondRegs.empty()) in applyMappingImpl() 2341 CondRegs.push_back(MI.getOperand(1).getReg()); in applyMappingImpl() 2343 assert(CondRegs.size() == 1); in applyMappingImpl() 2346 const RegisterBank *CondBank = getRegBank(CondRegs[0], MRI, *TRI); in applyMappingImpl() 2353 B.buildZExt(NewCondReg, CondRegs[0]); in applyMappingImpl() 2385 B.buildSelect(DefRegs[0], CondRegs[0], Src1Regs[0], Src2Regs[0], Flags); in applyMappingImpl() 2386 B.buildSelect(DefRegs[1], CondRegs[0], Src1Regs[1], Src2Regs[1], Flags); in applyMappingImpl()
|