| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | StackMapLivenessAnalysis.cpp | 135 if (MI.getOpcode() == TargetOpcode::PATCHPOINT) { in calculateLiveness()
|
| H A D | LocalStackSlotAllocation.cpp | 312 MI.getOpcode() == TargetOpcode::PATCHPOINT) in insertFrameReferenceRegisters()
|
| H A D | TargetInstrInfo.cpp | 491 case TargetOpcode::PATCHPOINT: in getPatchpointUnfoldableRange() 675 MI.getOpcode() == TargetOpcode::PATCHPOINT || in foldMemoryOperand() 747 MI.getOpcode() == TargetOpcode::PATCHPOINT || in foldMemoryOperand()
|
| H A D | DetectDeadLanes.cpp | 201 if (MI.getOpcode() == TargetOpcode::PATCHPOINT) in transferDefinedLanesStep()
|
| H A D | StackMaps.cpp | 549 assert(MI.getOpcode() == TargetOpcode::PATCHPOINT && "expected patchpoint"); in recordPatchPoint()
|
| H A D | InlineSpiller.cpp | 913 MI->getOpcode() == TargetOpcode::PATCHPOINT || in foldMemoryOperand()
|
| H A D | MachineInstr.cpp | 734 case TargetOpcode::PATCHPOINT: in isCandidateForCallSiteEntry()
|
| H A D | RegAllocGreedy.cpp | 2559 return MI.getOpcode() == TargetOpcode::PATCHPOINT || in computeStats()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 1375 PATCHPOINT, enumerator
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZLongBranch.cpp | 223 MI.getOpcode() == SystemZ::PATCHPOINT) && in getInstSizeInBytes()
|
| H A D | SystemZAsmPrinter.cpp | 658 case TargetOpcode::PATCHPOINT: in emitInstruction() 769 MII->getOpcode() == TargetOpcode::PATCHPOINT || in LowerSTACKMAP()
|
| H A D | SystemZInstrInfo.cpp | 1540 else if (MI.getOpcode() == SystemZ::PATCHPOINT) in getInstSizeInBytes()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVAsmPrinter.cpp | 131 MII->getOpcode() == TargetOpcode::PATCHPOINT || in LowerSTACKMAP() 252 case TargetOpcode::PATCHPOINT: in emitInstruction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCRegisterInfo.cpp | 1573 MI.getOpcode() == TargetOpcode::PATCHPOINT) in getOffsetONFromFION() 1677 OpC != TargetOpcode::PATCHPOINT && !ImmToIdxMap.count(OpC); in eliminateFrameIndex() 1722 OpC == TargetOpcode::PATCHPOINT)) { in eliminateFrameIndex() 1963 MI->getOpcode() == TargetOpcode::PATCHPOINT || in isFrameOffsetLegal()
|
| H A D | PPCAsmPrinter.cpp | 502 MII->getOpcode() == TargetOpcode::PATCHPOINT || in LowerSTACKMAP() 848 case TargetOpcode::PATCHPOINT: 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 | 2177 case TargetOpcode::PATCHPOINT: in emitInstruction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | InstrEmitter.cpp | 1005 if (Opc == TargetOpcode::STACKMAP || Opc == TargetOpcode::PATCHPOINT) { in EmitMachineNode() 1010 if (Opc == TargetOpcode::PATCHPOINT) { in EmitMachineNode()
|
| H A D | ScheduleDAGSDNodes.cpp | 566 if (POpc == TargetOpcode::PATCHPOINT && in InitNodeNumDefs()
|
| H A D | SelectionDAGDumper.cpp | 514 case ISD::PATCHPOINT: in getOperationName()
|
| H A D | SelectionDAGISel.cpp | 2470 CurDAG->SelectNodeTo(N, TargetOpcode::PATCHPOINT, NodeTys, Ops); in Select_PATCHPOINT() 3115 case ISD::PATCHPOINT: in SelectCodeCommon()
|
| H A D | FastISel.cpp | 874 TII.get(TargetOpcode::PATCHPOINT)); in selectPatchpoint()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64RegisterInfo.cpp | 886 MI.getOpcode() == TargetOpcode::PATCHPOINT || in eliminateFrameIndex()
|
| H A D | AArch64AsmPrinter.cpp | 1290 MII->getOpcode() == TargetOpcode::PATCHPOINT || in LowerSTACKMAP() 1728 case TargetOpcode::PATCHPOINT: in emitInstruction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | TargetOpcodes.def | 140 HANDLE_TARGET_OPCODE(PATCHPOINT)
|