Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:PATCHPOINT

6719 /// or patchpoint target node's operand list.
6728 /// for correctness. If a StackMap (or PatchPoint) intrinsic directly uses an
6769 // passed to it) and emits NOPS (if requested). Unlike the patchpoint
6817 /// \brief Lower llvm.experimental.patchpoint directly to its target opcode.
6820 // void|i64 @llvm.experimental.patchpoint.void|i64(i64 <id>,
6850 "Not enough arguments provided to the patchpoint intrinsic");
6937 // Replace the target specific call node with a PATCHPOINT node.
6938 MachineSDNode *MN = DAG.getMachineNode(TargetOpcode::PATCHPOINT,
6961 // Inform the Frame Information that we have a patchpoint in this function.