Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DMCInstrDescView.cpp45 Operand.ImplicitReg = MCPhysReg; in Instruction()
55 Operand.ImplicitReg = MCPhysReg; in Instruction()
257 assert(ROV.Op->ImplicitReg != nullptr); in setRegisterOperandValue()
258 assert(ROV.Reg == *ROV.Op->ImplicitReg); in setRegisterOperandValue()
DBenchmarkRunner.cpp155 if (Op.ImplicitReg) { in computeRegsToDef()
156 return *Op.ImplicitReg; in computeRegsToDef()
DMCInstrDescView.h65 const llvm::MCPhysReg *ImplicitReg = nullptr; // Set for Implicit Op. member