Lines Matching defs:ResultNo
247 /// ResultNo - The slot number in the RecordedNodes vector that this will be,
249 unsigned ResultNo;
253 : Matcher(RecordNode), WhatFor(whatfor), ResultNo(resultNo) {}
256 unsigned getResultNo() const { return ResultNo; }
275 /// ResultNo - The slot number in the RecordedNodes vector that this will be,
277 unsigned ResultNo;
283 ResultNo(resultNo) {}
287 unsigned getResultNo() const { return ResultNo; }
837 unsigned ResultNo;
842 VT(vt), ResultNo(resultNo) {}
846 unsigned getResultNo() const { return ResultNo; }
864 unsigned ResultNo;
869 : Matcher(EmitStringInteger), Val(val), VT(vt), ResultNo(resultNo) {}
873 unsigned getResultNo() const { return ResultNo; }
894 unsigned ResultNo;
899 : Matcher(EmitRegister), Reg(reg), VT(vt), ResultNo(resultNo) {}
903 unsigned getResultNo() const { return ResultNo; }
921 unsigned ResultNo;
925 : Matcher(EmitConvertToTarget), Slot(slot), ResultNo(resultNo) {}
928 unsigned getResultNo() const { return ResultNo; }
1002 unsigned ResultNo;
1008 ResultNo(resultNo) {}
1012 unsigned getResultNo() const { return ResultNo; }