Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1369 STACKMAP, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp311 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 DMachineInstr.cpp735 case TargetOpcode::STACKMAP: in isCandidateForCallSiteEntry()
H A DRegAllocGreedy.cpp2560 MI.getOpcode() == TargetOpcode::STACKMAP || in computeStats()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZLongBranch.cpp222 MI.isInlineAsm() || MI.getOpcode() == SystemZ::STACKMAP || in getInstSizeInBytes()
H A DSystemZAsmPrinter.cpp654 case TargetOpcode::STACKMAP: in emitInstruction()
770 MII->getOpcode() == TargetOpcode::STACKMAP) in LowerSTACKMAP()
H A DSystemZInstrInfo.cpp1542 else if (MI.getOpcode() == SystemZ::STACKMAP) in getInstSizeInBytes()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVAsmPrinter.cpp132 MII->getOpcode() == TargetOpcode::STACKMAP) in LowerSTACKMAP()
250 case TargetOpcode::STACKMAP: in emitInstruction()
H A DRISCVInstrInfo.cpp1527 case TargetOpcode::STACKMAP: in getInstSizeInBytes()
/freebsd-14.2/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.cpp503 MII->getOpcode() == TargetOpcode::STACKMAP) in LowerSTACKMAP()
846 case TargetOpcode::STACKMAP: in emitInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp855 if (Opc == TargetOpcode::STACKMAP || Opc == TargetOpcode::PATCHPOINT) { in eliminateFrameIndex()
935 if (Opc == TargetOpcode::STACKMAP || Opc == TargetOpcode::PATCHPOINT) { in eliminateFrameIndex()
H A DX86MCInstLower.cpp2174 case TargetOpcode::STACKMAP: in emitInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp885 if (MI.getOpcode() == TargetOpcode::STACKMAP || in eliminateFrameIndex()
H A DAArch64AsmPrinter.cpp1291 MII->getOpcode() == TargetOpcode::STACKMAP) in LowerSTACKMAP()
1725 case TargetOpcode::STACKMAP: in emitInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp512 case ISD::STACKMAP: in getOperationName()
H A DInstrEmitter.cpp1005 if (Opc == TargetOpcode::STACKMAP || Opc == TargetOpcode::PATCHPOINT) { in EmitMachineNode()
H A DSelectionDAGISel.cpp2419 CurDAG->SelectNodeTo(N, TargetOpcode::STACKMAP, NodeTys, Ops); in Select_STACKMAP()
3112 case ISD::STACKMAP: in SelectCodeCommon()
H A DFastISel.cpp698 TII.get(TargetOpcode::STACKMAP)); in selectStackmap()
H A DLegalizeIntegerTypes.cpp1877 case ISD::STACKMAP: in PromoteIntegerOperand()
5124 case ISD::STACKMAP: in ExpandIntegerOperand()
H A DLegalizeFloatTypes.cpp3145 case ISD::STACKMAP: in SoftPromoteHalfOperand()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DTargetOpcodes.def130 HANDLE_TARGET_OPCODE(STACKMAP)

12