Home
last modified time | relevance | path

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

12

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1418 STACKMAP, enumerator
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp330 MI.getOpcode() == TargetOpcode::STACKMAP || in insertFrameReferenceRegisters()
H A DTargetInstrInfo.cpp488 case TargetOpcode::STACKMAP: in getPatchpointUnfoldableRange()
674 if (MI.getOpcode() == TargetOpcode::STACKMAP || in foldMemoryOperand()
746 if ((MI.getOpcode() == TargetOpcode::STACKMAP || in foldMemoryOperand()
H A DStackMaps.cpp539 assert(MI.getOpcode() == TargetOpcode::STACKMAP && "expected stackmap"); in recordStackMap()
H A DInlineSpiller.cpp914 MI->getOpcode() == TargetOpcode::STACKMAP; in foldMemoryOperand()
H A DRegAllocGreedy.cpp2558 MI.getOpcode() == TargetOpcode::STACKMAP || in computeStats()
H A DMachineInstr.cpp776 case TargetOpcode::STACKMAP: in isCandidateForCallSiteEntry()
/src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZLongBranch.cpp222 MI.isInlineAsm() || MI.getOpcode() == SystemZ::STACKMAP || in getInstSizeInBytes()
H A DSystemZAsmPrinter.cpp655 case TargetOpcode::STACKMAP: in emitInstruction()
771 MII->getOpcode() == TargetOpcode::STACKMAP) in LowerSTACKMAP()
H A DSystemZInstrInfo.cpp1790 else if (MI.getOpcode() == SystemZ::STACKMAP) in getInstSizeInBytes()
/src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp1572 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 DPPCAsmPrinter.cpp540 MII->getOpcode() == TargetOpcode::STACKMAP) in LowerSTACKMAP()
931 case TargetOpcode::STACKMAP: in emitInstruction()
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVAsmPrinter.cpp135 MII->getOpcode() == TargetOpcode::STACKMAP) in LowerSTACKMAP()
310 case TargetOpcode::STACKMAP: in emitInstruction()
H A DRISCVInstrInfo.cpp1496 case TargetOpcode::STACKMAP: in getInstSizeInBytes()
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp860 if (Opc == TargetOpcode::STACKMAP || Opc == TargetOpcode::PATCHPOINT) { in eliminateFrameIndex()
940 if (Opc == TargetOpcode::STACKMAP || Opc == TargetOpcode::PATCHPOINT) { in eliminateFrameIndex()
H A DX86MCInstLower.cpp2376 case TargetOpcode::STACKMAP: in emitInstruction()
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp933 if (MI.getOpcode() == TargetOpcode::STACKMAP || in eliminateFrameIndex()
H A DAArch64AsmPrinter.cpp1570 MII->getOpcode() == TargetOpcode::STACKMAP) in LowerSTACKMAP()
2652 case TargetOpcode::STACKMAP: in emitInstruction()
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp546 case ISD::STACKMAP: in getOperationName()
H A DInstrEmitter.cpp1032 if (Opc == TargetOpcode::STACKMAP || Opc == TargetOpcode::PATCHPOINT) { in EmitMachineNode()
H A DSelectionDAGISel.cpp2553 CurDAG->SelectNodeTo(N, TargetOpcode::STACKMAP, NodeTys, Ops); in Select_STACKMAP()
3246 case ISD::STACKMAP: in SelectCodeCommon()
H A DFastISel.cpp702 TII.get(TargetOpcode::STACKMAP)); in selectStackmap()
H A DLegalizeIntegerTypes.cpp2022 case ISD::STACKMAP: in PromoteIntegerOperand()
5291 case ISD::STACKMAP: in ExpandIntegerOperand()
/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DTargetOpcodes.def130 HANDLE_TARGET_OPCODE(STACKMAP)
/src/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td1356 def STACKMAP : StandardPseudoInstruction {

12