Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DMCInstrDescView.cpp42 bool Operand::isImplicitReg() const { return ImplicitReg; } in isImplicitReg()
69 assert(ImplicitReg); in getImplicitReg()
70 return *ImplicitReg; in getImplicitReg()
137 Operand.ImplicitReg = MCPhysReg; in create()
146 Operand.ImplicitReg = MCPhysReg; in create()
H A DMCInstrDescView.h90 const MCPhysReg *ImplicitReg = nullptr; // Set for Implicit Op. member
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp923 Register ImplicitReg = MIRBuilder.buildUndef(ImplicitTy).getReg(0); in narrowScalar() local
924 MIRBuilder.buildAnyExt(DstReg, ImplicitReg); in narrowScalar()