| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LocalStackSlotAllocation.cpp | 328 MI.getOpcode() == TargetOpcode::STACKMAP || in insertFrameReferenceRegisters()
|
| H A D | TargetInstrInfo.cpp | 563 case TargetOpcode::STACKMAP: in getPatchpointUnfoldableRange() 749 if (MI.getOpcode() == TargetOpcode::STACKMAP || in foldMemoryOperand() 821 if ((MI.getOpcode() == TargetOpcode::STACKMAP || in foldMemoryOperand()
|
| H A D | StackMaps.cpp | 530 assert(MI.getOpcode() == TargetOpcode::STACKMAP && "expected stackmap"); in recordStackMap()
|
| H A D | InlineSpiller.cpp | 933 MI->getOpcode() == TargetOpcode::STACKMAP; in foldMemoryOperand()
|
| H A D | MachineInstr.cpp | 783 case TargetOpcode::STACKMAP: in isCandidateForAdditionalCallInfo()
|
| H A D | RegAllocGreedy.cpp | 2697 MI.getOpcode() == TargetOpcode::STACKMAP || in computeStats()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 1517 STACKMAP, enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZLongBranch.cpp | 220 MI.isInlineAsm() || MI.getOpcode() == SystemZ::STACKMAP || in getInstSizeInBytes()
|
| H A D | SystemZAsmPrinter.cpp | 686 case TargetOpcode::STACKMAP: in emitInstruction() 825 MII->getOpcode() == TargetOpcode::STACKMAP) in LowerSTACKMAP()
|
| H A D | SystemZInstrInfo.cpp | 1823 else if (MI.getOpcode() == SystemZ::STACKMAP) in getInstSizeInBytes()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCRegisterInfo.cpp | 1666 else if (MI.getOpcode() == TargetOpcode::STACKMAP || in getOffsetONFromFION() 1787 bool noImmForm = !MI.isInlineAsm() && OpC != TargetOpcode::STACKMAP && in eliminateFrameIndex() 1832 OpC == TargetOpcode::STACKMAP || in eliminateFrameIndex() 2073 MI->getOpcode() == TargetOpcode::STACKMAP || in isFrameOffsetLegal()
|
| H A D | PPCAsmPrinter.cpp | 545 MII->getOpcode() == TargetOpcode::STACKMAP) in LowerSTACKMAP() 939 case TargetOpcode::STACKMAP: in emitInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86RegisterInfo.cpp | 873 if (Opc == TargetOpcode::STACKMAP || Opc == TargetOpcode::PATCHPOINT) { in eliminateFrameIndex() 953 if (Opc == TargetOpcode::STACKMAP || Opc == TargetOpcode::PATCHPOINT) { in eliminateFrameIndex()
|
| H A D | X86MCInstLower.cpp | 2486 case TargetOpcode::STACKMAP: in emitInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVAsmPrinter.cpp | 154 MII->getOpcode() == TargetOpcode::STACKMAP) in LowerSTACKMAP() 325 case TargetOpcode::STACKMAP: in emitInstruction()
|
| H A D | RISCVInstrInfo.cpp | 1855 case TargetOpcode::STACKMAP: in getInstSizeInBytes()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 568 case ISD::STACKMAP: in getOperationName()
|
| H A D | InstrEmitter.cpp | 1028 if (Opc == TargetOpcode::STACKMAP || Opc == TargetOpcode::PATCHPOINT) { in EmitMachineNode()
|
| H A D | SelectionDAGISel.cpp | 2600 CurDAG->SelectNodeTo(N, TargetOpcode::STACKMAP, NodeTys, Ops); in Select_STACKMAP() 3306 case ISD::STACKMAP: in SelectCodeCommon()
|
| H A D | FastISel.cpp | 699 TII.get(TargetOpcode::STACKMAP)); in selectStackmap()
|
| H A D | LegalizeIntegerTypes.cpp | 2073 case ISD::STACKMAP: in PromoteIntegerOperand() 5530 case ISD::STACKMAP: in ExpandIntegerOperand()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64RegisterInfo.cpp | 1000 if (MI.getOpcode() == TargetOpcode::STACKMAP || in eliminateFrameIndex()
|
| H A D | AArch64AsmPrinter.cpp | 1679 MII->getOpcode() == TargetOpcode::STACKMAP) in LowerSTACKMAP() 3151 case TargetOpcode::STACKMAP: in emitInstruction()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | TargetOpcodes.def | 135 HANDLE_TARGET_OPCODE(STACKMAP)
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | Target.td | 1368 def STACKMAP : StandardPseudoInstruction {
|