| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 1369 STACKMAP, enumerator
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LocalStackSlotAllocation.cpp | 311 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 | MachineInstr.cpp | 735 case TargetOpcode::STACKMAP: in isCandidateForCallSiteEntry()
|
| H A D | RegAllocGreedy.cpp | 2560 MI.getOpcode() == TargetOpcode::STACKMAP || in computeStats()
|
| /freebsd-14.2/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 | 654 case TargetOpcode::STACKMAP: in emitInstruction() 770 MII->getOpcode() == TargetOpcode::STACKMAP) in LowerSTACKMAP()
|
| H A D | SystemZInstrInfo.cpp | 1542 else if (MI.getOpcode() == SystemZ::STACKMAP) in getInstSizeInBytes()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVAsmPrinter.cpp | 132 MII->getOpcode() == TargetOpcode::STACKMAP) in LowerSTACKMAP() 250 case TargetOpcode::STACKMAP: in emitInstruction()
|
| H A D | RISCVInstrInfo.cpp | 1527 case TargetOpcode::STACKMAP: in getInstSizeInBytes()
|
| /freebsd-14.2/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 | 503 MII->getOpcode() == TargetOpcode::STACKMAP) in LowerSTACKMAP() 846 case TargetOpcode::STACKMAP: in emitInstruction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86RegisterInfo.cpp | 855 if (Opc == TargetOpcode::STACKMAP || Opc == TargetOpcode::PATCHPOINT) { in eliminateFrameIndex() 935 if (Opc == TargetOpcode::STACKMAP || Opc == TargetOpcode::PATCHPOINT) { in eliminateFrameIndex()
|
| H A D | X86MCInstLower.cpp | 2174 case TargetOpcode::STACKMAP: in emitInstruction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64RegisterInfo.cpp | 885 if (MI.getOpcode() == TargetOpcode::STACKMAP || in eliminateFrameIndex()
|
| H A D | AArch64AsmPrinter.cpp | 1291 MII->getOpcode() == TargetOpcode::STACKMAP) in LowerSTACKMAP() 1725 case TargetOpcode::STACKMAP: in emitInstruction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 512 case ISD::STACKMAP: in getOperationName()
|
| H A D | InstrEmitter.cpp | 1005 if (Opc == TargetOpcode::STACKMAP || Opc == TargetOpcode::PATCHPOINT) { in EmitMachineNode()
|
| H A D | SelectionDAGISel.cpp | 2419 CurDAG->SelectNodeTo(N, TargetOpcode::STACKMAP, NodeTys, Ops); in Select_STACKMAP() 3112 case ISD::STACKMAP: in SelectCodeCommon()
|
| H A D | FastISel.cpp | 698 TII.get(TargetOpcode::STACKMAP)); in selectStackmap()
|
| H A D | LegalizeIntegerTypes.cpp | 1877 case ISD::STACKMAP: in PromoteIntegerOperand() 5124 case ISD::STACKMAP: in ExpandIntegerOperand()
|
| H A D | LegalizeFloatTypes.cpp | 3145 case ISD::STACKMAP: in SoftPromoteHalfOperand()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | TargetOpcodes.def | 130 HANDLE_TARGET_OPCODE(STACKMAP)
|