| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | StackMapLivenessAnalysis.cpp | 135 if (MI.getOpcode() == TargetOpcode::PATCHPOINT) { in calculateLiveness()
|
| H A D | LocalStackSlotAllocation.cpp | 312 MI.getOpcode() == TargetOpcode::PATCHPOINT) in insertFrameReferenceRegisters()
|
| H A D | TargetInstrInfo.cpp | 480 case TargetOpcode::PATCHPOINT: in getPatchpointUnfoldableRange() 598 MI.getOpcode() == TargetOpcode::PATCHPOINT || in foldMemoryOperand() 668 MI.getOpcode() == TargetOpcode::PATCHPOINT || in foldMemoryOperand()
|
| H A D | DetectDeadLanes.cpp | 279 if (MI.getOpcode() == TargetOpcode::PATCHPOINT) in transferDefinedLanesStep()
|
| H A D | StackMaps.cpp | 552 assert(MI.getOpcode() == TargetOpcode::PATCHPOINT && "expected patchpoint"); in recordPatchPoint()
|
| H A D | InlineSpiller.cpp | 844 MI->getOpcode() == TargetOpcode::PATCHPOINT || in foldMemoryOperand()
|
| H A D | MachineInstr.cpp | 719 case TargetOpcode::PATCHPOINT: in isCandidateForCallSiteEntry()
|
| H A D | RegAllocGreedy.cpp | 2455 return MI.getOpcode() == TargetOpcode::PATCHPOINT || in computeStats()
|
| H A D | MachineVerifier.cpp | 1985 if (MCID.getOpcode() == TargetOpcode::PATCHPOINT) in visitMachineOperand()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 1303 PATCHPOINT, enumerator
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZLongBranch.cpp | 223 MI.getOpcode() == SystemZ::PATCHPOINT) && in getInstSizeInBytes()
|
| H A D | SystemZAsmPrinter.cpp | 571 case TargetOpcode::PATCHPOINT: in emitInstruction() 682 MII->getOpcode() == TargetOpcode::PATCHPOINT || in LowerSTACKMAP()
|
| H A D | SystemZInstrInfo.cpp | 1528 else if (MI.getOpcode() == SystemZ::PATCHPOINT) in getInstSizeInBytes()
|
| /openbsd-src/gnu/llvm/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 | 444 MII->getOpcode() == TargetOpcode::PATCHPOINT || in LowerSTACKMAP() 738 case TargetOpcode::PATCHPOINT: in emitInstruction()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | InstrEmitter.cpp | 1005 if (Opc == TargetOpcode::STACKMAP || Opc == TargetOpcode::PATCHPOINT) { in EmitMachineNode() 1010 if (Opc == TargetOpcode::PATCHPOINT) { in EmitMachineNode()
|
| H A D | SelectionDAGDumper.cpp | 496 case ISD::PATCHPOINT: in getOperationName()
|
| H A D | ScheduleDAGSDNodes.cpp | 566 if (POpc == TargetOpcode::PATCHPOINT && in InitNodeNumDefs()
|
| H A D | SelectionDAGISel.cpp | 2347 CurDAG->SelectNodeTo(N, TargetOpcode::PATCHPOINT, NodeTys, Ops); in Select_PATCHPOINT() 2910 case ISD::PATCHPOINT: in SelectCodeCommon()
|
| H A D | FastISel.cpp | 877 TII.get(TargetOpcode::PATCHPOINT)); in selectPatchpoint()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64AsmPrinter.cpp | 1102 MII->getOpcode() == TargetOpcode::PATCHPOINT || in LowerSTACKMAP() 1533 case TargetOpcode::PATCHPOINT: in emitInstruction()
|
| H A D | AArch64RegisterInfo.cpp | 839 MI.getOpcode() == TargetOpcode::PATCHPOINT || in eliminateFrameIndex()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86RegisterInfo.cpp | 842 if (Opc == TargetOpcode::STACKMAP || Opc == TargetOpcode::PATCHPOINT) { in eliminateFrameIndex()
|
| H A D | X86MCInstLower.cpp | 2662 case TargetOpcode::PATCHPOINT: in emitInstruction()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | TargetOpcodes.def | 140 HANDLE_TARGET_OPCODE(PATCHPOINT)
|