Home
last modified time | relevance | path

Searched refs:STACKMAP (Results 1 – 25 of 36) sorted by relevance

12

/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dstatepoint-fixup-undef.mir123 ; 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 Dstackmap-frame-setup.ll11 ; ISEL-NEXT: STACKMAP
15 ; FAST-ISEL-NEXT: STACKMAP
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dstackmap-frame-setup.ll11 ; ISEL-NEXT: STACKMAP
15 ; FAST-ISEL-NEXT: STACKMAP
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dstackmap-frame-setup.ll11 ; ISEL-NEXT: STACKMAP
15 ; FAST-ISEL-NEXT: STACKMAP
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1293 STACKMAP, enumerator
/llvm-project-15.0.7/llvm/unittests/Target/AArch64/
H A DInstSizes.cpp121 TEST(InstSizes, STACKMAP) { in TEST() argument
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp312 MI.getOpcode() == TargetOpcode::STACKMAP || in insertFrameReferenceRegisters()
H A DTargetInstrInfo.cpp478 case TargetOpcode::STACKMAP: in getPatchpointUnfoldableRange()
598 if (MI.getOpcode() == TargetOpcode::STACKMAP || in foldMemoryOperand()
667 if ((MI.getOpcode() == TargetOpcode::STACKMAP || in foldMemoryOperand()
H A DStackMaps.cpp525 assert(MI.getOpcode() == TargetOpcode::STACKMAP && "expected stackmap"); in recordStackMap()
H A DInlineSpiller.cpp828 MI->getOpcode() == TargetOpcode::STACKMAP; in foldMemoryOperand()
H A DMachineInstr.cpp665 case TargetOpcode::STACKMAP: in isCandidateForCallSiteEntry()
H A DRegAllocGreedy.cpp2367 MI.getOpcode() == TargetOpcode::STACKMAP || in computeStats()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZLongBranch.cpp222 MI.isInlineAsm() || MI.getOpcode() == SystemZ::STACKMAP || in getInstSizeInBytes()
H A DSystemZAsmPrinter.cpp572 case TargetOpcode::STACKMAP: in emitInstruction()
688 MII->getOpcode() == TargetOpcode::STACKMAP) in LowerSTACKMAP()
H A DSystemZInstrInfo.cpp1530 else if (MI.getOpcode() == SystemZ::STACKMAP) in getInstSizeInBytes()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp1454 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 DPPCAsmPrinter.cpp452 MII->getOpcode() == TargetOpcode::STACKMAP) in LowerSTACKMAP()
743 case TargetOpcode::STACKMAP: in emitInstruction()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp997 MII->getOpcode() == TargetOpcode::STACKMAP) in LowerSTACKMAP()
1425 case TargetOpcode::STACKMAP: in emitInstruction()
H A DAArch64RegisterInfo.cpp727 if (MI.getOpcode() == TargetOpcode::STACKMAP || in eliminateFrameIndex()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp842 if (Opc == TargetOpcode::STACKMAP || Opc == TargetOpcode::PATCHPOINT) { in eliminateFrameIndex()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp489 case ISD::STACKMAP: in getOperationName()
H A DInstrEmitter.cpp968 if (Opc == TargetOpcode::STACKMAP || Opc == TargetOpcode::PATCHPOINT) { in EmitMachineNode()
H A DSelectionDAGISel.cpp2242 CurDAG->SelectNodeTo(N, TargetOpcode::STACKMAP, NodeTys, Ops); in Select_STACKMAP()
2850 case ISD::STACKMAP: in SelectCodeCommon()
H A DFastISel.cpp706 TII.get(TargetOpcode::STACKMAP)); in selectStackmap()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DTargetOpcodes.def130 HANDLE_TARGET_OPCODE(STACKMAP)

12