| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 1418 STACKMAP, enumerator
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LocalStackSlotAllocation.cpp | 330 MI.getOpcode() == TargetOpcode::STACKMAP || in insertFrameReferenceRegisters()
|
| H A D | TargetInstrInfo.cpp | 488 case TargetOpcode::STACKMAP: in getPatchpointUnfoldableRange() 674 if (MI.getOpcode() == TargetOpcode::STACKMAP || in foldMemoryOperand() 746 if ((MI.getOpcode() == TargetOpcode::STACKMAP || in foldMemoryOperand()
|
| H A D | StackMaps.cpp | 539 assert(MI.getOpcode() == TargetOpcode::STACKMAP && "expected stackmap"); in recordStackMap()
|
| H A D | InlineSpiller.cpp | 914 MI->getOpcode() == TargetOpcode::STACKMAP; in foldMemoryOperand()
|
| H A D | RegAllocGreedy.cpp | 2558 MI.getOpcode() == TargetOpcode::STACKMAP || in computeStats()
|
| H A D | MachineInstr.cpp | 776 case TargetOpcode::STACKMAP: in isCandidateForCallSiteEntry()
|
| /src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZLongBranch.cpp | 222 MI.isInlineAsm() || MI.getOpcode() == SystemZ::STACKMAP || in getInstSizeInBytes()
|
| H A D | SystemZAsmPrinter.cpp | 655 case TargetOpcode::STACKMAP: in emitInstruction() 771 MII->getOpcode() == TargetOpcode::STACKMAP) in LowerSTACKMAP()
|
| H A D | SystemZInstrInfo.cpp | 1790 else if (MI.getOpcode() == SystemZ::STACKMAP) in getInstSizeInBytes()
|
| /src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCRegisterInfo.cpp | 1572 else if (MI.getOpcode() == TargetOpcode::STACKMAP || in getOffsetONFromFION() 1676 bool noImmForm = !MI.isInlineAsm() && OpC != TargetOpcode::STACKMAP && in eliminateFrameIndex() 1721 OpC == TargetOpcode::STACKMAP || in eliminateFrameIndex() 1962 MI->getOpcode() == TargetOpcode::STACKMAP || in isFrameOffsetLegal()
|
| H A D | PPCAsmPrinter.cpp | 540 MII->getOpcode() == TargetOpcode::STACKMAP) in LowerSTACKMAP() 931 case TargetOpcode::STACKMAP: in emitInstruction()
|
| /src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVAsmPrinter.cpp | 135 MII->getOpcode() == TargetOpcode::STACKMAP) in LowerSTACKMAP() 310 case TargetOpcode::STACKMAP: in emitInstruction()
|
| H A D | RISCVInstrInfo.cpp | 1496 case TargetOpcode::STACKMAP: in getInstSizeInBytes()
|
| /src/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86RegisterInfo.cpp | 860 if (Opc == TargetOpcode::STACKMAP || Opc == TargetOpcode::PATCHPOINT) { in eliminateFrameIndex() 940 if (Opc == TargetOpcode::STACKMAP || Opc == TargetOpcode::PATCHPOINT) { in eliminateFrameIndex()
|
| H A D | X86MCInstLower.cpp | 2376 case TargetOpcode::STACKMAP: in emitInstruction()
|
| /src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64RegisterInfo.cpp | 933 if (MI.getOpcode() == TargetOpcode::STACKMAP || in eliminateFrameIndex()
|
| H A D | AArch64AsmPrinter.cpp | 1570 MII->getOpcode() == TargetOpcode::STACKMAP) in LowerSTACKMAP() 2652 case TargetOpcode::STACKMAP: in emitInstruction()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 546 case ISD::STACKMAP: in getOperationName()
|
| H A D | InstrEmitter.cpp | 1032 if (Opc == TargetOpcode::STACKMAP || Opc == TargetOpcode::PATCHPOINT) { in EmitMachineNode()
|
| H A D | SelectionDAGISel.cpp | 2553 CurDAG->SelectNodeTo(N, TargetOpcode::STACKMAP, NodeTys, Ops); in Select_STACKMAP() 3246 case ISD::STACKMAP: in SelectCodeCommon()
|
| H A D | FastISel.cpp | 702 TII.get(TargetOpcode::STACKMAP)); in selectStackmap()
|
| H A D | LegalizeIntegerTypes.cpp | 2022 case ISD::STACKMAP: in PromoteIntegerOperand() 5291 case ISD::STACKMAP: in ExpandIntegerOperand()
|
| /src/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | TargetOpcodes.def | 130 HANDLE_TARGET_OPCODE(STACKMAP)
|
| /src/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | Target.td | 1356 def STACKMAP : StandardPseudoInstruction {
|