HomeSort by relevance Sort by last modified time
    Searched refs:Outer (Results 101 - 125 of 220) sorted by null

1 2 3 45 6 7 8 9

  /tools/metalava/src/test/java/com/android/tools/metalava/
StubsTest.kt     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 654 Instruction &Outer,
656 if (Outer.getType() != Inner->getType())
663 return replaceInstUsesWith(Outer, Inner);
671 return replaceInstUsesWith(Outer, C);
686 return replaceInstUsesWith(Outer, Inner);
694 Outer.replaceUsesOfWith(Inner, A);
695 return &Outer;
704 return replaceInstUsesWith(Outer, Inner);
714 return replaceInstUsesWith(Outer, NewSI);
759 return replaceInstUsesWith(Outer, NewOuter)
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopInterchange.cpp 332 LoopInterchangeLegality(Loop *Outer, Loop *Inner, ScalarEvolution *SE,
334 : OuterLoop(Outer), InnerLoop(Inner), SE(SE), LI(LI), DT(DT),
349 bool tightlyNested(Loop *Outer, Loop *Inner);
371 LoopInterchangeProfitability(Loop *Outer, Loop *Inner, ScalarEvolution *SE)
372 : OuterLoop(Outer), InnerLoop(Inner), SE(SE) {}
391 LoopInterchangeTransform(Loop *Outer, Loop *Inner, ScalarEvolution *SE,
395 : OuterLoop(Outer), InnerLoop(Inner), SE(SE), LI(LI), DT(DT),
645 // A perfectly nested loop will not have any branch in between the outer and
646 // inner block i.e. outer header will branch to either inner preheader and
660 // We do not have any basic block in between now make sure the outer heade
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
lattice_armv7.S 39 sub r4, #1 @ Outer loop counter = HALF_SUBFRAMELEN - 1
  /prebuilts/go/darwin-x86/src/cmd/link/internal/sym/
attribute.go 62 // correctly for the .TOC. symbol in Link.dodata. Usually the Outer field of the
75 // AttrContainer is set on text symbols that are present as the .Outer for some
  /prebuilts/go/darwin-x86/src/go/ast/
scope.go 16 // in the scope and a link to the immediately surrounding (outer)
20 Outer *Scope
24 // NewScope creates a new scope nested in the outer scope.
25 func NewScope(outer *Scope) *Scope {
27 return &Scope{outer, make(map[string]*Object, n)}
31 // found in scope s, otherwise it returns nil. Outer scopes
resolve.go 45 for ; scope != nil; scope = scope.Outer {
157 pkgScope.Outer = nil
169 pkgScope.Outer = universe // reset universe scope
  /prebuilts/go/linux-x86/src/cmd/link/internal/sym/
attribute.go 62 // correctly for the .TOC. symbol in Link.dodata. Usually the Outer field of the
75 // AttrContainer is set on text symbols that are present as the .Outer for some
  /prebuilts/go/linux-x86/src/go/ast/
scope.go 16 // in the scope and a link to the immediately surrounding (outer)
20 Outer *Scope
24 // NewScope creates a new scope nested in the outer scope.
25 func NewScope(outer *Scope) *Scope {
27 return &Scope{outer, make(map[string]*Object, n)}
31 // found in scope s, otherwise it returns nil. Outer scopes
resolve.go 45 for ; scope != nil; scope = scope.Outer {
157 pkgScope.Outer = nil
169 pkgScope.Outer = universe // reset universe scope
  /external/clang/test/SemaCXX/
typo-correction.cpp 234 namespace outer { namespace
235 void somefunc(); // expected-note{{'::outer::somefunc' declared here}}
236 void somefunc(int, int); // expected-note{{'::outer::somefunc' declared here}}
240 someFunc(); // expected-error{{use of undeclared identifier 'someFunc'; did you mean '::outer::somefunc'?}}
241 someFunc(1, 2); // expected-error{{use of undeclared identifier 'someFunc'; did you mean '::outer::somefunc'?}}
370 class Outer {
372 class Inner {}; // expected-note {{'Outer::Inner' declared here}}
376 Inner Outer::MyMethod(Inner arg) { // expected-error {{unknown type name 'Inner'; did you mean 'Outer::Inner'?}}
  /prebuilts/go/darwin-x86/src/cmd/link/internal/mips/
asm.go 105 // set up addend for eventual relocation via outer symbol.
108 for rs.Outer != nil {
109 r.Xadd += ld.Symaddr(rs) - ld.Symaddr(rs.Outer)
110 rs = rs.Outer
  /prebuilts/go/linux-x86/src/cmd/link/internal/mips/
asm.go 105 // set up addend for eventual relocation via outer symbol.
108 for rs.Outer != nil {
109 r.Xadd += ld.Symaddr(rs) - ld.Symaddr(rs.Outer)
110 rs = rs.Outer
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
InlineFunction.cpp 285 /// The outer unwind destination is the target of unwind edges
336 // in the outer landing pad to immediately following the phis.
367 // Create corresponding new phis for all the phis in the outer landing pad.
410 // can't find a selector call for the outer unwind dest.
414 // If we failed, just use the outer unwind dest, dropping the
448 // Create corresponding new PHIs for all the PHIs in the outer landing pad.
525 EHSelectorInst *Outer = Invoke.getOuterSelector();
526 if (!Outer) continue;
529 bool outerIsOnlyCleanup = isCleanupOnlySelector(Outer);
536 // Otherwise, we just append the outer selector to the inner selector
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
syntax.go 312 // - x2.Outer = nil
313 // - xN.Outer = x(N-1), N > 2
324 // xN.Outer = x1.Innermost
331 // x1.Innermost = xN.Outer
335 // done parsing a function and no longer need xN.Outer for the
337 // recomputes xN.Outer as the semantic x reference link tree,
345 // xN.Outer = variable captured in next outward scope
349 // and x.Innermost/Outer means x.Name.Param.Innermost/Outer.
351 Outer *Nod
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
symtab.go 108 for xo.Outer != nil {
109 xo = xo.Outer
444 s.Outer = symtyperel
447 s.Outer = symtype
459 s.Outer = symitablink
464 s.Outer = symgostring
469 s.Outer = symgcbits
477 s.Outer = symgofuncrel
480 s.Outer = symgofunc
489 s.Outer = symgofun
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
syntax.go 312 // - x2.Outer = nil
313 // - xN.Outer = x(N-1), N > 2
324 // xN.Outer = x1.Innermost
331 // x1.Innermost = xN.Outer
335 // done parsing a function and no longer need xN.Outer for the
337 // recomputes xN.Outer as the semantic x reference link tree,
345 // xN.Outer = variable captured in next outward scope
349 // and x.Innermost/Outer means x.Name.Param.Innermost/Outer.
351 Outer *Nod
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
symtab.go 108 for xo.Outer != nil {
109 xo = xo.Outer
444 s.Outer = symtyperel
447 s.Outer = symtype
459 s.Outer = symitablink
464 s.Outer = symgostring
469 s.Outer = symgcbits
477 s.Outer = symgofuncrel
480 s.Outer = symgofunc
489 s.Outer = symgofun
    [all...]
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 92 /// Return the nesting level of this loop. An outer-most loop has depth 1,
698 // Check if Outer contains Inner; with the null loop counting as the
700 auto Contains = [](const Loop *Outer, const Loop *Inner) {
701 return !Outer || Outer->contains(Inner);
708 // If we know we're hoisting Inst out of an inner loop to an outer loop,
721 // If we know we're sinking Inst from an outer loop into an inner loop, then
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfo.h 92 /// Return the nesting level of this loop. An outer-most loop has depth 1,
759 // Check if Outer contains Inner; with the null loop counting as the
761 auto Contains = [](const Loop *Outer, const Loop *Inner) {
762 return !Outer || Outer->contains(Inner);
769 // If we know we're hoisting Inst out of an inner loop to an outer loop,
782 // If we know we're sinking Inst from an outer loop into an inner loop, then
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
LoopInfo.h 92 /// Return the nesting level of this loop. An outer-most loop has depth 1,
750 // Check if Outer contains Inner; with the null loop counting as the
752 auto Contains = [](const Loop *Outer, const Loop *Inner) {
753 return !Outer || Outer->contains(Inner);
760 // If we know we're hoisting Inst out of an inner loop to an outer loop,
773 // If we know we're sinking Inst from an outer loop into an inner loop, then
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
LoopInfo.h 92 /// Return the nesting level of this loop. An outer-most loop has depth 1,
750 // Check if Outer contains Inner; with the null loop counting as the
752 auto Contains = [](const Loop *Outer, const Loop *Inner) {
753 return !Outer || Outer->contains(Inner);
760 // If we know we're hoisting Inst out of an inner loop to an outer loop,
773 // If we know we're sinking Inst from an outer loop into an inner loop, then
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
LoopInfo.h 89 /// Return the nesting level of this loop. An outer-most loop has depth 1,
838 // Check if Outer contains Inner; with the null loop counting as the
840 auto Contains = [](const Loop *Outer, const Loop *Inner) {
841 return !Outer || Outer->contains(Inner);
848 // If we know we're hoisting Inst out of an inner loop to an outer loop,
861 // If we know we're sinking Inst from an outer loop into an inner loop, then
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
LoopInfo.h 89 /// Return the nesting level of this loop. An outer-most loop has depth 1,
838 // Check if Outer contains Inner; with the null loop counting as the
840 auto Contains = [](const Loop *Outer, const Loop *Inner) {
841 return !Outer || Outer->contains(Inner);
848 // If we know we're hoisting Inst out of an inner loop to an outer loop,
861 // If we know we're sinking Inst from an outer loop into an inner loop, then
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
LoopInfo.h 89 /// Return the nesting level of this loop. An outer-most loop has depth 1,
838 // Check if Outer contains Inner; with the null loop counting as the
840 auto Contains = [](const Loop *Outer, const Loop *Inner) {
841 return !Outer || Outer->contains(Inner);
848 // If we know we're hoisting Inst out of an inner loop to an outer loop,
861 // If we know we're sinking Inst from an outer loop into an inner loop, then
    [all...]

Completed in 2092 milliseconds

1 2 3 45 6 7 8 9