HomeSort by: relevance | last modified time | path
    Searched refs:PSEUDO_PROBE (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
PseudoProbeInserter.cpp 59 BuildMI(MBB, MI, DL, TII->get(TargetOpcode::PSEUDO_PROBE))
73 // Walk the block backwards, move PSEUDO_PROBE before the first real
93 if (Cur->getOpcode() != TargetOpcode::PSEUDO_PROBE)
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ISDOpcodes.h 1183 PSEUDO_PROBE,
MachineInstr.h 1193 return getOpcode() == TargetOpcode::PSEUDO_PROBE;
1320 case TargetOpcode::PSEUDO_PROBE:
SelectionDAGNodes.h 1765 /// This SDNode is used for PSEUDO_PROBE values, which are the function guid and
1787 return N->getOpcode() == ISD::PSEUDO_PROBE;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 1157 case ISD::PSEUDO_PROBE: {
1158 unsigned TarOp = TargetOpcode::PSEUDO_PROBE;
SelectionDAGDumper.cpp 405 case ISD::PSEUDO_PROBE:
SelectionDAGISel.cpp 2854 case ISD::PSEUDO_PROBE:
SelectionDAG.cpp 642 case ISD::PSEUDO_PROBE:
7208 const unsigned Opcode = ISD::PSEUDO_PROBE;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 1328 case TargetOpcode::PSEUDO_PROBE:

Completed in 36 milliseconds