| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | patchpoint-verifiable.mir | 3 # verifying the PATCHPOINT instruction. 38 …; CHECK: PATCHPOINT 5, 5, 0, 2, 0, $rdi, $rsi, csr_64, implicit-def dead early-clobber $r11, impli… 39 …PATCHPOINT 5, 5, 0, 2, 0, $rdi, $rsi, csr_64, implicit-def dead early-clobber $r11, implicit-def $…
|
| /llvm-project-15.0.7/llvm/test/CodeGen/MIR/X86/ |
| H A D | liveout-register-mask.mir | 38 ; CHECK: PATCHPOINT 5, 5, 0, 2, 0, $rdi, $rsi, csr_64, liveout($esp, $rsp, $sp, $spl), 39 …PATCHPOINT 5, 5, 0, 2, 0, $rdi, $rsi, csr_64, liveout($esp, $rsp, $sp, $spl), implicit-def dead ea…
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | StackMapLivenessAnalysis.cpp | 135 if (MI.getOpcode() == TargetOpcode::PATCHPOINT) { in calculateLiveness()
|
| H A D | LocalStackSlotAllocation.cpp | 313 MI.getOpcode() == TargetOpcode::PATCHPOINT) in insertFrameReferenceRegisters()
|
| H A D | TargetInstrInfo.cpp | 481 case TargetOpcode::PATCHPOINT: in getPatchpointUnfoldableRange() 599 MI.getOpcode() == TargetOpcode::PATCHPOINT || in foldMemoryOperand() 668 MI.getOpcode() == TargetOpcode::PATCHPOINT || in foldMemoryOperand()
|
| H A D | DetectDeadLanes.cpp | 279 if (MI.getOpcode() == TargetOpcode::PATCHPOINT) in transferDefinedLanesStep()
|
| H A D | StackMaps.cpp | 535 assert(MI.getOpcode() == TargetOpcode::PATCHPOINT && "expected patchpoint"); in recordPatchPoint()
|
| H A D | InlineSpiller.cpp | 827 MI->getOpcode() == TargetOpcode::PATCHPOINT || in foldMemoryOperand()
|
| H A D | MachineInstr.cpp | 664 case TargetOpcode::PATCHPOINT: in isCandidateForCallSiteEntry()
|
| H A D | RegAllocGreedy.cpp | 2366 return MI.getOpcode() == TargetOpcode::PATCHPOINT || in computeStats()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 1299 PATCHPOINT, enumerator
|
| /llvm-project-15.0.7/llvm/unittests/Target/AArch64/ |
| H A D | InstSizes.cpp | 136 TEST(InstSizes, PATCHPOINT) { in TEST() argument
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZLongBranch.cpp | 223 MI.getOpcode() == SystemZ::PATCHPOINT) && in getInstSizeInBytes()
|
| H A D | SystemZAsmPrinter.cpp | 576 case TargetOpcode::PATCHPOINT: in emitInstruction() 687 MII->getOpcode() == TargetOpcode::PATCHPOINT || in LowerSTACKMAP()
|
| H A D | SystemZInstrInfo.cpp | 1528 else if (MI.getOpcode() == SystemZ::PATCHPOINT) in getInstSizeInBytes()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCRegisterInfo.cpp | 1455 MI.getOpcode() == TargetOpcode::PATCHPOINT) in getOffsetONFromFION() 1550 OpC != TargetOpcode::PATCHPOINT && !ImmToIdxMap.count(OpC); in eliminateFrameIndex() 1595 OpC == TargetOpcode::PATCHPOINT)) { in eliminateFrameIndex() 1812 MI->getOpcode() == TargetOpcode::PATCHPOINT || in isFrameOffsetLegal()
|
| H A D | PPCAsmPrinter.cpp | 451 MII->getOpcode() == TargetOpcode::PATCHPOINT || in LowerSTACKMAP() 745 case TargetOpcode::PATCHPOINT: in emitInstruction()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64AsmPrinter.cpp | 996 MII->getOpcode() == TargetOpcode::PATCHPOINT || in LowerSTACKMAP() 1428 case TargetOpcode::PATCHPOINT: in emitInstruction()
|
| H A D | AArch64RegisterInfo.cpp | 728 MI.getOpcode() == TargetOpcode::PATCHPOINT || in eliminateFrameIndex()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | InstrEmitter.cpp | 968 if (Opc == TargetOpcode::STACKMAP || Opc == TargetOpcode::PATCHPOINT) { in EmitMachineNode() 973 if (Opc == TargetOpcode::PATCHPOINT) { in EmitMachineNode()
|
| H A D | ScheduleDAGSDNodes.cpp | 561 if (POpc == TargetOpcode::PATCHPOINT && in InitNodeNumDefs()
|
| H A D | SelectionDAGDumper.cpp | 491 case ISD::PATCHPOINT: in getOperationName()
|
| H A D | SelectionDAGISel.cpp | 2293 CurDAG->SelectNodeTo(N, TargetOpcode::PATCHPOINT, NodeTys, Ops); in Select_PATCHPOINT() 2853 case ISD::PATCHPOINT: in SelectCodeCommon()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86RegisterInfo.cpp | 842 if (Opc == TargetOpcode::STACKMAP || Opc == TargetOpcode::PATCHPOINT) { in eliminateFrameIndex()
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | TargetOpcodes.def | 140 HANDLE_TARGET_OPCODE(PATCHPOINT)
|