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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
CalcSpillWeights.cpp 62 unsigned sub, hreg, hsub; local
65 hreg = mi->getOperand(1).getReg();
69 hreg = mi->getOperand(0).getReg();
73 if (!hreg)
76 if (TargetRegisterInfo::isVirtualRegister(hreg))
77 return sub == hsub ? hreg : 0;
83 return rc->contains(hreg) ? hreg : 0;
85 // reg:sub should match the physreg hreg.
86 return tri.getMatchingSuperReg(hreg, sub, rc)
    [all...]
  /external/llvm/lib/CodeGen/
CalcSpillWeights.cpp 49 unsigned sub, hreg, hsub; local
52 hreg = mi->getOperand(1).getReg();
56 hreg = mi->getOperand(0).getReg();
60 if (!hreg)
63 if (TargetRegisterInfo::isVirtualRegister(hreg))
64 return sub == hsub ? hreg : 0;
70 return rc->contains(hreg) ? hreg : 0;
72 // reg:sub should match the physreg hreg.
73 return tri.getMatchingSuperReg(hreg, sub, rc)
    [all...]
  /external/valgrind/VEX/priv/
host_mips_isel.c 74 - A mapping from IRTemp to HReg. This tells the insn selector
83 32-bit virtual HReg, which holds the high half
113 HReg* vregmap;
114 HReg* vregmapHI;
130 static HReg lookupIRTemp(ISelEnv * env, IRTemp tmp)
136 static void lookupIRTemp64(HReg * vrHI, HReg * vrLO, ISelEnv * env, IRTemp tmp)
145 lookupIRTempPair(HReg * vrHI, HReg * vrLO, ISelEnv * env, IRTemp tmp)
163 static HReg newVRegI(ISelEnv * env
4175 HReg hreg, hregHI; local
    [all...]
host_s390_isel.c 55 - A mapping from IRTemp to HReg. This tells the insn selector
108 HReg *vregmap;
109 HReg *vregmapHI;
128 static HReg s390_isel_int_expr(ISelEnv *, IRExpr *);
133 static void s390_isel_int128_expr(HReg *, HReg *, ISelEnv *, IRExpr *);
134 static HReg s390_isel_float_expr(ISelEnv *, IRExpr *);
135 static void s390_isel_float128_expr(HReg *, HReg *, ISelEnv *, IRExpr *);
136 static HReg s390_isel_dfp_expr(ISelEnv *, IRExpr *)
4100 HReg hreg, hregHI; local
    [all...]
host_arm64_isel.c 53 - A mapping from IRTemp to HReg. This tells the insn selector
62 64-bit virtual HReg, which holds the high half
98 HReg* vregmap;
99 HReg* vregmapHI;
115 static HReg lookupIRTemp ( ISelEnv* env, IRTemp tmp )
122 static void lookupIRTempPair ( HReg* vrHI, HReg* vrLO,
141 static HReg newVRegI ( ISelEnv* env )
143 HReg reg = mkHReg(True/*virtual reg*/, HRcInt64, 0, env->vreg_ctr);
148 static HReg newVRegD ( ISelEnv* env
4115 HReg hreg, hregHI; local
    [all...]
host_x86_isel.c 138 - A mapping from IRTemp to HReg. This tells the insn selector
147 32-bit virtual HReg, which holds the high half
177 HReg* vregmap;
178 HReg* vregmapHI;
193 static HReg lookupIRTemp ( ISelEnv* env, IRTemp tmp )
200 static void lookupIRTemp64 ( HReg* vrHI, HReg* vrLO, ISelEnv* env, IRTemp tmp )
218 static HReg newVRegI ( ISelEnv* env )
220 HReg reg = mkHReg(True/*virtual reg*/, HRcInt32, 0/*enc*/, env->vreg_ctr);
225 static HReg newVRegF ( ISelEnv* env
4433 HReg hreg, hregHI; local
    [all...]
host_amd64_isel.c 112 - A mapping from IRTemp to HReg. This tells the insn selector
121 64-bit virtual HReg, which holds the high half
152 HReg* vregmap;
153 HReg* vregmapHI;
168 static HReg lookupIRTemp ( ISelEnv* env, IRTemp tmp )
175 static void lookupIRTempPair ( HReg* vrHI, HReg* vrLO,
194 static HReg newVRegI ( ISelEnv* env )
196 HReg reg = mkHReg(True/*virtual reg*/, HRcInt64, 0/*enc*/, env->vreg_ctr);
201 static HReg newVRegV ( ISelEnv* env
4934 HReg hreg, hregHI; local
    [all...]
host_arm_isel.c 75 - A mapping from IRTemp to HReg. This tells the insn selector
84 32-bit virtual HReg, which holds the high half
114 HReg* vregmap;
115 HReg* vregmapHI;
129 static HReg lookupIRTemp ( ISelEnv* env, IRTemp tmp )
136 static void lookupIRTemp64 ( HReg* vrHI, HReg* vrLO, ISelEnv* env, IRTemp tmp )
154 static HReg newVRegI ( ISelEnv* env )
156 HReg reg = mkHReg(True/*virtual reg*/, HRcInt32, 0/*enc*/, env->vreg_ctr);
161 static HReg newVRegD ( ISelEnv* env
6529 HReg hreg, hregHI; local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-mips.c 12072 int hreg, lreg; local
    [all...]
  /external/vixl/src/aarch64/
simulator-aarch64.h     [all...]

Completed in 780 milliseconds