Home
last modified time | relevance | path

Searched refs:PATCHPOINT (Results 1 – 25 of 38) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackMapLivenessAnalysis.cpp133 if (MI.getOpcode() == TargetOpcode::PATCHPOINT) { in calculateLiveness()
H A DLocalStackSlotAllocation.cpp329 MI.getOpcode() == TargetOpcode::PATCHPOINT) in insertFrameReferenceRegisters()
H A DDetectDeadLanes.cpp201 if (MI.getOpcode() == TargetOpcode::PATCHPOINT) in transferDefinedLanesStep()
H A DTargetInstrInfo.cpp566 case TargetOpcode::PATCHPOINT: in getPatchpointUnfoldableRange()
750 MI.getOpcode() == TargetOpcode::PATCHPOINT || in foldMemoryOperand()
822 MI.getOpcode() == TargetOpcode::PATCHPOINT || in foldMemoryOperand()
H A DStackMaps.cpp540 assert(MI.getOpcode() == TargetOpcode::PATCHPOINT && "expected patchpoint"); in recordPatchPoint()
H A DInlineSpiller.cpp932 MI->getOpcode() == TargetOpcode::PATCHPOINT || in foldMemoryOperand()
H A DMachineInstr.cpp782 case TargetOpcode::PATCHPOINT: in isCandidateForAdditionalCallInfo()
H A DRegAllocGreedy.cpp2696 return MI.getOpcode() == TargetOpcode::PATCHPOINT || in computeStats()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1523 PATCHPOINT, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZLongBranch.cpp221 MI.getOpcode() == SystemZ::PATCHPOINT || in getInstSizeInBytes()
H A DSystemZAsmPrinter.cpp690 case TargetOpcode::PATCHPOINT: in emitInstruction()
824 MII->getOpcode() == TargetOpcode::PATCHPOINT || in LowerSTACKMAP()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp1667 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 DPPCAsmPrinter.cpp544 MII->getOpcode() == TargetOpcode::PATCHPOINT || in LowerSTACKMAP()
941 case TargetOpcode::PATCHPOINT: in emitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp873 if (Opc == TargetOpcode::STACKMAP || Opc == TargetOpcode::PATCHPOINT) { in eliminateFrameIndex()
953 if (Opc == TargetOpcode::STACKMAP || Opc == TargetOpcode::PATCHPOINT) { in eliminateFrameIndex()
H A DX86MCInstLower.cpp2489 case TargetOpcode::PATCHPOINT: in emitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVAsmPrinter.cpp153 MII->getOpcode() == TargetOpcode::PATCHPOINT || in LowerSTACKMAP()
327 case TargetOpcode::PATCHPOINT: in emitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp1028 if (Opc == TargetOpcode::STACKMAP || Opc == TargetOpcode::PATCHPOINT) { in EmitMachineNode()
1033 if (Opc == TargetOpcode::PATCHPOINT) { in EmitMachineNode()
H A DScheduleDAGSDNodes.cpp566 if (POpc == TargetOpcode::PATCHPOINT && in InitNodeNumDefs()
H A DSelectionDAGDumper.cpp570 case ISD::PATCHPOINT: in getOperationName()
H A DSelectionDAGISel.cpp2651 CurDAG->SelectNodeTo(N, TargetOpcode::PATCHPOINT, NodeTys, Ops); in Select_PATCHPOINT()
3309 case ISD::PATCHPOINT: in SelectCodeCommon()
H A DLegalizeIntegerTypes.cpp357 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 DFastISel.cpp884 TII.get(TargetOpcode::PATCHPOINT)); in selectPatchpoint()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp1001 MI.getOpcode() == TargetOpcode::PATCHPOINT || in eliminateFrameIndex()
H A DAArch64AsmPrinter.cpp1678 MII->getOpcode() == TargetOpcode::PATCHPOINT || in LowerSTACKMAP()
3154 case TargetOpcode::PATCHPOINT: in emitInstruction()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTargetOpcodes.def145 HANDLE_TARGET_OPCODE(PATCHPOINT)

12