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

1 2 3

  /external/llvm/lib/Target/NVPTX/
NVPTXTargetTransformInfo.h 1 //===-- NVPTXTargetTransformInfo.h - NVPTX specific TTI ---------*- C++ -*-===//
12 /// provide more precise answers to certain TTI queries, while letting the
13 /// target independent and default TTI implementations handle the rest.
30 typedef TargetTransformInfo TTI;
57 TTI::OperandValueKind Opd1Info = TTI::OK_AnyValue,
58 TTI::OperandValueKind Opd2Info = TTI::OK_AnyValue,
59 TTI::OperandValueProperties Opd1PropInfo = TTI::OP_None
    [all...]
NVPTXTargetTransformInfo.cpp 1 //===-- NVPTXTargetTransformInfo.cpp - NVPTX specific TTI -----------------===//
93 unsigned Opcode, Type *Ty, TTI::OperandValueKind Opd1Info,
94 TTI::OperandValueKind Opd2Info, TTI::OperandValueProperties Opd1PropInfo,
95 TTI::OperandValueProperties Opd2PropInfo) {
115 // Delegate other cases to the basic TTI.
122 TTI::UnrollingPreferences &UP) {
  /external/llvm/lib/Target/SystemZ/
SystemZTargetTransformInfo.cpp 1 //===-- SystemZTargetTransformInfo.cpp - SystemZ-specific TTI -------------===//
12 // more precise answers to certain TTI queries, while letting the target
13 // independent and default TTI implementations handle the rest.
41 return TTI::TCC_Free;
44 return TTI::TCC_Free;
47 return TTI::TCC_Free;
52 return TTI::TCC_Basic;
55 return TTI::TCC_Basic;
58 return TTI::TCC_Basic;
60 return 2 * TTI::TCC_Basic
    [all...]
SystemZTargetTransformInfo.h 1 //===-- SystemZTargetTransformInfo.h - SystemZ-specific TTI ---------------===//
21 typedef TargetTransformInfo TTI;
42 /// \name Scalar TTI Implementations
51 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth);
55 /// \name Vector TTI Implementations
  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.h 1 //===-- PPCTargetTransformInfo.h - PPC specific TTI -------------*- C++ -*-===//
12 /// provide more precise answers to certain TTI queries, while letting the
13 /// target independent and default TTI implementations handle the rest.
30 typedef TargetTransformInfo TTI;
51 /// \name Scalar TTI Implementations
61 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth);
62 void getUnrollingPreferences(Loop *L, TTI::UnrollingPreferences &UP);
66 /// \name Vector TTI Implementations
76 TTI::OperandValueKind Opd1Info = TTI::OK_AnyValue
    [all...]
PPCTargetTransformInfo.cpp 1 //===-- PPCTargetTransformInfo.cpp - PPC specific TTI ---------------------===//
34 return TTI::PSK_FastHardware;
35 return TTI::PSK_Software;
49 return TTI::TCC_Free;
53 return TTI::TCC_Basic;
58 return TTI::TCC_Basic;
60 return 2 * TTI::TCC_Basic;
64 return 4 * TTI::TCC_Basic;
80 return TTI::TCC_Free;
86 return TTI::TCC_Free
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.h 1 //===-- AArch64TargetTransformInfo.h - AArch64 specific TTI -----*- C++ -*-===//
12 /// provide more precise answers to certain TTI queries, while letting the
13 /// target independent and default TTI implementations handle the rest.
31 typedef TargetTransformInfo TTI;
62 /// \name Scalar TTI Implementations
71 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth);
75 /// \name Vector TTI Implementations
106 TTI::OperandValueKind Opd1Info = TTI::OK_AnyValue,
107 TTI::OperandValueKind Opd2Info = TTI::OK_AnyValue
    [all...]
AArch64TargetTransformInfo.cpp 1 //===-- AArch64TargetTransformInfo.cpp - AArch64 specific TTI -------------===//
72 return TTI::TCC_Free;
77 return TTI::TCC_Free;
81 return 2 * TTI::TCC_Basic;
82 return TTI::TCC_Free;
104 return TTI::TCC_Free;
123 return (Cost <= NumConstants * TTI::TCC_Basic)
124 ? static_cast<int>(TTI::TCC_Free)
138 return TTI::TCC_Free;
142 return TTI::TCC_Free
    [all...]
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.h 1 //===-- X86TargetTransformInfo.h - X86 specific TTI -------------*- C++ -*-===//
12 /// provide more precise answers to certain TTI queries, while letting the
13 /// target independent and default TTI implementations handle the rest.
30 typedef TargetTransformInfo TTI;
53 /// \name Scalar TTI Implementations
55 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth);
59 /// \name Vector TTI Implementations
67 TTI::OperandValueKind Opd1Info = TTI::OK_AnyValue,
68 TTI::OperandValueKind Opd2Info = TTI::OK_AnyValue
    [all...]
X86TargetTransformInfo.cpp 1 //===-- X86TargetTransformInfo.cpp - X86 specific TTI pass ----------------===//
12 /// more precise answers to certain TTI queries, while letting the target
13 /// independent and default TTI implementations handle the rest.
41 return ST->hasPOPCNT() ? TTI::PSK_FastHardware : TTI::PSK_Software;
89 unsigned Opcode, Type *Ty, TTI::OperandValueKind Op1Info,
90 TTI::OperandValueKind Op2Info, TTI::OperandValueProperties Opd1PropInfo,
91 TTI::OperandValueProperties Opd2PropInfo) {
415 int X86TTIImpl::getShuffleCost(TTI::ShuffleKind Kind, Type *Tp, int Index
    [all...]
  /external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.h 1 //===-- ARMTargetTransformInfo.h - ARM specific TTI -------------*- C++ -*-===//
12 /// provide more precise answers to certain TTI queries, while letting the
13 /// target independent and default TTI implementations handle the rest.
30 typedef TargetTransformInfo TTI;
57 /// \name Scalar TTI Implementations
65 /// \name Vector TTI Implementations
97 int getShuffleCost(TTI::ShuffleKind Kind, Type *Tp, int Index, Type *SubTp);
111 TTI::OperandValueKind Op1Info = TTI::OK_AnyValue,
112 TTI::OperandValueKind Op2Info = TTI::OK_AnyValue
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUTargetTransformInfo.h 1 //===-- AMDGPUTargetTransformInfo.h - AMDGPU specific TTI -------*- C++ -*-===//
12 /// provide more precise answers to certain TTI queries, while letting the
13 /// target independent and default TTI implementations handle the rest.
30 typedef TargetTransformInfo TTI;
53 void getUnrollingPreferences(Loop *L, TTI::UnrollingPreferences &UP);
55 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth) {
57 return ST->hasBCNT(TyWidth) ? TTI::PSK_FastHardware : TTI::PSK_Software;
  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 33 typedef TargetTransformInfo TTI;
51 return TTI::TCC_Basic;
60 return TTI::TCC_Free;
63 return TTI::TCC_Basic;
71 return TTI::TCC_Expensive;
79 return TTI::TCC_Free;
82 return TTI::TCC_Basic;
90 return TTI::TCC_Free;
93 return TTI::TCC_Basic;
99 return TTI::TCC_Free
    [all...]
CodeMetrics.h 91 void analyzeBasicBlock(const BasicBlock *BB, const TargetTransformInfo &TTI,
VectorUtils.h 128 const TargetTransformInfo *TTI=nullptr);
  /external/llvm/lib/Target/Hexagon/
HexagonTargetTransformInfo.cpp 1 //===-- HexagonTargetTransformInfo.cpp - Hexagon specific TTI pass --------===//
11 /// more precise answers to certain TTI queries, while letting the target
12 /// independent and default TTI implementations handle the rest.
32 TTI::UnrollingPreferences &UP) {
HexagonTargetTransformInfo.h 1 //===-- HexagonTargetTransformInfo.cpp - Hexagon specific TTI pass --------===//
11 /// more precise answers to certain TTI queries, while letting the target
12 /// independent and default TTI implementations handle the rest.
29 typedef TargetTransformInfo TTI;
50 /// \name Scalar TTI Implementations
53 TTI::PopcntSupportKind getPopcntSupport(unsigned IntTyWidthInBit) const;
56 void getUnrollingPreferences(Loop *L, TTI::UnrollingPreferences &UP);
60 /// \name Vector TTI Implementations
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyTargetTransformInfo.h 1 //==- WebAssemblyTargetTransformInfo.h - WebAssembly-specific TTI -*- C++ -*-=//
15 /// certain TTI queries, while letting the target independent and default TTI
31 typedef TargetTransformInfo TTI;
52 /// \name Scalar TTI Implementations
55 // TODO: Implement more Scalar TTI for WebAssembly
57 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth) const;
61 /// \name Vector TTI Implementations
64 // TODO: Implement Vector TTI for WebAssembly
  /external/llvm/lib/Analysis/
CostModel.cpp 45 CostModelAnalysis() : FunctionPass(ID), F(nullptr), TTI(nullptr) {
64 const TargetTransformInfo *TTI;
87 TTI = TTIWP ? &TTIWP->getTTI(F) : nullptr;
379 if (!TTI)
384 return TTI->getUserCost(I);
389 return TTI->getCFInstrCost(I->getOpcode());
413 return TTI->getArithmeticInstrCost(I->getOpcode(), I->getType(), Op1VK,
419 return TTI->getCmpSelInstrCost(I->getOpcode(), I->getType(), CondTy);
424 return TTI->getCmpSelInstrCost(I->getOpcode(), ValTy);
429 return TTI->getMemoryOpCost(I->getOpcode(), ValTy
    [all...]
DivergenceAnalysis.cpp 87 DivergencePropagator(Function &F, TargetTransformInfo &TTI, DominatorTree &DT,
89 : F(F), TTI(TTI), DT(DT), PDT(PDT), DV(DV) {}
108 TargetTransformInfo &TTI;
119 if (TTI.isSourceOfDivergence(&I)) {
125 if (TTI.isSourceOfDivergence(&Arg)) {
281 TargetTransformInfo &TTI = TTIWP->getTTI(F);
284 if (!TTI.hasBranchDivergence())
288 DivergencePropagator DP(F, TTI,
CodeMetrics.cpp 106 const TargetTransformInfo &TTI,
134 if (TTI.isLoweredToCall(F))
163 NumInsts += TTI.getUserCost(&*II);
  /external/llvm/lib/Transforms/Scalar/
SimplifyCFGPass.cpp 129 static bool iterativelySimplifyCFG(Function &F, const TargetTransformInfo &TTI,
139 if (SimplifyCFG(&*BBIt++, TTI, BonusInstThreshold, AC)) {
149 static bool simplifyFunctionCFG(Function &F, const TargetTransformInfo &TTI,
153 EverChanged |= iterativelySimplifyCFG(F, TTI, AC, BonusInstThreshold);
167 EverChanged = iterativelySimplifyCFG(F, TTI, AC, BonusInstThreshold);
182 auto &TTI = AM->getResult<TargetIRAnalysis>(F);
185 if (!simplifyFunctionCFG(F, TTI, &AC, BonusInstThreshold))
212 const TargetTransformInfo &TTI =
214 return simplifyFunctionCFG(F, TTI, AC, BonusInstThreshold);
SpeculativeExecution.cpp 99 const TargetTransformInfo *TTI = nullptr;
118 TTI = &getAnalysis<TargetTransformInfoWrapperPass>().getTTI(F);
172 const TargetTransformInfo &TTI) {
187 return TTI.getUserCost(I);
209 const unsigned Cost = ComputeSpeculationCost(&I, *TTI);
PartiallyInlineLibCalls.cpp 65 const TargetTransformInfo *TTI =
88 if (TTI->haveFastSqrt(Call->getType()) &&
  /external/llvm/lib/Target/XCore/
XCoreTargetTransformInfo.h 1 //===-- XCoreTargetTransformInfo.h - XCore specific TTI ---------*- C++ -*-===//
12 /// provide more precise answers to certain TTI queries, while letting the
13 /// target independent and default TTI implementations handle the rest.
30 typedef TargetTransformInfo TTI;

Completed in 310 milliseconds

1 2 3