/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | StackMapLivenessAnalysis.cpp | 134 if (MI.getOpcode() == TargetOpcode::PATCHPOINT) { in calculateLiveness()
|
H A D | LocalStackSlotAllocation.cpp | 331 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 recordStackMap()
|
H A D | InlineSpiller.cpp | 913 MI->getOpcode() == TargetOpcode::PATCHPOINT || in foldMemoryOperand()
|
H A D | RegAllocGreedy.cpp | 2557 return MI.getOpcode() == TargetOpcode::PATCHPOINT || in computeStats()
|
H A D | MachineInstr.cpp | 775 case TargetOpcode::PATCHPOINT: in isCandidateForCallSiteEntry()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 1424 PATCHPOINT, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZLongBranch.cpp | 223 MI.getOpcode() == SystemZ::PATCHPOINT) && in getInstSizeInBytes()
|
H A D | SystemZAsmPrinter.cpp | 659 case TargetOpcode::PATCHPOINT: in emitInstruction() 770 MII->getOpcode() == TargetOpcode::PATCHPOINT || in LowerSTACKMAP()
|
H A D | SystemZInstrInfo.cpp | 1788 else if (MI.getOpcode() == SystemZ::PATCHPOINT) in getInstSizeInBytes()
|
/freebsd/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 | 539 MII->getOpcode() == TargetOpcode::PATCHPOINT || in LowerSTACKMAP() 933 case TargetOpcode::PATCHPOINT: in emitInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86RegisterInfo.cpp | 860 if (Opc == TargetOpcode::STACKMAP || Opc == TargetOpcode::PATCHPOINT) { in eliminateFrameIndex() 940 if (Opc == TargetOpcode::STACKMAP || Opc == TargetOpcode::PATCHPOINT) { in eliminateFrameIndex()
|
H A D | X86MCInstLower.cpp | 2379 case TargetOpcode::PATCHPOINT: in emitInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVAsmPrinter.cpp | 134 MII->getOpcode() == TargetOpcode::PATCHPOINT || in LowerSTACKMAP() 312 case TargetOpcode::PATCHPOINT: in emitInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | InstrEmitter.cpp | 1032 if (Opc == TargetOpcode::STACKMAP || Opc == TargetOpcode::PATCHPOINT) { in EmitMachineNode() 1037 if (Opc == TargetOpcode::PATCHPOINT) { in EmitMachineNode()
|
H A D | ScheduleDAGSDNodes.cpp | 567 if (POpc == TargetOpcode::PATCHPOINT && in InitNodeNumDefs()
|
H A D | SelectionDAGDumper.cpp | 548 case ISD::PATCHPOINT: in getOperationName()
|
H A D | SelectionDAGISel.cpp | 2604 CurDAG->SelectNodeTo(N, TargetOpcode::PATCHPOINT, NodeTys, Ops); in Select_PATCHPOINT() 3249 case ISD::PATCHPOINT: in SelectCodeCommon()
|
H A D | LegalizeIntegerTypes.cpp | 337 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 D | AArch64RegisterInfo.cpp | 934 MI.getOpcode() == TargetOpcode::PATCHPOINT || in eliminateFrameIndex()
|
H A D | AArch64AsmPrinter.cpp | 1569 MII->getOpcode() == TargetOpcode::PATCHPOINT || in LowerSTACKMAP() 2655 case TargetOpcode::PATCHPOINT: in emitInstruction()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | TargetOpcodes.def | 140 HANDLE_TARGET_OPCODE(PATCHPOINT)
|