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

  /external/llvm/tools/llc/
llc.cpp 314 TargetLibraryInfoImpl TLII(Triple(M->getTargetTriple()));
318 TLII.disableAllFunctions();
319 PM.add(new TargetLibraryInfoWrapperPass(TLII));
  /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));
  /external/llvm/tools/opt/
opt.cpp 443 TargetLibraryInfoImpl TLII(ModuleTriple);
447 TLII.disableAllFunctions();
448 Passes.add(new TargetLibraryInfoWrapperPass(TLII));
  /external/llvm/lib/LTO/
LTOCodeGenerator.cpp 412 TargetLibraryInfoImpl TLII(Triple(TargetMach->getTargetTriple()));
413 TargetLibraryInfo TLI(TLII);

Completed in 87 milliseconds