Home
last modified time | relevance | path

Searched defs:vreg (Results 1 – 11 of 11) sorted by relevance

/frameworks/libs/binary_translation/backend/x86_64/
Dmachine_ir_test_corpus.cc65 MachineReg vreg = machine_ir->AllocVReg(); in BuildDataFlowFromTwoPreds() local
96 MachineReg vreg = machine_ir->AllocVReg(); in BuildDataFlowToTwoSuccs() local
130 MachineReg vreg = machine_ir->AllocVReg(); in BuildDiamondControlFlow() local
172 MachineReg vreg = machine_ir->AllocVReg(); in BuildDataFlowAcrossEmptyLoop() local
Dcontext_liveness_analyzer_test.cc59 auto vreg = machine_ir.AllocVReg(); in TEST() local
80 auto vreg = machine_ir.AllocVReg(); in TEST() local
107 auto vreg = machine_ir.AllocVReg(); in TEST() local
137 auto vreg = machine_ir.AllocVReg(); in TEST() local
Dmachine_ir_check_test.cc189 MachineReg vreg = machine_ir.AllocVReg(); in TEST() local
205 MachineReg vreg = machine_ir.AllocVReg(); in TEST() local
224 MachineReg vreg = machine_ir.AllocVReg(); in TEST() local
249 MachineReg vreg = machine_ir.AllocVReg(); in TEST() local
274 MachineReg vreg = machine_ir.AllocVReg(); in TEST() local
298 MachineReg vreg = machine_ir.AllocVReg(); in TEST() local
326 MachineReg vreg = machine_ir.AllocVReg(); in TEST() local
Dliveness_analyzer_test.cc42 MachineReg vreg, in ExpectSingleLiveIn()
70 MachineReg vreg = machine_ir.AllocVReg(); in TEST() local
106 MachineReg vreg = machine_ir.AllocVReg(); in TEST() local
125 MachineReg vreg = machine_ir.AllocVReg(); in TEST() local
145 MachineReg vreg = machine_ir.AllocVReg(); in TEST() local
Drename_vregs.cc54 MachineReg vreg) { in GenInterBasicBlockMove()
91 for (auto vreg = liveness.GetFirstLiveIn(succ_bb); vreg != kInvalidMachineReg; in RenameVRegs() local
Drename_vregs_test.cc36 MachineReg vreg = machine_ir.AllocVReg(); in TEST() local
63 MachineReg vreg = machine_ir.AllocVReg(); in TEST() local
Dmachine_ir_test.cc64 MachineReg vreg = machine_ir.AllocVReg(); in TEST() local
Dmachine_ir_opt_test.cc403 auto vreg = machine_ir.AllocVReg(); in TEST() local
436 auto vreg = machine_ir.AllocVReg(); in TEST() local
505 auto vreg = machine_ir.AllocVReg(); in TEST() local
Dmachine_ir_opt.cc99 for (auto vreg : bb->live_out()) { in RemoveDeadCode() local
/frameworks/libs/binary_translation/backend/include/berberis/backend/x86_64/
Dliveness_analyzer.h55 MachineReg vreg = MachineReg::CreateVRegFromIndex(vreg_index); in GetNextLiveIn() local
/frameworks/libs/binary_translation/guest_state/riscv64/
Dguest_state_arch.cc75 std::size_t GetThreadStateVRegOffset(int vreg) { in GetThreadStateVRegOffset()