Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackMapLivenessAnalysis.cpp135 if (MI.getOpcode() == TargetOpcode::PATCHPOINT) { in calculateLiveness()
H A DLocalStackSlotAllocation.cpp312 MI.getOpcode() == TargetOpcode::PATCHPOINT) in insertFrameReferenceRegisters()
H A DTargetInstrInfo.cpp491 case TargetOpcode::PATCHPOINT: in getPatchpointUnfoldableRange()
675 MI.getOpcode() == TargetOpcode::PATCHPOINT || in foldMemoryOperand()
747 MI.getOpcode() == TargetOpcode::PATCHPOINT || in foldMemoryOperand()
H A DDetectDeadLanes.cpp201 if (MI.getOpcode() == TargetOpcode::PATCHPOINT) in transferDefinedLanesStep()
H A DStackMaps.cpp549 assert(MI.getOpcode() == TargetOpcode::PATCHPOINT && "expected patchpoint"); in recordPatchPoint()
H A DInlineSpiller.cpp913 MI->getOpcode() == TargetOpcode::PATCHPOINT || in foldMemoryOperand()
H A DMachineInstr.cpp734 case TargetOpcode::PATCHPOINT: in isCandidateForCallSiteEntry()
H A DRegAllocGreedy.cpp2559 return MI.getOpcode() == TargetOpcode::PATCHPOINT || in computeStats()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1375 PATCHPOINT, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZLongBranch.cpp223 MI.getOpcode() == SystemZ::PATCHPOINT) && in getInstSizeInBytes()
H A DSystemZAsmPrinter.cpp658 case TargetOpcode::PATCHPOINT: in emitInstruction()
769 MII->getOpcode() == TargetOpcode::PATCHPOINT || in LowerSTACKMAP()
H A DSystemZInstrInfo.cpp1540 else if (MI.getOpcode() == SystemZ::PATCHPOINT) in getInstSizeInBytes()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVAsmPrinter.cpp131 MII->getOpcode() == TargetOpcode::PATCHPOINT || in LowerSTACKMAP()
252 case TargetOpcode::PATCHPOINT: in emitInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp1573 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 DPPCAsmPrinter.cpp502 MII->getOpcode() == TargetOpcode::PATCHPOINT || in LowerSTACKMAP()
848 case TargetOpcode::PATCHPOINT: in emitInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp855 if (Opc == TargetOpcode::STACKMAP || Opc == TargetOpcode::PATCHPOINT) { in eliminateFrameIndex()
935 if (Opc == TargetOpcode::STACKMAP || Opc == TargetOpcode::PATCHPOINT) { in eliminateFrameIndex()
H A DX86MCInstLower.cpp2177 case TargetOpcode::PATCHPOINT: in emitInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp1005 if (Opc == TargetOpcode::STACKMAP || Opc == TargetOpcode::PATCHPOINT) { in EmitMachineNode()
1010 if (Opc == TargetOpcode::PATCHPOINT) { in EmitMachineNode()
H A DScheduleDAGSDNodes.cpp566 if (POpc == TargetOpcode::PATCHPOINT && in InitNodeNumDefs()
H A DSelectionDAGDumper.cpp514 case ISD::PATCHPOINT: in getOperationName()
H A DSelectionDAGISel.cpp2470 CurDAG->SelectNodeTo(N, TargetOpcode::PATCHPOINT, NodeTys, Ops); in Select_PATCHPOINT()
3115 case ISD::PATCHPOINT: in SelectCodeCommon()
H A DFastISel.cpp874 TII.get(TargetOpcode::PATCHPOINT)); in selectPatchpoint()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp886 MI.getOpcode() == TargetOpcode::PATCHPOINT || in eliminateFrameIndex()
H A DAArch64AsmPrinter.cpp1290 MII->getOpcode() == TargetOpcode::PATCHPOINT || in LowerSTACKMAP()
1728 case TargetOpcode::PATCHPOINT: in emitInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DTargetOpcodes.def140 HANDLE_TARGET_OPCODE(PATCHPOINT)

12