HomeSort by relevance Sort by last modified time
    Searched refs:UseInstruction (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
MCInstrDescView.h 159 // to alias with Use registers of UseInstruction.
162 const Instruction &UseInstruction);
169 const Instruction &UseInstruction;
MCInstrDescView.cpp 191 const Instruction &DefInstruction, const Instruction &UseInstruction)
192 : DefInstruction(DefInstruction), UseInstruction(UseInstruction) {
193 if (UseInstruction.UseRegisters.anyCommon(DefInstruction.DefRegisters)) {
194 auto CommonRegisters = UseInstruction.UseRegisters;
199 addOperandIfAlias(Reg, false, UseInstruction.Operands, ARO.Uses);

Completed in 452 milliseconds