Home | History | Annotate | Download | only in Sparc

Lines Matching defs:depth

1716                                  unsigned Depth) const {
1725 DAG.computeKnownBits(Op.getOperand(1), KnownZero, KnownOne, Depth+1);
1726 DAG.computeKnownBits(Op.getOperand(0), KnownZero2, KnownOne2, Depth+1);
2430 static SDValue getFRAMEADDR(uint64_t depth, SDValue Op, SelectionDAG &DAG,
2442 if (depth == 0) {
2456 while (depth--) {
2472 uint64_t depth = Op.getConstantOperandVal(0);
2474 return getFRAMEADDR(depth, Op, DAG, Subtarget);
2490 uint64_t depth = Op.getConstantOperandVal(0);
2493 if (depth == 0) {
2501 SDValue FrameAddr = getFRAMEADDR(depth - 1, Op, DAG, Subtarget);