HomeSort by relevance Sort by last modified time
    Searched defs:isSplit (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/llvm/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 107 /// If isSplit() is true, this involves actually splitting
112 /// \post isSplit() == false ; no more splitting should be required.
145 assert(!isSplit() && "Wrong pre-condition");
164 assert(!isSplit() && "Wrong pre-condition");
177 virtual bool isSplit() const { return false; }
216 bool isSplit() const override;
252 bool isSplit() const override { return false; }
286 bool isSplit() const override {
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetCallingConv.h 77 bool isSplit() const { return Flags & Split; }
  /frameworks/base/core/java/com/android/internal/widget/
DecorToolbar.java 45 boolean isSplit();
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
FrameworkActionBarWrapper.java 113 protected boolean isSplit() {
114 return getDecorToolbar().isSplit();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 118 /// If isSplit() is true, this involves actually splitting
123 /// \post isSplit() == false ; no more splitting should be required.
156 assert(!isSplit() && "Wrong pre-condition");
175 assert(!isSplit() && "Wrong pre-condition");
188 virtual bool isSplit() const { return false; }
229 bool isSplit() const override;
267 bool isSplit() const override { return false; }
304 bool isSplit() const override {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 118 /// If isSplit() is true, this involves actually splitting
123 /// \post isSplit() == false ; no more splitting should be required.
156 assert(!isSplit() && "Wrong pre-condition");
175 assert(!isSplit() && "Wrong pre-condition");
188 virtual bool isSplit() const { return false; }
229 bool isSplit() const override;
267 bool isSplit() const override { return false; }
304 bool isSplit() const override {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 118 /// If isSplit() is true, this involves actually splitting
123 /// \post isSplit() == false ; no more splitting should be required.
156 assert(!isSplit() && "Wrong pre-condition");
175 assert(!isSplit() && "Wrong pre-condition");
188 virtual bool isSplit() const { return false; }
229 bool isSplit() const override;
267 bool isSplit() const override { return false; }
304 bool isSplit() const override {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 118 /// If isSplit() is true, this involves actually splitting
123 /// \post isSplit() == false ; no more splitting should be required.
156 assert(!isSplit() && "Wrong pre-condition");
175 assert(!isSplit() && "Wrong pre-condition");
188 virtual bool isSplit() const { return false; }
229 bool isSplit() const override;
267 bool isSplit() const override { return false; }
304 bool isSplit() const override {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 118 /// If isSplit() is true, this involves actually splitting
123 /// \post isSplit() == false ; no more splitting should be required.
156 assert(!isSplit() && "Wrong pre-condition");
175 assert(!isSplit() && "Wrong pre-condition");
188 virtual bool isSplit() const { return false; }
229 bool isSplit() const override;
267 bool isSplit() const override { return false; }
304 bool isSplit() const override {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 118 /// If isSplit() is true, this involves actually splitting
123 /// \post isSplit() == false ; no more splitting should be required.
156 assert(!isSplit() && "Wrong pre-condition");
175 assert(!isSplit() && "Wrong pre-condition");
188 virtual bool isSplit() const { return false; }
229 bool isSplit() const override;
267 bool isSplit() const override { return false; }
304 bool isSplit() const override {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 118 /// If isSplit() is true, this involves actually splitting
123 /// \post isSplit() == false ; no more splitting should be required.
156 assert(!isSplit() && "Wrong pre-condition");
175 assert(!isSplit() && "Wrong pre-condition");
188 virtual bool isSplit() const { return false; }
229 bool isSplit() const override;
267 bool isSplit() const override { return false; }
304 bool isSplit() const override {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 118 /// If isSplit() is true, this involves actually splitting
123 /// \post isSplit() == false ; no more splitting should be required.
156 assert(!isSplit() && "Wrong pre-condition");
175 assert(!isSplit() && "Wrong pre-condition");
188 virtual bool isSplit() const { return false; }
229 bool isSplit() const override;
267 bool isSplit() const override { return false; }
304 bool isSplit() const override {
  /external/llvm/lib/CodeGen/GlobalISel/
RegBankSelect.cpp 438 if (!InsertPt->isSplit())
676 HasSplit |= Point.isSplit();
692 if (isSplit()) {
713 bool RegBankSelect::InstrInsertPoint::isSplit() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 110 /// If isSplit() is true, this involves actually splitting
115 /// \post isSplit() == false ; no more splitting should be required.
148 assert(!isSplit() && "Wrong pre-condition");
167 assert(!isSplit() && "Wrong pre-condition");
180 virtual bool isSplit() const { return false; }
219 bool isSplit() const override;
255 bool isSplit() const override { return false; }
289 bool isSplit() const override {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetCallingConv.h 36 unsigned IsSplit : 1;
55 IsReturned(0), IsSplit(0), IsInAlloca(0), IsSplitEnd(0),
108 bool isSplit() const { return IsSplit; }
109 void setSplit() { IsSplit = 1; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 110 /// If isSplit() is true, this involves actually splitting
115 /// \post isSplit() == false ; no more splitting should be required.
148 assert(!isSplit() && "Wrong pre-condition");
167 assert(!isSplit() && "Wrong pre-condition");
180 virtual bool isSplit() const { return false; }
219 bool isSplit() const override;
255 bool isSplit() const override { return false; }
289 bool isSplit() const override {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Target/
TargetCallingConv.h 36 unsigned IsSplit : 1;
55 IsReturned(0), IsSplit(0), IsInAlloca(0), IsSplitEnd(0),
108 bool isSplit() const { return IsSplit; }
109 void setSplit() { IsSplit = 1; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 110 /// If isSplit() is true, this involves actually splitting
115 /// \post isSplit() == false ; no more splitting should be required.
148 assert(!isSplit() && "Wrong pre-condition");
167 assert(!isSplit() && "Wrong pre-condition");
180 virtual bool isSplit() const { return false; }
219 bool isSplit() const override;
255 bool isSplit() const override { return false; }
289 bool isSplit() const override {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Target/
TargetCallingConv.h 36 unsigned IsSplit : 1;
55 IsReturned(0), IsSplit(0), IsInAlloca(0), IsSplitEnd(0),
108 bool isSplit() const { return IsSplit; }
109 void setSplit() { IsSplit = 1; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Target/
TargetCallingConv.h 36 unsigned IsSplit : 1;
55 IsReturned(0), IsSplit(0), IsInAlloca(0), IsSplitEnd(0),
108 bool isSplit() const { return IsSplit; }
109 void setSplit() { IsSplit = 1; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Target/
TargetCallingConv.h 36 unsigned IsSplit : 1;
55 IsReturned(0), IsSplit(0), IsInAlloca(0), IsSplitEnd(0),
108 bool isSplit() const { return IsSplit; }
109 void setSplit() { IsSplit = 1; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Target/
TargetCallingConv.h 36 unsigned IsSplit : 1;
55 IsReturned(0), IsSplit(0), IsInAlloca(0), IsSplitEnd(0),
108 bool isSplit() const { return IsSplit; }
109 void setSplit() { IsSplit = 1; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Target/
TargetCallingConv.h 36 unsigned IsSplit : 1;
55 IsReturned(0), IsSplit(0), IsInAlloca(0), IsSplitEnd(0),
108 bool isSplit() const { return IsSplit; }
109 void setSplit() { IsSplit = 1; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 110 /// If isSplit() is true, this involves actually splitting
115 /// \post isSplit() == false ; no more splitting should be required.
148 assert(!isSplit() && "Wrong pre-condition");
167 assert(!isSplit() && "Wrong pre-condition");
180 virtual bool isSplit() const { return false; }
219 bool isSplit() const override;
255 bool isSplit() const override { return false; }
289 bool isSplit() const override {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetCallingConv.h 36 unsigned IsSplit : 1;
55 IsReturned(0), IsSplit(0), IsInAlloca(0), IsSplitEnd(0),
108 bool isSplit() const { return IsSplit; }
109 void setSplit() { IsSplit = 1; }

Completed in 1879 milliseconds

1 2 3