HomeSort by relevance Sort by last modified time
    Searched defs:HandleSDNode (Results 1 - 18 of 18) 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-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/darwin-x86/clang-4393122/include/llvm/CodeGen/
SelectionDAGNodes.h 309 // TODO: unfriend HandleSDNode once we fix its operand handling.
310 friend class HandleSDNode;
548 // TODO: unfriend HandleSDNode once we fix its operand handling.
549 friend class HandleSDNode;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
SelectionDAGNodes.h 309 // TODO: unfriend HandleSDNode once we fix its operand handling.
310 friend class HandleSDNode;
548 // TODO: unfriend HandleSDNode once we fix its operand handling.
549 friend class HandleSDNode;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
SelectionDAGNodes.h 309 // TODO: unfriend HandleSDNode once we fix its operand handling.
310 friend class HandleSDNode;
548 // TODO: unfriend HandleSDNode once we fix its operand handling.
549 friend class HandleSDNode;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
SelectionDAGNodes.h 309 // TODO: unfriend HandleSDNode once we fix its operand handling.
310 friend class HandleSDNode;
548 // TODO: unfriend HandleSDNode once we fix its operand handling.
549 friend class HandleSDNode;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
SelectionDAGNodes.h 309 // TODO: unfriend HandleSDNode once we fix its operand handling.
310 friend class HandleSDNode;
548 // TODO: unfriend HandleSDNode once we fix its operand handling.
549 friend class HandleSDNode;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
SelectionDAGNodes.h 309 // TODO: unfriend HandleSDNode once we fix its operand handling.
310 friend class HandleSDNode;
548 // TODO: unfriend HandleSDNode once we fix its operand handling.
549 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...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
SelectionDAGNodes.h 309 // TODO: unfriend HandleSDNode once we fix its operand handling.
310 friend class HandleSDNode;
548 // TODO: unfriend HandleSDNode once we fix its operand handling.
549 friend class HandleSDNode;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
SelectionDAGNodes.h 309 // TODO: unfriend HandleSDNode once we fix its operand handling.
310 friend class HandleSDNode;
548 // TODO: unfriend HandleSDNode once we fix its operand handling.
549 friend class HandleSDNode;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
SelectionDAGNodes.h 309 // TODO: unfriend HandleSDNode once we fix its operand handling.
310 friend class HandleSDNode;
548 // TODO: unfriend HandleSDNode once we fix its operand handling.
549 friend class HandleSDNode;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
SelectionDAGNodes.h 309 // TODO: unfriend HandleSDNode once we fix its operand handling.
310 friend class HandleSDNode;
548 // TODO: unfriend HandleSDNode once we fix its operand handling.
549 friend class HandleSDNode;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
SelectionDAGNodes.h 309 // TODO: unfriend HandleSDNode once we fix its operand handling.
310 friend class HandleSDNode;
548 // TODO: unfriend HandleSDNode once we fix its operand handling.
549 friend class HandleSDNode;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
SelectionDAGNodes.h 309 // TODO: unfriend HandleSDNode once we fix its operand handling.
310 friend class HandleSDNode;
548 // TODO: unfriend HandleSDNode once we fix its operand handling.
549 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 666 milliseconds