HomeSort by relevance Sort by last modified time
    Searched defs:TLII (Results 1 - 3 of 3) sorted by null

  /external/llvm/unittests/Analysis/
AliasAnalysisTest.cpp 148 TargetLibraryInfoImpl TLII;
154 AliasAnalysisTest() : M("AliasAnalysisTest", C), TLI(TLII) {}
ScalarEvolutionTest.cpp 33 TargetLibraryInfoImpl TLII;
40 ScalarEvolutionsTest() : M("", Context), TLII(), TLI(TLII) {}
  /external/clang/lib/CodeGen/
BackendUtil.cpp 249 TargetLibraryInfoImpl *TLII = new TargetLibraryInfoImpl(TargetTriple);
251 TLII->disableAllFunctions();
255 TLII->addVectorizableFunctionsFromVecLib(TargetLibraryInfoImpl::Accelerate);
260 return TLII;
595 std::unique_ptr<TargetLibraryInfoImpl> TLII(
597 PM->add(new TargetLibraryInfoWrapperPass(*TLII));

Completed in 2497 milliseconds