Lines Matching defs:TargetOpcode
14748 unsigned TargetOpcode;
14754 /// LHS of the TargetOpcode.
14756 /// RHS of the TargetOpcode.
14759 CombineResult(unsigned TargetOpcode, SDNode *Root,
14762 : TargetOpcode(TargetOpcode), LHSExt(LHSExt), RHSExt(RHSExt), Root(Root),
14765 /// Return a value that uses TargetOpcode and that can be used to replace
14785 return DAG.getNode(TargetOpcode, SDLoc(Root), Root->getValueType(0),
18824 case TargetOpcode::STATEPOINT:
18836 case TargetOpcode::STACKMAP:
18837 case TargetOpcode::PATCHPOINT: