Searched defs:vreg (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | RegAllocPBQP.h | 54 void recordVReg(unsigned vreg, PBQP::Graph::NodeItr node, in recordVReg() 73 bool isPRegOption(unsigned vreg, unsigned option) const { in isPRegOption() 81 bool isSpillOption(unsigned vreg, unsigned option) const { in isSpillOption()
|
/external/valgrind/main/VEX/priv/ |
D | host_generic_reg_alloc2.c | 117 HReg vreg; member 208 static inline void sanity_check_spill_offset ( VRegLR* vreg ) in sanity_check_spill_offset() 352 HReg rreg, vreg, vregS, vregD; in doRegisterAllocation() local
|
D | host_x86_defs.c | 1669 X86Instr* directReload_X86( X86Instr* i, HReg vreg, Short spill_off ) in directReload_X86()
|
/external/llvm/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 182 unsigned PBQPRAProblem::getPRegForOption(unsigned vreg, unsigned option) const { in getPRegForOption() 216 unsigned vreg = *vregItr; in build() local 483 unsigned vreg = problem.getVRegForNode(node); in mapPBQPToRegAlloc() local
|