Searched refs:PSEUDO_PROBE (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/llvm/test/Transforms/SampleProfile/ |
D | pseudo-probe.mir | 6 # CHECK: PSEUDO_PROBE 6699318081062747564, 1, 0, 0 7 # CHECK: PSEUDO_PROBE 6699318081062747564, 3, 0, 0 8 # CHECK: PSEUDO_PROBE 6699318081062747564, 4, 0, 0 9 # CHECK: PSEUDO_PROBE 6699318081062747564, 2, 0, 0 10 # CHECK: PSEUDO_PROBE 6699318081062747564, 4, 0, 0 16 PSEUDO_PROBE 6699318081062747564, 1, 0, 0 20 PSEUDO_PROBE 6699318081062747564, 3, 0, 0 21 PSEUDO_PROBE 6699318081062747564, 4, 0, 0 25 PSEUDO_PROBE 6699318081062747564, 2, 0, 0 26 PSEUDO_PROBE 6699318081062747564, 4, 0, 0
|
D | pseudo-probe-emit.ll | 12 ; CHECK-MIR: PSEUDO_PROBE [[#GUID:]], 1, 0, 0 17 ; CHECK-MIR: PSEUDO_PROBE [[#GUID]], 3, 0, 0 18 ; CHECK-MIR: PSEUDO_PROBE [[#GUID]], 4, 0, 0 23 ; CHECK-MIR: PSEUDO_PROBE [[#GUID]], 2, 0, 0 24 ; CHECK-MIR: PSEUDO_PROBE [[#GUID]], 4, 0, 0 37 ; CHECK-MIR: PSEUDO_PROBE [[#GUID2:]], 1, 0, 0 40 ; CHECK-MIR: PSEUDO_PROBE [[#GUID2]], 2, 1, 0 44 ; CHECK-MIR: PSEUDO_PROBE [[#GUID2]], 3, 2, 0
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | PseudoProbeInserter.cpp | 55 BuildMI(MBB, MI, DL, TII->get(TargetOpcode::PSEUDO_PROBE)) in runOnMachineFunction()
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 1114 PSEUDO_PROBE, enumerator
|
D | MachineInstr.h | 1264 case TargetOpcode::PSEUDO_PROBE:
|
D | SelectionDAGNodes.h | 1774 return N->getOpcode() == ISD::PSEUDO_PROBE;
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.cpp | 1128 case ISD::PSEUDO_PROBE: { in EmitSpecialNode() 1129 unsigned TarOp = TargetOpcode::PSEUDO_PROBE; in EmitSpecialNode()
|
D | SelectionDAGDumper.cpp | 400 case ISD::PSEUDO_PROBE: in getOperationName()
|
D | SelectionDAGISel.cpp | 2809 case ISD::PSEUDO_PROBE: in SelectCodeCommon()
|
D | SelectionDAG.cpp | 584 case ISD::PSEUDO_PROBE: in AddNodeIDCustom() 6874 const unsigned Opcode = ISD::PSEUDO_PROBE; in getPseudoProbeNode()
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | TargetOpcodes.def | 114 HANDLE_TARGET_OPCODE(PSEUDO_PROBE)
|
/external/llvm-project/llvm/include/llvm/Target/ |
D | Target.td | 1148 def PSEUDO_PROBE : StandardPseudoInstruction { 1151 let AsmString = "PSEUDO_PROBE";
|