Searched refs:CReg (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVPreLegalizer.cpp | 571 Register CReg = Switch->getOperand(k).getReg(); in processSwitches() local 572 uint64_t Val = getIConstVal(CReg, &MRI); in processSwitches() 573 MachineInstr *ConstInstr = getDefInstrMaybeConstant(CReg, &MRI); in processSwitches()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 1789 unsigned CReg = 0, OpReg = 0; in X86SelectShift() local 1792 CReg = X86::CL; in X86SelectShift() 1801 CReg = X86::CX; in X86SelectShift() 1810 CReg = X86::ECX; in X86SelectShift() 1819 CReg = X86::RCX; in X86SelectShift() 1841 CReg).addReg(Op1Reg); in X86SelectShift() 1845 if (CReg != X86::CL) in X86SelectShift() 1848 .addReg(CReg, RegState::Kill); in X86SelectShift()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonPseudo.td | 289 class CondStr<string CReg, bit True, bit New> { 290 string S = "if (" # !if(True,"","!") # CReg # !if(New,".new","") # ") ";
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 1553 unsigned CReg = fastEmit_i(VT, VT, ISD::Constant, Imm); in emitAdd_ri_() local 1554 if (!CReg) in emitAdd_ri_() 1557 ResultReg = emitAddSub_rr(true, VT, Op0, CReg); in emitAdd_ri_()
|