/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FlagsCopyLowering.cpp | 753 unsigned &CondReg = CondRegs[Cond]; in getCondOrInverseInReg() local 783 unsigned &CondReg = CondRegs[Cond]; in rewriteSetCC() local 826 unsigned &CondReg = CondRegs[Cond]; in rewriteArithmetic() local 900 unsigned CondReg; in rewriteMI() local
|
H A D | X86FastISel.cpp | 2111 Register CondReg = getRegForValue(Cond); in X86FastEmitCMoveSelect() local 2312 Register CondReg = getRegForValue(Cond); in X86FastEmitPseudoSelect() local
|
H A D | X86InstructionSelector.cpp |
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIPreEmitPeephole.cpp | 90 const unsigned CondReg = TRI->getVCC(); in optimizeVccBranch() local
|
H A D | SIOptimizeExecMaskingPreRA.cpp | 39 MCRegister CondReg; member in __anon314e3b690111::SIOptimizeExecMaskingPreRA
|
H A D | SIInstrInfo.cpp | 3142 static void preserveCondRegFlags(MachineOperand &CondReg, in preserveCondRegFlags() 3197 MachineOperand &CondReg = CondBr->getOperand(1); in insertBranch() local 6281 Register CondReg; in emitLoadScalarOpsFromVGPRLoop() local 7138 Register CondReg = Inst.getOperand(1).getReg(); in moveToVALUImpl() local 7296 Register CondReg = MRI.createVirtualRegister(RI.getWaveMaskRegClass()); in moveToVALUImpl() local 7555 Register CondReg = Cond.getReg(); in lowerSelect() local
|
H A D | AMDGPURegisterBankInfo.cpp | 861 Register CondReg; in executeInWaterfallLoop() local 2364 Register CondReg = MI.getOperand(0).getReg(); in applyMappingImpl() local
|
H A D | AMDGPUMachineCFGStructurizer.cpp | 1846 Register CondReg = Cond[0].getReg(); in ensureCondIsNotKilled() local
|
H A D | AMDGPUISelDAGToDAG.cpp | 2484 Register CondReg = UseSCCBr ? AMDGPU::SCC : TRI->getVCC(); in SelectBRCOND() local
|
H A D | AMDGPUInstructionSelector.cpp | 2829 Register CondReg = CondOp.getReg(); in selectG_BRCOND() local
|
H A D | SIISelLowering.cpp | 4476 Register CondReg = MRI.createVirtualRegister(BoolRC); in emitLoadM0FromVGPRLoop() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFastISel.cpp | 916 unsigned CondReg = in selectSelect() local 1321 unsigned CondReg = getRegForI1Value(Br->getCondition(), Br->getParent(), Not); in selectBr() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsFastISel.cpp | 961 Register CondReg = getRegForValue(BI->getCondition()); in selectBranch() local 1040 Register CondReg = getRegForValue(Cond); in selectSelect() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64FastISel.cpp | 2476 Register CondReg = getRegForValue(BI->getCondition()); in selectBranch() local 2490 Register CondReg = getRegForValue(BI->getCondition()); in selectBranch() local 2716 Register CondReg = getRegForValue(Cond); in selectSelect() local 2765 Register CondReg = getRegForValue(Cond); in selectSelect() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMInstructionSelector.cpp | 776 auto CondReg = MIB.getReg(1); in selectSelect() local
|
H A D | ARMFastISel.cpp | 1610 Register CondReg = getRegForValue(I->getOperand(0)); in SelectSelect() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
H A D | RISCVInstructionSelector.cpp | 444 static void getOperandsForBranch(Register CondReg, MachineRegisterInfo &MRI, in getOperandsForBranch()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/ |
H A D | X86InstructionSelector.cpp | 1493 const Register CondReg = I.getOperand(0).getReg(); in selectCondBranch() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCFastISel.cpp | 785 Register CondReg = createResultReg(&PPC::CRRCRegClass); in SelectBranch() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 1816 Register CondReg = I.getOperand(0).getReg(); in selectCompareBranch() local 3414 const Register CondReg = Sel.getCondReg(); in select() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 6243 Register CondReg = MI.getOperand(1).getReg(); in narrowScalarSelect() local
|