Home
last modified time | relevance | path

Searched refs:vreg (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/contrib/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h55 void recordVReg(unsigned vreg, PBQP::Graph::NodeId nodeId, in recordVReg() argument
58 assert(vreg2Node.find(vreg) == vreg2Node.end() && "Re-mapping vreg."); in recordVReg()
59 assert(allowedSets[vreg].empty() && "vreg already has pregs."); in recordVReg()
61 node2VReg[nodeId] = vreg; in recordVReg()
62 vreg2Node[vreg] = nodeId; in recordVReg()
63 std::copy(arBegin, arEnd, std::back_inserter(allowedSets[vreg])); in recordVReg()
70 PBQP::Graph::NodeId getNodeForVReg(unsigned vreg) const;
74 bool isPRegOption(unsigned vreg, unsigned option) const { in isPRegOption() argument
77 return !isSpillOption(vreg, option); in isPRegOption()
82 bool isSpillOption(unsigned vreg, unsigned option) const { in isSpillOption() argument
[all …]
DMachineRegisterInfo.h521 void addLiveIn(unsigned Reg, unsigned vreg = 0) {
522 LiveIns.push_back(std::make_pair(Reg, vreg));
/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DRegAllocPBQP.cpp166 PBQP::Graph::NodeId PBQPRAProblem::getNodeForVReg(unsigned vreg) const { in getNodeForVReg()
167 VReg2Node::const_iterator nodeItr = vreg2Node.find(vreg); in getNodeForVReg()
174 PBQPRAProblem::getAllowedSet(unsigned vreg) const { in getAllowedSet()
175 AllowedSetMap::const_iterator allowedSetItr = allowedSets.find(vreg); in getAllowedSet()
181 unsigned PBQPRAProblem::getPRegForOption(unsigned vreg, unsigned option) const { in getPRegForOption() argument
182 assert(isPRegOption(vreg, option) && "Not a preg option."); in getPRegForOption()
184 const AllowedSet& allowedSet = getAllowedSet(vreg); in getPRegForOption()
212 unsigned vreg = *vregItr; in build() local
213 const TargetRegisterClass *trc = mri->getRegClass(vreg); in build()
214 LiveInterval *vregLI = &LIS->getInterval(vreg); in build()
[all …]
/freebsd-9-stable/contrib/gdb/gdb/
Dppc-sysv-tdep.c77 int vreg = 2; in ppc_sysv_abi_push_dummy_call() local
197 if (vreg <= 13) in ppc_sysv_abi_push_dummy_call()
201 tdep->ppc_vr0_regnum + vreg, val); in ppc_sysv_abi_push_dummy_call()
202 vreg++; in ppc_sysv_abi_push_dummy_call()
586 int vreg = 2; in ppc64_sysv_abi_push_dummy_call() local
686 if (vreg <= 13) in ppc64_sysv_abi_push_dummy_call()
690 tdep->ppc_vr0_regnum + vreg, val); in ppc64_sysv_abi_push_dummy_call()
691 vreg++; in ppc64_sysv_abi_push_dummy_call()
/freebsd-9-stable/contrib/llvm/patches/
Dpatch-r262261-llvm-r199975-sparc.diff225 // control-flow pattern. The incoming instruction knows the destination vreg
/freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dzfs_acl.c1514 boolean_t vreg = vtype == VREG; in zfs_acl_inherit() local
1553 OWNING_GROUP)) && (vreg || (vdir && (iflags & in zfs_acl_inherit()