Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp804 Register ImplicitReg = MIRBuilder.buildUndef(ImplicitTy).getReg(0); in narrowScalar() local
805 MIRBuilder.buildAnyExt(DstReg, ImplicitReg); in narrowScalar()