Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:STACKMAP

603   // void @llvm.experimental.stackmap(i64 <id>, i32 <numShadowBytes>,
606 "Stackmap cannot return a value.");
608 // The stackmap intrinsic only records the live variables (the arguments
615 // STACKMAP(id, nbytes, ...)
637 // We are not adding any register mask info here, because the stackmap doesn't
656 // Issue STACKMAP.
658 TII.get(TargetOpcode::STACKMAP));
668 // Inform the Frame Information that we have a stackmap in this function.