HomeSort by relevance Sort by last modified time
    Searched defs:HandleSDNode (Results 1 - 12 of 12) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SelectionDAGNodes.h 860 /// HandleSDNode - This class is used to form a handle around another node that
864 class HandleSDNode : public SDNode {
870 explicit __attribute__((__noinline__)) HandleSDNode(SDValue X)
872 explicit HandleSDNode(SDValue X)
877 ~HandleSDNode();
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 47 class HandleSDNode;
287 // TODO: unfriend HandleSDNode once we fix its operand handling.
288 friend class HandleSDNode;
445 // TODO: unfriend HandleSDNode once we fix its operand handling.
446 friend class HandleSDNode;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 302 // TODO: unfriend HandleSDNode once we fix its operand handling.
303 friend class HandleSDNode;
497 // TODO: unfriend HandleSDNode once we fix its operand handling.
498 friend class HandleSDNode;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 302 // TODO: unfriend HandleSDNode once we fix its operand handling.
303 friend class HandleSDNode;
497 // TODO: unfriend HandleSDNode once we fix its operand handling.
498 friend class HandleSDNode;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 302 // TODO: unfriend HandleSDNode once we fix its operand handling.
303 friend class HandleSDNode;
497 // TODO: unfriend HandleSDNode once we fix its operand handling.
498 friend class HandleSDNode;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 302 // TODO: unfriend HandleSDNode once we fix its operand handling.
303 friend class HandleSDNode;
497 // TODO: unfriend HandleSDNode once we fix its operand handling.
498 friend class HandleSDNode;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 302 // TODO: unfriend HandleSDNode once we fix its operand handling.
303 friend class HandleSDNode;
497 // TODO: unfriend HandleSDNode once we fix its operand handling.
498 friend class HandleSDNode;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 302 // TODO: unfriend HandleSDNode once we fix its operand handling.
303 friend class HandleSDNode;
497 // TODO: unfriend HandleSDNode once we fix its operand handling.
498 friend class HandleSDNode;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 302 // TODO: unfriend HandleSDNode once we fix its operand handling.
303 friend class HandleSDNode;
497 // TODO: unfriend HandleSDNode once we fix its operand handling.
498 friend class HandleSDNode;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 302 // TODO: unfriend HandleSDNode once we fix its operand handling.
303 friend class HandleSDNode;
497 // TODO: unfriend HandleSDNode once we fix its operand handling.
498 friend class HandleSDNode;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 518 HandleSDNode Dummy(getRoot());
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 571 HandleSDNode Dummy(getRoot());
623 HandleSDNode Dummy(getRoot());
    [all...]

Completed in 914 milliseconds