Home
last modified time | relevance | path

Searched refs:DefRegisters (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DMCInstrDescView.cpp76 DefRegisters = RATC.emptyRegisters(); in Instruction()
80 auto &Registers = Op.IsDef ? DefRegisters : UseRegisters; in Instruction()
193 if (UseInstruction.UseRegisters.anyCommon(DefInstruction.DefRegisters)) { in AliasingConfigurations()
195 CommonRegisters &= DefInstruction.DefRegisters; in AliasingConfigurations()
DMCInstrDescView.h78 llvm::BitVector DefRegisters; // The union of the aliased def registers. member