Searched defs:CondReg (Results 1 - 18 of 18) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIOptimizeExecMaskingPreRA.cpp105 const unsigned CondReg = Wave32 ? AMDGPU::VCC_LO : AMDGPU::VCC; local
H A DSIPreEmitPeephole.cpp69 const unsigned CondReg = TRI->getVCC(); local
H A DAMDGPUISelDAGToDAG.cpp2125 Register CondReg = UseSCCBr ? AMDGPU::SCC : TRI->getVCC(); local
H A DAMDGPUInstructionSelector.cpp2261 Register CondReg = CondOp.getReg(); local
H A DAMDGPURegisterBankInfo.cpp829 Register CondReg; local
2243 Register CondReg = MI.getOperand(0).getReg(); local
[all...]
H A DSIInstrInfo.cpp2251 static void preserveCondRegFlags(MachineOperand &CondReg, argument
2306 MachineOperand &CondReg = CondBr->getOperand(1); local
H A DSIISelLowering.cpp3383 Register CondReg = MRI.createVirtualRegister(BoolRC); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FlagsCopyLowering.cpp772 unsigned &CondReg = CondRegs[Cond]; local
828 unsigned &CondReg = CondRegs[Cond]; local
855 unsigned CondReg; local
881 unsigned CondReg; local
923 unsigned CondReg; local
959 unsigned &CondReg = CondRegs[Cond]; local
[all...]
H A DX86InstructionSelector.cpp1409 const Register CondReg = I.getOperand(0).getReg(); local
H A DX86FastISel.cpp2094 Register CondReg = getRegForValue(Cond); local
2312 Register CondReg = getRegForValue(Cond); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp776 auto CondReg = MIB.getReg(1); local
H A DARMFastISel.cpp1610 unsigned CondReg = getRegForValue(I->getOperand(0)); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp882 unsigned CondReg = getRegForI1Value(Select->getCondition(), Not); local
1274 unsigned CondReg = getRegForI1Value(Br->getCondition(), Not); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp968 unsigned CondReg = getRegForValue(BI->getCondition()); local
1047 unsigned CondReg = getRegForValue(Cond); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp791 unsigned CondReg = createResultReg(&PPC::CRRCRegClass); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp2510 unsigned CondReg = getRegForValue(BI->getCondition()); local
2524 unsigned CondReg = getRegForValue(BI->getCondition()); local
2750 unsigned CondReg = getRegForValue(Cond); local
2802 unsigned CondReg = getRegForValue(Cond); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp1269 const Register CondReg = I.getOperand(0).getReg(); local
1885 const Register CondReg = I.getOperand(0).getReg(); local
2733 const Register CondReg = I.getOperand(1).getReg(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp2940 Register CondReg = MI.getOperand(1).getReg(); local

Completed in 478 milliseconds