Home
last modified time | relevance | path

Searched refs:CReg (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp1790 unsigned CReg = 0, OpReg = 0; in X86SelectShift() local
1793 CReg = X86::CL; in X86SelectShift()
1802 CReg = X86::CX; in X86SelectShift()
1811 CReg = X86::ECX; in X86SelectShift()
1820 CReg = X86::RCX; in X86SelectShift()
1842 CReg).addReg(Op1Reg); in X86SelectShift()
1846 if (CReg != X86::CL) in X86SelectShift()
1849 .addReg(CReg, RegState::Kill); in X86SelectShift()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonPseudo.td289 class CondStr<string CReg, bit True, bit New> {
290 string S = "if (" # !if(True,"","!") # CReg # !if(New,".new","") # ") ";
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp1554 unsigned CReg = fastEmit_i(VT, VT, ISD::Constant, Imm); in emitAdd_ri_() local
1555 if (!CReg) in emitAdd_ri_()
1558 ResultReg = emitAddSub_rr(true, VT, Op0, CReg); in emitAdd_ri_()