| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | StackMapLivenessAnalysis.cpp | 133 if (MI.getOpcode() == TargetOpcode::PATCHPOINT) { in calculateLiveness()
|
| H A D | LocalStackSlotAllocation.cpp | 329 MI.getOpcode() == TargetOpcode::PATCHPOINT) in insertFrameReferenceRegisters()
|
| H A D | DetectDeadLanes.cpp | 201 if (MI.getOpcode() == TargetOpcode::PATCHPOINT) in transferDefinedLanesStep()
|
| H A D | TargetInstrInfo.cpp | 566 case TargetOpcode::PATCHPOINT: in getPatchpointUnfoldableRange() 750 MI.getOpcode() == TargetOpcode::PATCHPOINT || in foldMemoryOperand() 822 MI.getOpcode() == TargetOpcode::PATCHPOINT || in foldMemoryOperand()
|
| H A D | StackMaps.cpp | 540 assert(MI.getOpcode() == TargetOpcode::PATCHPOINT && "expected patchpoint"); in recordPatchPoint()
|
| H A D | InlineSpiller.cpp | 932 MI->getOpcode() == TargetOpcode::PATCHPOINT || in foldMemoryOperand()
|
| H A D | MachineInstr.cpp | 782 case TargetOpcode::PATCHPOINT: in isCandidateForAdditionalCallInfo()
|
| H A D | RegAllocGreedy.cpp | 2696 return MI.getOpcode() == TargetOpcode::PATCHPOINT || in computeStats()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 1523 PATCHPOINT, enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZLongBranch.cpp | 221 MI.getOpcode() == SystemZ::PATCHPOINT || in getInstSizeInBytes()
|
| H A D | SystemZAsmPrinter.cpp | 690 case TargetOpcode::PATCHPOINT: in emitInstruction() 824 MII->getOpcode() == TargetOpcode::PATCHPOINT || in LowerSTACKMAP()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCRegisterInfo.cpp | 1667 MI.getOpcode() == TargetOpcode::PATCHPOINT) in getOffsetONFromFION() 1788 OpC != TargetOpcode::PATCHPOINT && !ImmToIdxMap.count(OpC); in eliminateFrameIndex() 1833 OpC == TargetOpcode::PATCHPOINT)) { in eliminateFrameIndex() 2074 MI->getOpcode() == TargetOpcode::PATCHPOINT || in isFrameOffsetLegal()
|
| H A D | PPCAsmPrinter.cpp | 544 MII->getOpcode() == TargetOpcode::PATCHPOINT || in LowerSTACKMAP() 941 case TargetOpcode::PATCHPOINT: 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 | 2489 case TargetOpcode::PATCHPOINT: in emitInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVAsmPrinter.cpp | 153 MII->getOpcode() == TargetOpcode::PATCHPOINT || in LowerSTACKMAP() 327 case TargetOpcode::PATCHPOINT: in emitInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | InstrEmitter.cpp | 1028 if (Opc == TargetOpcode::STACKMAP || Opc == TargetOpcode::PATCHPOINT) { in EmitMachineNode() 1033 if (Opc == TargetOpcode::PATCHPOINT) { in EmitMachineNode()
|
| H A D | ScheduleDAGSDNodes.cpp | 566 if (POpc == TargetOpcode::PATCHPOINT && in InitNodeNumDefs()
|
| H A D | SelectionDAGDumper.cpp | 570 case ISD::PATCHPOINT: in getOperationName()
|
| H A D | SelectionDAGISel.cpp | 2651 CurDAG->SelectNodeTo(N, TargetOpcode::PATCHPOINT, NodeTys, Ops); in Select_PATCHPOINT() 3309 case ISD::PATCHPOINT: in SelectCodeCommon()
|
| H A D | LegalizeIntegerTypes.cpp | 357 case ISD::PATCHPOINT: in PromoteIntegerResult() 2076 case ISD::PATCHPOINT: in PromoteIntegerOperand() 5533 case ISD::PATCHPOINT: in ExpandIntegerOperand() 6325 SDValue Res = DAG.getNode(ISD::PATCHPOINT, dl, VTList, Ops); in PromoteIntRes_PATCHPOINT()
|
| H A D | FastISel.cpp | 884 TII.get(TargetOpcode::PATCHPOINT)); in selectPatchpoint()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64RegisterInfo.cpp | 1001 MI.getOpcode() == TargetOpcode::PATCHPOINT || in eliminateFrameIndex()
|
| H A D | AArch64AsmPrinter.cpp | 1678 MII->getOpcode() == TargetOpcode::PATCHPOINT || in LowerSTACKMAP() 3154 case TargetOpcode::PATCHPOINT: in emitInstruction()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | TargetOpcodes.def | 145 HANDLE_TARGET_OPCODE(PATCHPOINT)
|