reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
297 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) { 300 Op.getValueType()); 307 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) { 309 Result = DAG.getTargetConstant(0, SDLoc(C), Op.getValueType()); 315 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) { 318 Op.getValueType()); 324 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) { 327 Op.getValueType()); 333 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) { 336 Result = DAG.getTargetConstant(Val, SDLoc(C), Op.getValueType()); 342 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) { 345 Result = DAG.getTargetConstant(Val, SDLoc(C), Op.getValueType()); 359 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);