| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | statepoint-fixup-undef.mir | 123 ; STACKMAP-NEXT: .byte 3 124 ; STACKMAP-NEXT: .byte 0 126 ; STACKMAP-NEXT: .long 1 127 ; STACKMAP-NEXT: .long 1 128 ; STACKMAP-NEXT: .long 1 131 ; STACKMAP-NEXT: .quad 1 133 ; STACKMAP-NEXT: .quad 2 137 ; STACKMAP-NEXT: .byte 4 138 ; STACKMAP-NEXT: .byte 0 142 ; STACKMAP-NEXT: .long 0 [all …]
|
| H A D | stackmap-frame-setup.ll | 11 ; ISEL-NEXT: STACKMAP 15 ; FAST-ISEL-NEXT: STACKMAP
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | stackmap-frame-setup.ll | 11 ; ISEL-NEXT: STACKMAP 15 ; FAST-ISEL-NEXT: STACKMAP
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | stackmap-frame-setup.ll | 11 ; ISEL-NEXT: STACKMAP 15 ; FAST-ISEL-NEXT: STACKMAP
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 1293 STACKMAP, enumerator
|
| /llvm-project-15.0.7/llvm/unittests/Target/AArch64/ |
| H A D | InstSizes.cpp | 121 TEST(InstSizes, STACKMAP) { in TEST() argument
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | LocalStackSlotAllocation.cpp | 312 MI.getOpcode() == TargetOpcode::STACKMAP || in insertFrameReferenceRegisters()
|
| H A D | TargetInstrInfo.cpp | 478 case TargetOpcode::STACKMAP: in getPatchpointUnfoldableRange() 598 if (MI.getOpcode() == TargetOpcode::STACKMAP || in foldMemoryOperand() 667 if ((MI.getOpcode() == TargetOpcode::STACKMAP || in foldMemoryOperand()
|
| H A D | StackMaps.cpp | 525 assert(MI.getOpcode() == TargetOpcode::STACKMAP && "expected stackmap"); in recordStackMap()
|
| H A D | InlineSpiller.cpp | 828 MI->getOpcode() == TargetOpcode::STACKMAP; in foldMemoryOperand()
|
| H A D | MachineInstr.cpp | 665 case TargetOpcode::STACKMAP: in isCandidateForCallSiteEntry()
|
| H A D | RegAllocGreedy.cpp | 2367 MI.getOpcode() == TargetOpcode::STACKMAP || in computeStats()
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZLongBranch.cpp | 222 MI.isInlineAsm() || MI.getOpcode() == SystemZ::STACKMAP || in getInstSizeInBytes()
|
| H A D | SystemZAsmPrinter.cpp | 572 case TargetOpcode::STACKMAP: in emitInstruction() 688 MII->getOpcode() == TargetOpcode::STACKMAP) in LowerSTACKMAP()
|
| H A D | SystemZInstrInfo.cpp | 1530 else if (MI.getOpcode() == SystemZ::STACKMAP) in getInstSizeInBytes()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCRegisterInfo.cpp | 1454 else if (MI.getOpcode() == TargetOpcode::STACKMAP || in getOffsetONFromFION() 1549 bool noImmForm = !MI.isInlineAsm() && OpC != TargetOpcode::STACKMAP && in eliminateFrameIndex() 1594 OpC == TargetOpcode::STACKMAP || in eliminateFrameIndex() 1811 MI->getOpcode() == TargetOpcode::STACKMAP || in isFrameOffsetLegal()
|
| H A D | PPCAsmPrinter.cpp | 452 MII->getOpcode() == TargetOpcode::STACKMAP) in LowerSTACKMAP() 743 case TargetOpcode::STACKMAP: in emitInstruction()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64AsmPrinter.cpp | 997 MII->getOpcode() == TargetOpcode::STACKMAP) in LowerSTACKMAP() 1425 case TargetOpcode::STACKMAP: in emitInstruction()
|
| H A D | AArch64RegisterInfo.cpp | 727 if (MI.getOpcode() == TargetOpcode::STACKMAP || in eliminateFrameIndex()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86RegisterInfo.cpp | 842 if (Opc == TargetOpcode::STACKMAP || Opc == TargetOpcode::PATCHPOINT) { in eliminateFrameIndex()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 489 case ISD::STACKMAP: in getOperationName()
|
| H A D | InstrEmitter.cpp | 968 if (Opc == TargetOpcode::STACKMAP || Opc == TargetOpcode::PATCHPOINT) { in EmitMachineNode()
|
| H A D | SelectionDAGISel.cpp | 2242 CurDAG->SelectNodeTo(N, TargetOpcode::STACKMAP, NodeTys, Ops); in Select_STACKMAP() 2850 case ISD::STACKMAP: in SelectCodeCommon()
|
| H A D | FastISel.cpp | 706 TII.get(TargetOpcode::STACKMAP)); in selectStackmap()
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | TargetOpcodes.def | 130 HANDLE_TARGET_OPCODE(STACKMAP)
|