Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DMCInstrDescView.cpp97 const BitVector *ImplUseRegs, in Instruction() argument
102 ImplUseRegs(*ImplUseRegs), AllDefRegs(*AllDefRegs), in Instruction()
169 BitVector ImplUseRegs = RATC.emptyRegisters(); in create() local
182 ImplUseRegs |= AliasingBits; in create()
189 BVC.getUnique(std::move(ImplUseRegs)), in create()
207 return ImplDefRegs.anyCommon(ImplUseRegs); in hasAliasingImplicitRegisters()
DMCInstrDescView.h162 const BitVector &ImplUseRegs; // The set of aliased implicit use registers. member
169 const BitVector *ImplUseRegs, const BitVector *AllDefRegs,