HomeSort by relevance Sort by last modified time
    Searched refs:TargetLibraryInfoWrapperPass (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/llvm/lib/Transforms/IPO/
InferFunctionAttrs.cpp 58 AU.addRequired<TargetLibraryInfoWrapperPass>();
65 auto &TLI = getAnalysis<TargetLibraryInfoWrapperPass>().getTLI();
74 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
InlineAlways.cpp 70 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
InlineSimple.cpp 83 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
  /external/llvm/lib/Transforms/Scalar/
ConstantProp.cpp 47 AU.addRequired<TargetLibraryInfoWrapperPass>();
55 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
75 &getAnalysis<TargetLibraryInfoWrapperPass>().getTLI();
LoopInstSimplify.cpp 47 AU.addRequired<TargetLibraryInfoWrapperPass>();
59 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
76 &getAnalysis<TargetLibraryInfoWrapperPass>().getTLI();
PartiallyInlineLibCalls.cpp 145 AU.addRequired<TargetLibraryInfoWrapperPass>();
155 &getAnalysis<TargetLibraryInfoWrapperPass>().getTLI();
168 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
DCE.cpp 47 auto *TLIP = getAnalysisIfAvailable<TargetLibraryInfoWrapperPass>();
143 auto *TLIP = getAnalysisIfAvailable<TargetLibraryInfoWrapperPass>();
LoopVersioningLICM.cpp 161 AU.addRequired<TargetLibraryInfoWrapperPass>();
516 TLI = &getAnalysis<TargetLibraryInfoWrapperPass>().getTLI();
567 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
NaryReassociate.cpp 114 AU.addPreserved<TargetLibraryInfoWrapperPass>();
118 AU.addRequired<TargetLibraryInfoWrapperPass>();
201 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
217 TLI = &getAnalysis<TargetLibraryInfoWrapperPass>().getTLI();
  /external/llvm/lib/Transforms/Utils/
SimplifyInstructions.cpp 94 AU.addRequired<TargetLibraryInfoWrapperPass>();
106 &getAnalysis<TargetLibraryInfoWrapperPass>().getTLI();
118 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
  /external/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 194 friend class TargetLibraryInfoWrapperPass;
332 class TargetLibraryInfoWrapperPass : public ImmutablePass {
340 TargetLibraryInfoWrapperPass();
341 explicit TargetLibraryInfoWrapperPass(const Triple &T);
342 explicit TargetLibraryInfoWrapperPass(const TargetLibraryInfoImpl &TLI);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 214 friend class TargetLibraryInfoWrapperPass;
370 class TargetLibraryInfoWrapperPass : public ImmutablePass {
378 TargetLibraryInfoWrapperPass();
379 explicit TargetLibraryInfoWrapperPass(const Triple &T);
380 explicit TargetLibraryInfoWrapperPass(const TargetLibraryInfoImpl &TLI);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
TargetLibraryInfo.h 212 friend class TargetLibraryInfoWrapperPass;
380 class TargetLibraryInfoWrapperPass : public ImmutablePass {
388 TargetLibraryInfoWrapperPass();
389 explicit TargetLibraryInfoWrapperPass(const Triple &T);
390 explicit TargetLibraryInfoWrapperPass(const TargetLibraryInfoImpl &TLI);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
TargetLibraryInfo.h 212 friend class TargetLibraryInfoWrapperPass;
380 class TargetLibraryInfoWrapperPass : public ImmutablePass {
388 TargetLibraryInfoWrapperPass();
389 explicit TargetLibraryInfoWrapperPass(const Triple &T);
390 explicit TargetLibraryInfoWrapperPass(const TargetLibraryInfoImpl &TLI);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
TargetLibraryInfo.h 208 friend class TargetLibraryInfoWrapperPass;
376 class TargetLibraryInfoWrapperPass : public ImmutablePass {
384 TargetLibraryInfoWrapperPass();
385 explicit TargetLibraryInfoWrapperPass(const Triple &T);
386 explicit TargetLibraryInfoWrapperPass(const TargetLibraryInfoImpl &TLI);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
TargetLibraryInfo.h 208 friend class TargetLibraryInfoWrapperPass;
376 class TargetLibraryInfoWrapperPass : public ImmutablePass {
384 TargetLibraryInfoWrapperPass();
385 explicit TargetLibraryInfoWrapperPass(const Triple &T);
386 explicit TargetLibraryInfoWrapperPass(const TargetLibraryInfoImpl &TLI);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
TargetLibraryInfo.h 208 friend class TargetLibraryInfoWrapperPass;
376 class TargetLibraryInfoWrapperPass : public ImmutablePass {
384 TargetLibraryInfoWrapperPass();
385 explicit TargetLibraryInfoWrapperPass(const Triple &T);
386 explicit TargetLibraryInfoWrapperPass(const TargetLibraryInfoImpl &TLI);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
TargetLibraryInfo.h 208 friend class TargetLibraryInfoWrapperPass;
376 class TargetLibraryInfoWrapperPass : public ImmutablePass {
384 TargetLibraryInfoWrapperPass();
385 explicit TargetLibraryInfoWrapperPass(const Triple &T);
386 explicit TargetLibraryInfoWrapperPass(const TargetLibraryInfoImpl &TLI);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 214 friend class TargetLibraryInfoWrapperPass;
370 class TargetLibraryInfoWrapperPass : public ImmutablePass {
378 TargetLibraryInfoWrapperPass();
379 explicit TargetLibraryInfoWrapperPass(const Triple &T);
380 explicit TargetLibraryInfoWrapperPass(const TargetLibraryInfoImpl &TLI);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
TargetLibraryInfo.h 212 friend class TargetLibraryInfoWrapperPass;
380 class TargetLibraryInfoWrapperPass : public ImmutablePass {
388 TargetLibraryInfoWrapperPass();
389 explicit TargetLibraryInfoWrapperPass(const Triple &T);
390 explicit TargetLibraryInfoWrapperPass(const TargetLibraryInfoImpl &TLI);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
TargetLibraryInfo.h 212 friend class TargetLibraryInfoWrapperPass;
380 class TargetLibraryInfoWrapperPass : public ImmutablePass {
388 TargetLibraryInfoWrapperPass();
389 explicit TargetLibraryInfoWrapperPass(const Triple &T);
390 explicit TargetLibraryInfoWrapperPass(const TargetLibraryInfoImpl &TLI);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
TargetLibraryInfo.h 208 friend class TargetLibraryInfoWrapperPass;
376 class TargetLibraryInfoWrapperPass : public ImmutablePass {
384 TargetLibraryInfoWrapperPass();
385 explicit TargetLibraryInfoWrapperPass(const Triple &T);
386 explicit TargetLibraryInfoWrapperPass(const TargetLibraryInfoImpl &TLI);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
TargetLibraryInfo.h 208 friend class TargetLibraryInfoWrapperPass;
376 class TargetLibraryInfoWrapperPass : public ImmutablePass {
384 TargetLibraryInfoWrapperPass();
385 explicit TargetLibraryInfoWrapperPass(const Triple &T);
386 explicit TargetLibraryInfoWrapperPass(const TargetLibraryInfoImpl &TLI);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
TargetLibraryInfo.h 208 friend class TargetLibraryInfoWrapperPass;
376 class TargetLibraryInfoWrapperPass : public ImmutablePass {
384 TargetLibraryInfoWrapperPass();
385 explicit TargetLibraryInfoWrapperPass(const Triple &T);
386 explicit TargetLibraryInfoWrapperPass(const TargetLibraryInfoImpl &TLI);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
TargetLibraryInfo.h 208 friend class TargetLibraryInfoWrapperPass;
376 class TargetLibraryInfoWrapperPass : public ImmutablePass {
384 TargetLibraryInfoWrapperPass();
385 explicit TargetLibraryInfoWrapperPass(const Triple &T);
386 explicit TargetLibraryInfoWrapperPass(const TargetLibraryInfoImpl &TLI);

Completed in 1255 milliseconds

1 2 3