reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
210 if (N->use_empty() || !N->isMachineOpcode()) 210 if (N->use_empty() || !N->isMachineOpcode()) 217 switch (N->getMachineOpcode()) { 245 if (!isa<ConstantSDNode>(N->getOperand(OffsetOpIdx)) || 246 N->getConstantOperandVal(OffsetOpIdx) != 0) 249 SDValue Base = N->getOperand(BaseOpIdx); 271 LLVM_DEBUG(N->dump(CurDAG)); 276 CurDAG->UpdateNodeOperands(N, Base.getOperand(0), ImmOperand, 277 N->getOperand(2)); 279 CurDAG->UpdateNodeOperands(N, N->getOperand(0), Base.getOperand(0), 279 CurDAG->UpdateNodeOperands(N, N->getOperand(0), Base.getOperand(0), 280 ImmOperand, N->getOperand(3));