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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 1159 auto Guid = cast<PseudoProbeSDNode>(Node)->getGuid();
1160 auto Index = cast<PseudoProbeSDNode>(Node)->getIndex();
1161 auto Attr = cast<PseudoProbeSDNode>(Node)->getAttributes();
SelectionDAG.cpp 643 ID.AddInteger(cast<PseudoProbeSDNode>(N)->getGuid());
644 ID.AddInteger(cast<PseudoProbeSDNode>(N)->getIndex());
645 ID.AddInteger(cast<PseudoProbeSDNode>(N)->getAttributes());
7219 auto *N = newSDNode<PseudoProbeSDNode>(
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 1769 class PseudoProbeSDNode : public SDNode {
1775 PseudoProbeSDNode(unsigned Opcode, unsigned Order, const DebugLoc &Dl,
2658 PseudoProbeSDNode>;

Completed in 56 milliseconds