Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:lookUpRegForValue

158   unsigned Reg = lookUpRegForValue(V);
229 Reg = lookUpRegForValue(Op);
250 unsigned FastISel::lookUpRegForValue(const Value *V) {
623 if (unsigned Reg = lookUpRegForValue(Address))
690 } else if (unsigned Reg = lookUpRegForValue(V)) {