Searched defs:tli (Results 1 - 13 of 13) sorted by relevance

/external/turbine/java/com/google/turbine/binder/
H A DClassPathBinder.java51 Collection<Path> classpath, Collection<Path> bootclasspath, TopLevelIndex.Builder tli)
55 Env<ClassSymbol, BytecodeBoundClass> cp = bindClasspath(tli, classpath);
56 Env<ClassSymbol, BytecodeBoundClass> bcp = bindClasspath(tli, bootclasspath);
61 TopLevelIndex.Builder tli, Collection<Path> paths) throws IOException {
73 bindJar(tli, path, map, benv, transitive);
82 tli.insert(symbol);
89 TopLevelIndex.Builder tli,
118 tli.insert(sym);
50 bind( Collection<Path> classpath, Collection<Path> bootclasspath, TopLevelIndex.Builder tli) argument
60 bindClasspath( TopLevelIndex.Builder tli, Collection<Path> paths) argument
88 bindJar( TopLevelIndex.Builder tli, Path path, Map<ClassSymbol, BytecodeBoundClass> env, Env<ClassSymbol, BytecodeBoundClass> benv, Map<ClassSymbol, BytecodeBoundClass> transitive) argument
H A DBinder.java86 TopLevelIndex tli = tliBuilder.build();
89 bindPackages(ienv, tli, preProcessedUnits, classPathEnv);
130 TopLevelIndex tli,
135 Scope javaLang = verifyNotNull(tli.lookupPackage(ImmutableList.of("java", "lang")));
136 CompoundScope topLevel = CompoundScope.base(tli).append(javaLang);
140 Scope packageScope = tli.lookupPackage(packagename);
145 ImportIndex.create(unit.source(), importResolver, tli, unit.imports());
146 ImportScope wildImportScope = WildImportIndex.create(importResolver, tli, unit.imports());
148 new MemberImportIndex(unit.source(), importResolver, tli, unit.imports());
128 bindPackages( Env<ClassSymbol, SourceBoundClass> ienv, TopLevelIndex tli, ImmutableList<PreprocessedCompUnit> units, CompoundEnv<ClassSymbol, BytecodeBoundClass> classPathEnv) argument
/external/turbine/java/com/google/turbine/binder/lookup/
H A DMemberImportIndex.java42 TopLevelIndex tli,
55 LookupResult result = tli.lookup(new LookupKey(i.type()));
66 LookupResult result1 = tli.lookup(new LookupKey(i.type()));
39 MemberImportIndex( SourceFile source, CanonicalSymbolResolver resolve, TopLevelIndex tli, ImmutableList<ImportDecl> imports) argument
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DStackProtector.cpp71 StackProtector(const TargetLowering *tli) argument
72 : FunctionPass(ID), TLI(tli) {
88 FunctionPass *llvm::createStackProtectorPass(const TargetLowering *tli) { argument
89 return new StackProtector(tli);
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMGlobalMerge.cpp82 explicit ARMGlobalMerge(const TargetLowering *tli) argument
83 : FunctionPass(ID), TLI(tli) {}
217 FunctionPass *llvm::createARMGlobalMergePass(const TargetLowering *tli) { argument
218 return new ARMGlobalMerge(tli);
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp57 FunctionLoweringInfo::FunctionLoweringInfo(const TargetLowering &tli) argument
58 : TLI(tli) {
H A DScheduleDAGRRList.cpp1540 const TargetLowering *tli)
1543 MF(mf), TII(tii), TRI(tri), TLI(tli), scheduleDAG(NULL) {
1659 const TargetLowering *tli)
1660 : RegReductionPQBase(mf, SF::HasReadyFilter, tracksrp, tii, tri, tli),
1535 RegReductionPQBase(MachineFunction &mf, bool hasReadyFilter, bool tracksrp, const TargetInstrInfo *tii, const TargetRegisterInfo *tri, const TargetLowering *tli) argument
1655 RegReductionPriorityQueue(MachineFunction &mf, bool tracksrp, const TargetInstrInfo *tii, const TargetRegisterInfo *tri, const TargetLowering *tli) argument
H A DSelectionDAGBuilder.cpp580 RegsForValue(LLVMContext &Context, const TargetLowering &tli, argument
582 ComputeValueVTs(tli, Ty, ValueVTs);
586 unsigned NumRegs = tli.getNumRegisters(Context, ValueVT);
587 EVT RegisterVT = tli.getRegisterType(Context, ValueVT);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp1652 const TargetLowering *tli)
1655 MF(mf), TII(tii), TRI(tri), TLI(tli), scheduleDAG(nullptr) {
1772 const TargetLowering *tli)
1774 tii, tri, tli),
1767 RegReductionPriorityQueue(MachineFunction &mf, bool tracksrp, bool srcorder, const TargetInstrInfo *tii, const TargetRegisterInfo *tri, const TargetLowering *tli) argument
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp212 SCCPSolver(const DataLayout &DL, const TargetLibraryInfo *tli) argument
213 : DL(DL), TLI(tli) {}
/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp56 Query(const DataLayout &DL, const TargetLibraryInfo *tli, argument
59 : DL(DL), TLI(tli), DT(dt), AC(ac), CxtI(cxti) {}
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1453 LSRInstance(const TargetLowering *tli, Loop *l, Pass *P);
3799 LSRInstance::LSRInstance(const TargetLowering *tli, Loop *l, Pass *P) argument
3804 TLI(tli), L(l), Changed(false), IVIncInsertPos(0) {
3956 explicit LoopStrengthReduce(const TargetLowering *tli = 0);
3981 LoopStrengthReduce::LoopStrengthReduce(const TargetLowering *tli) argument
3982 : LoopPass(ID), TLI(tli) {
/external/guice/extensions/struts2/lib/
H A Djsp-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/jasper/ org/apache/jasper/resources/ ...

Completed in 689 milliseconds