Lines Matching defs:TargetOpcode
15531 unsigned TargetOpcode;
15537 /// LHS of the TargetOpcode.
15539 /// RHS of the TargetOpcode.
15542 CombineResult(unsigned TargetOpcode, SDNode *Root,
15545 : TargetOpcode(TargetOpcode), LHSExt(LHSExt), RHSExt(RHSExt), Root(Root),
15548 /// Return a value that uses TargetOpcode and that can be used to replace
15568 return DAG.getNode(TargetOpcode, SDLoc(Root), Root->getValueType(0),
19905 case TargetOpcode::STATEPOINT:
19917 case TargetOpcode::STACKMAP:
19918 case TargetOpcode::PATCHPOINT: