HomeSort by relevance Sort by last modified time
    Searched refs:SSA (Results 1 - 25 of 120) sorted by null

1 2 3 4 5

  /prebuilts/go/darwin-x86/test/fixedbugs/
issue18994.go 7 // Issue 18994: SSA didn't handle DOT STRUCTLIT for zero-valued
12 // large struct - not SSA-able
issue19084.go 7 // Issue 19084: SSA doesn't handle CONVNOP STRUCTLIT
12 a, b, c, d, e, f, g, h int // big, not SSA-able
issue19671.go 8 // where T is not SSA-able.
issue19696.go 8 // where T is not SSA-able.
issue22429.go 7 // Make sure SSA->assembly pass can handle SP as an index register.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue18994.go 7 // Issue 18994: SSA didn't handle DOT STRUCTLIT for zero-valued
12 // large struct - not SSA-able
issue19084.go 7 // Issue 19084: SSA doesn't handle CONVNOP STRUCTLIT
12 a, b, c, d, e, f, g, h int // big, not SSA-able
issue19671.go 8 // where T is not SSA-able.
issue19696.go 8 // where T is not SSA-able.
issue22429.go 7 // Make sure SSA->assembly pass can handle SP as an index register.
  /prebuilts/go/darwin-x86/misc/cgo/testshared/src/global/
main.go 66 // SSA rules commonly merge offsets into addresses. These
68 // and exercise different SSA rules.
  /prebuilts/go/linux-x86/misc/cgo/testshared/src/global/
main.go 66 // SSA rules commonly merge offsets into addresses. These
68 // and exercise different SSA rules.
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopRotation.cpp 98 SSAUpdater SSA;
111 SSA.Initialize(OrigHeaderVal->getType(), OrigHeaderVal->getName());
112 SSA.AddAvailableValue(OrigHeader, OrigHeaderVal);
113 SSA.AddAvailableValue(OrigPreheader, OrigPreHeaderVal);
144 SSA.RewriteUse(U);
  /prebuilts/go/darwin-x86/test/
atomicload.go 7 // Check that we do loads exactly once. The SSA backend
  /prebuilts/go/linux-x86/test/
atomicload.go 7 // Check that we do loads exactly once. The SSA backend
  /external/llvm/include/llvm/Transforms/Utils/
SSAUpdater.h 1 //===-- SSAUpdater.h - Unstructured SSA Update Tool -------------*- C++ -*-===//
32 /// \brief Helper class for SSA formation on a set of values defined in
63 /// \brief Reset this object to get ready for a new set of SSA updates with
77 /// \brief Construct SSA form, materializing a value that is live at the end
81 /// \brief Construct SSA form, materializing a value that is live in the
126 /// \brief Helper class for promoting a collection of loads and stores into SSA
136 SSAUpdater &SSA;
  /external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
SSAUpdater.h 1 //===-- SSAUpdater.h - Unstructured SSA Update Tool -------------*- C++ -*-===//
28 /// SSAUpdater - This class updates SSA form for a set of values defined in
57 /// Initialize - Reset this object to get ready for a new set of SSA
69 /// GetValueAtEndOfBlock - Construct SSA form, materializing a value that is
73 /// GetValueInMiddleOfBlock - Construct SSA form, materializing a value that
115 /// promote a collection of loads and stores into SSA Form using the SSAUpdater.
124 SSAUpdater &SSA;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
SSAUpdater.h 1 //===-- SSAUpdater.h - Unstructured SSA Update Tool -------------*- C++ -*-===//
33 /// \brief Helper class for SSA formation on a set of values defined in
66 /// \brief Reset this object to get ready for a new set of SSA updates with
80 /// \brief Construct SSA form, materializing a value that is live at the end
84 /// \brief Construct SSA form, materializing a value that is live in the
126 /// \brief Helper class for promoting a collection of loads and stores into SSA
136 SSAUpdater &SSA;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Utils/
SSAUpdater.h 1 //===-- SSAUpdater.h - Unstructured SSA Update Tool -------------*- C++ -*-===//
33 /// \brief Helper class for SSA formation on a set of values defined in
66 /// \brief Reset this object to get ready for a new set of SSA updates with
80 /// \brief Construct SSA form, materializing a value that is live at the end
84 /// \brief Construct SSA form, materializing a value that is live in the
126 /// \brief Helper class for promoting a collection of loads and stores into SSA
136 SSAUpdater &SSA;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Utils/
SSAUpdater.h 1 //===-- SSAUpdater.h - Unstructured SSA Update Tool -------------*- C++ -*-===//
33 /// \brief Helper class for SSA formation on a set of values defined in
66 /// \brief Reset this object to get ready for a new set of SSA updates with
80 /// \brief Construct SSA form, materializing a value that is live at the end
84 /// \brief Construct SSA form, materializing a value that is live in the
126 /// \brief Helper class for promoting a collection of loads and stores into SSA
136 SSAUpdater &SSA;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Utils/
SSAUpdater.h 1 //===- SSAUpdater.h - Unstructured SSA Update Tool --------------*- C++ -*-===//
33 /// \brief Helper class for SSA formation on a set of values defined in
65 /// \brief Reset this object to get ready for a new set of SSA updates with
79 /// \brief Construct SSA form, materializing a value that is live at the end
83 /// \brief Construct SSA form, materializing a value that is live in the
125 /// \brief Helper class for promoting a collection of loads and stores into SSA
135 SSAUpdater &SSA;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Utils/
SSAUpdater.h 1 //===- SSAUpdater.h - Unstructured SSA Update Tool --------------*- C++ -*-===//
33 /// \brief Helper class for SSA formation on a set of values defined in
65 /// \brief Reset this object to get ready for a new set of SSA updates with
79 /// \brief Construct SSA form, materializing a value that is live at the end
83 /// \brief Construct SSA form, materializing a value that is live in the
125 /// \brief Helper class for promoting a collection of loads and stores into SSA
135 SSAUpdater &SSA;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Utils/
SSAUpdater.h 1 //===- SSAUpdater.h - Unstructured SSA Update Tool --------------*- C++ -*-===//
33 /// \brief Helper class for SSA formation on a set of values defined in
65 /// \brief Reset this object to get ready for a new set of SSA updates with
79 /// \brief Construct SSA form, materializing a value that is live at the end
83 /// \brief Construct SSA form, materializing a value that is live in the
125 /// \brief Helper class for promoting a collection of loads and stores into SSA
135 SSAUpdater &SSA;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Utils/
SSAUpdater.h 1 //===- SSAUpdater.h - Unstructured SSA Update Tool --------------*- C++ -*-===//
33 /// \brief Helper class for SSA formation on a set of values defined in
65 /// \brief Reset this object to get ready for a new set of SSA updates with
79 /// \brief Construct SSA form, materializing a value that is live at the end
83 /// \brief Construct SSA form, materializing a value that is live in the
125 /// \brief Helper class for promoting a collection of loads and stores into SSA
135 SSAUpdater &SSA;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
SSAUpdater.h 1 //===-- SSAUpdater.h - Unstructured SSA Update Tool -------------*- C++ -*-===//
33 /// \brief Helper class for SSA formation on a set of values defined in
66 /// \brief Reset this object to get ready for a new set of SSA updates with
80 /// \brief Construct SSA form, materializing a value that is live at the end
84 /// \brief Construct SSA form, materializing a value that is live in the
126 /// \brief Helper class for promoting a collection of loads and stores into SSA
136 SSAUpdater &SSA;

Completed in 1395 milliseconds

1 2 3 4 5