Searched refs:mapRegs (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/VEX/priv/ |
D | main_main.c | 712 void (*mapRegs) ( HRegRemap*, HInstr*, Bool ); in libvex_BackEnd() local 741 mapRegs = NULL; in libvex_BackEnd() 859 mapRegs = CAST_TO_TYPEOF(mapRegs) X86FN(mapRegs_X86Instr); in libvex_BackEnd() 876 mapRegs = CAST_TO_TYPEOF(mapRegs) AMD64FN(mapRegs_AMD64Instr); in libvex_BackEnd() 893 mapRegs = CAST_TO_TYPEOF(mapRegs) PPC32FN(mapRegs_PPCInstr); in libvex_BackEnd() 909 mapRegs = CAST_TO_TYPEOF(mapRegs) PPC64FN(mapRegs_PPCInstr); in libvex_BackEnd() 926 mapRegs = CAST_TO_TYPEOF(mapRegs) S390FN(mapRegs_S390Instr); in libvex_BackEnd() 943 mapRegs = CAST_TO_TYPEOF(mapRegs) ARMFN(mapRegs_ARMInstr); in libvex_BackEnd() 959 mapRegs = CAST_TO_TYPEOF(mapRegs) ARM64FN(mapRegs_ARM64Instr); in libvex_BackEnd() 975 mapRegs = CAST_TO_TYPEOF(mapRegs) MIPS32FN(mapRegs_MIPSInstr); in libvex_BackEnd() [all …]
|
D | host_generic_regs.h | 464 void (*mapRegs) (HRegRemap*, HInstr*, Bool),
|
D | host_generic_reg_alloc2.c | 373 void (*mapRegs) ( HRegRemap*, HInstr*, Bool ), in doRegisterAllocation() 1549 (*mapRegs)( &remap, instrs_in->arr[ii], mode64 ); in doRegisterAllocation()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonRDFOpt.cpp | 98 auto mapRegs = [MI,&EM] (RegisterRef DstR, RegisterRef SrcR) -> void { in interpretAsCopy() local 109 mapRegs({ DstOp.getReg(), Hexagon::subreg_hireg }, in interpretAsCopy() 111 mapRegs({ DstOp.getReg(), Hexagon::subreg_loreg }, in interpretAsCopy() 124 mapRegs({ DstOp.getReg(), DstOp.getSubReg() }, in interpretAsCopy()
|