/external/turbine/java/com/google/turbine/binder/ |
D | Binder.java | 122 CompoundTopLevelIndex tli = in bind() local 135 bindPackages(log, ienv, tli, preProcessedUnits, classPathEnv); in bind() 179 tli, in bind() 217 TopLevelIndex tli, in bindPackages() argument 223 Scope javaLang = tli.lookupPackage(ImmutableList.of("java", "lang")); in bindPackages() 229 CompoundScope topLevel = CompoundScope.base(tli.scope()).append(javaLang); in bindPackages() 233 Scope packageScope = tli.lookupPackage(packagename); in bindPackages() 239 ImportIndex.create(log.withSource(unit.source()), importResolver, tli, unit.imports()); in bindPackages() 240 ImportScope wildImportScope = WildImportIndex.create(importResolver, tli, unit.imports()); in bindPackages() 242 new MemberImportIndex(unit.source(), importResolver, tli, unit.imports()); in bindPackages() [all …]
|
/external/llvm-project/llvm/test/Transforms/Util/ |
D | add-TLI-mappings.ll | 1 ; RUN: opt -vector-library=SVML -inject-tli-mappings -S < %s | FileCheck %s --check-p… 2 ; RUN: opt -vector-library=SVML -passes=inject-tli-mappings -S < %s | FileCheck %s --check-p… 3 ; RUN: opt -vector-library=MASSV -inject-tli-mappings -S < %s | FileCheck %s --check-p… 4 ; RUN: opt -vector-library=MASSV -passes=inject-tli-mappings -S < %s | FileCheck %s --check-p… 5 ; RUN: opt -vector-library=Accelerate -inject-tli-mappings -S < %s | FileCheck %s --check-p… 6 ; RUN: opt -vector-library=LIBMVEC-X86 -inject-tli-mappings -S < %s | FileCheck %s --check-… 7 ; RUN: opt -vector-library=LIBMVEC-X86 -passes=inject-tli-mappings -S < %s | FileCheck %s --check-… 8 ; RUN: opt -vector-library=Accelerate -passes=inject-tli-mappings -S < %s | FileCheck %s --check-p…
|
/external/turbine/java/com/google/turbine/processing/ |
D | ModelFactory.java | 100 public void round(CompoundEnv<ClassSymbol, TypeBoundClass> env, TopLevelIndex tli) { in round() argument 102 this.tli = tli; in round() 121 private TopLevelIndex tli; field in ModelFactory 126 TopLevelIndex tli) { in ModelFactory() argument 130 this.tli = requireNonNull(tli); in ModelFactory() 283 LookupResult lookup = tli.scope().lookup(new LookupKey(asIdents(name))); in inferSymbolImpl() 388 TopLevelIndex tli() { in tli() method 389 return tli; in tli()
|
/external/turbine/java/com/google/turbine/binder/lookup/ |
D | MemberImportIndex.java | 45 TopLevelIndex tli, in MemberImportIndex() argument 58 LookupResult result = tli.scope().lookup(new LookupKey(i.type())); in MemberImportIndex() 76 LookupResult result = tli.scope().lookup(new LookupKey(i.type())); in MemberImportIndex()
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | spv.400.tese.out | 36 Name 57 "tli" 155 57(tli): 27(ptr) Variable Function 177 Store 57(tli) 63
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | spv.400.tese.out | 36 Name 57 "tli" 155 57(tli): 27(ptr) Variable Function 177 Store 57(tli) 63
|
/external/deqp-deps/glslang/Test/ |
D | 150.tese | 30 float tli = gl_TessLevelInner[1];
|
D | spv.400.tese | 29 float tli = gl_TessLevelInner[1];
|
D | 320.tese | 40 float tli = gl_TessLevelInner[1];
|
D | 400.tese | 40 float tli = gl_TessLevelInner[1];
|
D | 310.tese | 44 float tli = gl_TessLevelInner[1];
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | 150.tese | 30 float tli = gl_TessLevelInner[1];
|
D | spv.400.tese | 29 float tli = gl_TessLevelInner[1];
|
D | 400.tese | 40 float tli = gl_TessLevelInner[1];
|
D | 320.tese | 40 float tli = gl_TessLevelInner[1];
|
D | 310.tese | 44 float tli = gl_TessLevelInner[1];
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | SwitchLoweringUtils.h | 253 void init(const TargetLowering &tli, const TargetMachine &tm, in init() argument 255 TLI = &tli; in init()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | SwitchLoweringUtils.h | 248 void init(const TargetLowering &tli, const TargetMachine &tm, in init() argument 250 TLI = &tli; in init()
|
/external/Reactive-Extensions/RxCpp/ |
D | .gitignore | 28 *.tli
|
/external/Reactive-Extensions/RxCpp/Ix/CPP/ |
D | .gitignore | 36 *.tli
|
/external/llvm-project/llvm/test/Transforms/LoopVectorize/PowerPC/ |
D | massv-nobuiltin.ll | 1 ; RUN: opt -vector-library=MASSV -inject-tli-mappings -loop-vectorize -force-vector-interleave=1 -S…
|
D | widened-massv-call.ll | 3 ; RUN: -vectorizer-maximize-bandwidth -O2 -inject-tli-mappings -loop-vectorize \
|
D | massv-altivec.ll | 1 ; RUN: opt -vector-library=MASSV -inject-tli-mappings -loop-vectorize -force-vector-interleave=1 -m…
|
/external/turbine/javatests/com/google/turbine/processing/ |
D | TurbineElementsGetAllMembersTest.java | 278 ModelFactory factory = new ModelFactory(env, ClassLoader.getSystemClassLoader(), bound.tli()); in test()
|
D | TurbineTypesFactoryTest.java | 74 factory = new ModelFactory(env, getClass().getClassLoader(), bound.tli()); in setup()
|