reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/X86/X86ISelLowering.cpp
45626     if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
45628         Result = DAG.getTargetConstant(C->getZExtValue(), SDLoc(Op),
45629                                        Op.getValueType());
45635     if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
45637         Result = DAG.getTargetConstant(C->getZExtValue(), SDLoc(Op),
45638                                        Op.getValueType());
45644     if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
45646         Result = DAG.getTargetConstant(C->getZExtValue(), SDLoc(Op),
45647                                        Op.getValueType());
45653     if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
45656         Result = DAG.getTargetConstant(C->getSExtValue(), SDLoc(Op),
45657                                        Op.getValueType());
45663     if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
45665         Result = DAG.getTargetConstant(C->getZExtValue(), SDLoc(Op),
45666                                        Op.getValueType());
45672     if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
45674         Result = DAG.getTargetConstant(C->getZExtValue(), SDLoc(Op),
45675                                        Op.getValueType());
45681     if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
45683         Result = DAG.getTargetConstant(C->getZExtValue(), SDLoc(Op),
45684                                        Op.getValueType());
45691     if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
45695         Result = DAG.getTargetConstant(C->getSExtValue(), SDLoc(Op), MVT::i64);
45705     if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
45708         Result = DAG.getTargetConstant(C->getZExtValue(), SDLoc(Op),
45709                                        Op.getValueType());
45719     if (ConstantSDNode *CST = dyn_cast<ConstantSDNode>(Op)) {
45726       Result = DAG.getTargetConstant(ExtVal, SDLoc(Op), MVT::i64);
45738     if (auto *GA = dyn_cast<GlobalAddressSDNode>(Op))
45752   return TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);