Home
last modified time | relevance | path

Searched refs:RATC (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DMCInstrDescView.cpp21 const RegisterAliasingTrackerCache &RATC) in Instruction() argument
32 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()
DUops.cpp139 const Instruction Instr(InstrDesc, RATC); in generatePrototype()
174 remove(PossibleRegisters, RATC.reservedRegisters()); in generatePrototype()
186 remove(PossibleRegisters, RATC.reservedRegisters()); in generatePrototype()
DLatency.cpp60 const Instruction OtherInstr(OtherInstrDesc, RATC); in generateTwoInstructionPrototype()
88 const Instruction Instr(InstrDesc, RATC); in generatePrototype()
DBenchmarkRunner.cpp31 : State(State), RATC(State.getRegInfo(), in BenchmarkRunner()
149 llvm::BitVector DefinedRegs = RATC.emptyRegisters(); in computeRegsToDef()
DBenchmarkRunner.h71 const RegisterAliasingTrackerCache RATC; variable
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/X86/
DTarget.cpp42 const Instruction Instr(InstrDesc, this->RATC); in generatePrototype()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-exegesis/X86/
DSnippetGeneratorTest.cpp224 return Instruction(State.getInstrInfo().get(Opcode), RATC); in createInstruction()