Searched refs:RATC (Results 1 – 7 of 7) sorted by relevance
21 const RegisterAliasingTrackerCache &RATC) in Instruction() argument32 Operand.Tracker = &RATC.getRegisterClass(OpInfo.RegClass); in Instruction()44 Operand.Tracker = &RATC.getRegister(*MCPhysReg); in Instruction()54 Operand.Tracker = &RATC.getRegister(*MCPhysReg); in Instruction()76 DefRegisters = RATC.emptyRegisters(); in Instruction()77 UseRegisters = RATC.emptyRegisters(); in Instruction()
139 const Instruction Instr(InstrDesc, RATC); in generatePrototype()174 remove(PossibleRegisters, RATC.reservedRegisters()); in generatePrototype()186 remove(PossibleRegisters, RATC.reservedRegisters()); in generatePrototype()
60 const Instruction OtherInstr(OtherInstrDesc, RATC); in generateTwoInstructionPrototype()88 const Instruction Instr(InstrDesc, RATC); in generatePrototype()
31 : State(State), RATC(State.getRegInfo(), in BenchmarkRunner()149 llvm::BitVector DefinedRegs = RATC.emptyRegisters(); in computeRegsToDef()
71 const RegisterAliasingTrackerCache RATC; variable
42 const Instruction Instr(InstrDesc, this->RATC); in generatePrototype()
224 return Instruction(State.getInstrInfo().get(Opcode), RATC); in createInstruction()