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.cpp134 if (MI.getOpcode() == TargetOpcode::PATCHPOINT) { in calculateLiveness()
H A DLocalStackSlotAllocation.cpp331 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 recordStackMap()
H A DInlineSpiller.cpp913 MI->getOpcode() == TargetOpcode::PATCHPOINT || in foldMemoryOperand()
H A DRegAllocGreedy.cpp2557 return MI.getOpcode() == TargetOpcode::PATCHPOINT || in computeStats()
H A DMachineInstr.cpp775 case TargetOpcode::PATCHPOINT: in isCandidateForCallSiteEntry()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1424 PATCHPOINT, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZLongBranch.cpp223 MI.getOpcode() == SystemZ::PATCHPOINT) && in getInstSizeInBytes()
H A DSystemZAsmPrinter.cpp659 case TargetOpcode::PATCHPOINT: in emitInstruction()
770 MII->getOpcode() == TargetOpcode::PATCHPOINT || in LowerSTACKMAP()
H A DSystemZInstrInfo.cpp1788 else if (MI.getOpcode() == SystemZ::PATCHPOINT) in getInstSizeInBytes()
/freebsd/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.cpp539 MII->getOpcode() == TargetOpcode::PATCHPOINT || in LowerSTACKMAP()
933 case TargetOpcode::PATCHPOINT: in emitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp860 if (Opc == TargetOpcode::STACKMAP || Opc == TargetOpcode::PATCHPOINT) { in eliminateFrameIndex()
940 if (Opc == TargetOpcode::STACKMAP || Opc == TargetOpcode::PATCHPOINT) { in eliminateFrameIndex()
H A DX86MCInstLower.cpp2379 case TargetOpcode::PATCHPOINT: in emitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVAsmPrinter.cpp134 MII->getOpcode() == TargetOpcode::PATCHPOINT || in LowerSTACKMAP()
312 case TargetOpcode::PATCHPOINT: in emitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp1032 if (Opc == TargetOpcode::STACKMAP || Opc == TargetOpcode::PATCHPOINT) { in EmitMachineNode()
1037 if (Opc == TargetOpcode::PATCHPOINT) { in EmitMachineNode()
H A DScheduleDAGSDNodes.cpp567 if (POpc == TargetOpcode::PATCHPOINT && in InitNodeNumDefs()
H A DSelectionDAGDumper.cpp548 case ISD::PATCHPOINT: in getOperationName()
H A DSelectionDAGISel.cpp2604 CurDAG->SelectNodeTo(N, TargetOpcode::PATCHPOINT, NodeTys, Ops); in Select_PATCHPOINT()
3249 case ISD::PATCHPOINT: in SelectCodeCommon()
H A DLegalizeIntegerTypes.cpp337 case ISD::PATCHPOINT: in PromoteIntegerResult()
2025 case ISD::PATCHPOINT: in PromoteIntegerOperand()
5294 case ISD::PATCHPOINT: in ExpandIntegerOperand()
6061 SDValue Res = DAG.getNode(ISD::PATCHPOINT, dl, VTList, Ops); in PromoteIntRes_PATCHPOINT()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp934 MI.getOpcode() == TargetOpcode::PATCHPOINT || in eliminateFrameIndex()
H A DAArch64AsmPrinter.cpp1569 MII->getOpcode() == TargetOpcode::PATCHPOINT || in LowerSTACKMAP()
2655 case TargetOpcode::PATCHPOINT: in emitInstruction()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTargetOpcodes.def140 HANDLE_TARGET_OPCODE(PATCHPOINT)

12