Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DMCInstrDescView.cpp96 const BitVector *ImplDefRegs, in Instruction() argument
101 Variables(std::move(Variables)), ImplDefRegs(*ImplDefRegs), in Instruction()
168 BitVector ImplDefRegs = RATC.emptyRegisters(); in create() local
180 ImplDefRegs |= AliasingBits; in create()
188 std::move(Variables), BVC.getUnique(std::move(ImplDefRegs)), in create()
207 return ImplDefRegs.anyCommon(ImplUseRegs); in hasAliasingImplicitRegisters()
DMCInstrDescView.h161 const BitVector &ImplDefRegs; // The set of aliased implicit def registers. member
168 SmallVector<Variable, 4> Variables, const BitVector *ImplDefRegs,