HomeSort by relevance Sort by last modified time
    Searched refs:mapRegs (Results 1 - 4 of 4) sorted by null

  /external/valgrind/VEX/priv/
main_main.c 328 void (*mapRegs) ( HRegRemap*, HInstr*, Bool );
364 mapRegs = NULL;
415 mapRegs = (__typeof__(mapRegs)) X86FN(mapRegs_X86Instr);
433 mapRegs = (__typeof__(mapRegs)) AMD64FN(mapRegs_AMD64Instr);
450 mapRegs = (__typeof__(mapRegs)) PPC32FN(mapRegs_PPCInstr);
467 mapRegs = (__typeof__(mapRegs)) PPC64FN(mapRegs_PPCInstr)
    [all...]
host_generic_regs.h 464 void (*mapRegs) (HRegRemap*, HInstr*, Bool),
host_generic_reg_alloc2.c 345 behaviour of mapRegs, will be in-place modifications of the
373 void (*mapRegs) ( HRegRemap*, HInstr*, Bool ),
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonRDFOpt.cpp 98 auto mapRegs = [MI,&EM] (RegisterRef DstR, RegisterRef SrcR) -> void {
109 mapRegs({ DstOp.getReg(), Hexagon::subreg_hireg },
111 mapRegs({ DstOp.getReg(), Hexagon::subreg_loreg },
124 mapRegs({ DstOp.getReg(), DstOp.getSubReg() },

Completed in 74 milliseconds