OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TCK_RecipThroughput
(Results
1 - 25
of
26
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
CostModel.cpp
32
cl::init(TargetTransformInfo::
TCK_RecipThroughput
),
33
cl::values(clEnumValN(TargetTransformInfo::
TCK_RecipThroughput
,
61
return TTI->getInstructionCost(I, TargetTransformInfo::
TCK_RecipThroughput
);
TargetTransformInfo.cpp
227
assert((CostKind == TTI::
TCK_RecipThroughput
|| Cost >= 0) &&
1342
TTI::TargetCostKind CostKind = TTI::
TCK_RecipThroughput
;
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUTargetTransformInfo.h
86
TTI::TargetCostKind CostKind = TTI::
TCK_RecipThroughput
) {
94
TTI::TargetCostKind CostKind = TTI::
TCK_RecipThroughput
) {
102
TTI::TargetCostKind CostKind = TTI::
TCK_RecipThroughput
) const;
158
TTI::TargetCostKind CostKind = TTI::
TCK_RecipThroughput
,
216
TTI::TargetCostKind CostKind = TTI::
TCK_RecipThroughput
);
222
TTI::TargetCostKind CostKind = TTI::
TCK_RecipThroughput
);
AMDGPUTargetTransformInfo.cpp
525
return BaseT::getArithmeticInstrCost(Opcode, Ty, TTI::
TCK_RecipThroughput
,
/src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXTargetTransformInfo.h
93
TTI::TargetCostKind CostKind = TTI::
TCK_RecipThroughput
,
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonTargetTransformInfo.cpp
166
if (CostKind != TTI::
TCK_RecipThroughput
)
254
if (ValTy->isVectorTy() && CostKind == TTI::
TCK_RecipThroughput
) {
269
if (CostKind != TTI::
TCK_RecipThroughput
)
299
if (CostKind != TTI::
TCK_RecipThroughput
)
HexagonTargetTransformInfo.h
145
TTI::TargetCostKind CostKind = TTI::
TCK_RecipThroughput
,
/src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
LanaiTargetTransformInfo.h
85
TTI::TargetCostKind CostKind = TTI::
TCK_RecipThroughput
,
/src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVTargetTransformInfo.cpp
136
if (CostKind != TTI::
TCK_RecipThroughput
)
/src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZTargetTransformInfo.h
86
TTI::TargetCostKind CostKind = TTI::
TCK_RecipThroughput
,
SystemZTargetTransformInfo.cpp
267
TTI::
TCK_RecipThroughput
);
391
if (CostKind != TTI::
TCK_RecipThroughput
)
877
if (CostKind != TTI::
TCK_RecipThroughput
)
1074
if (CostKind != TTI::
TCK_RecipThroughput
)
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.h
171
TTI::TargetCostKind CostKind = TTI::
TCK_RecipThroughput
,
300
TTI::TargetCostKind CostKind = TTI::
TCK_RecipThroughput
);
AArch64TargetTransformInfo.cpp
607
if (CostKind != TTI::
TCK_RecipThroughput
)
878
TTI::TargetCostKind CostKind = TTI::
TCK_RecipThroughput
;
917
if (CostKind != TTI::
TCK_RecipThroughput
)
919
assert(CostKind == TTI::
TCK_RecipThroughput
&& "unexpected CostKind");
956
if (CostKind != TTI::
TCK_RecipThroughput
)
1103
if (CostKind != TTI::
TCK_RecipThroughput
)
1226
if (CostKind != TTI::
TCK_RecipThroughput
)
1292
TTI::TargetCostKind CostKind = TTI::
TCK_RecipThroughput
;
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfo.h
211
TCK_RecipThroughput
, ///< Reciprocal throughput.
228
case
TCK_RecipThroughput
:
1046
TTI::TargetCostKind CostKind = TTI::
TCK_RecipThroughput
,
1130
TTI::TargetCostKind CostKind = TTI::
TCK_RecipThroughput
,
1142
TTI::TargetCostKind CostKind = TTI::
TCK_RecipThroughput
,
1148
TTI::TargetCostKind CostKind = TTI::
TCK_RecipThroughput
) const;
1161
Align Alignment, TTI::TargetCostKind CostKind = TTI::
TCK_RecipThroughput
,
1177
TTI::TargetCostKind CostKind = TTI::
TCK_RecipThroughput
,
1195
TTI::TargetCostKind CostKind = TTI::
TCK_RecipThroughput
) const;
1199
TTI::TargetCostKind CostKind = TTI::
TCK_RecipThroughput
) const
[
all
...]
TargetTransformInfoImpl.h
525
if (Opcode == Instruction::PHI && CostKind != TTI::
TCK_RecipThroughput
)
635
TTI::TargetCostKind CostKind = TTI::
TCK_RecipThroughput
) const {
1081
return CostKind == TTI::
TCK_RecipThroughput
? -1 : 1;
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.h
106
TTI::TargetCostKind CostKind = TTI::
TCK_RecipThroughput
,
PPCTargetTransformInfo.cpp
977
if (CostKind != TTI::
TCK_RecipThroughput
)
1006
if (CostKind != TTI::
TCK_RecipThroughput
)
1023
if (CostKind != TTI::
TCK_RecipThroughput
)
1036
if (CostKind != TTI::
TCK_RecipThroughput
)
1124
if (CostKind != TTI::
TCK_RecipThroughput
)
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMTargetTransformInfo.h
230
TTI::TargetCostKind CostKind = TTI::
TCK_RecipThroughput
,
ARMTargetTransformInfo.cpp
385
if (CostKind == TTI::
TCK_RecipThroughput
&&
406
if (CostKind != TTI::
TCK_RecipThroughput
)
1226
ST->getMVEVectorCostFactor(TTI::
TCK_RecipThroughput
);
1234
return ST->getMVEVectorCostFactor(TTI::
TCK_RecipThroughput
) * LT.first;
1239
? ST->getMVEVectorCostFactor(TTI::
TCK_RecipThroughput
)
1392
if (CostKind != TTI::
TCK_RecipThroughput
)
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86TargetTransformInfo.h
123
TTI::TargetCostKind CostKind = TTI::
TCK_RecipThroughput
,
X86TargetTransformInfo.cpp
183
if (CostKind != TTI::
TCK_RecipThroughput
)
1475
if (CostKind != TTI::
TCK_RecipThroughput
)
2165
if (CostKind != TTI::
TCK_RecipThroughput
)
3288
if (CostKind != TTI::
TCK_RecipThroughput
) {
3893
TTI::TargetCostKind CostKind = TTI::
TCK_RecipThroughput
;
4066
Instruction::LShr, ShiftTy, TTI::
TCK_RecipThroughput
,
4268
if (CostKind != TTI::
TCK_RecipThroughput
)
4361
TTI::
TCK_RecipThroughput
);
4378
TTI::TargetCostKind CostKind = TTI::
TCK_RecipThroughput
;
4418
if (CostKind != TTI::
TCK_RecipThroughput
) {
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
BasicTTIImpl.h
741
TTI::TargetCostKind CostKind = TTI::
TCK_RecipThroughput
,
754
if (CostKind != TTI::
TCK_RecipThroughput
)
1010
TTI::
TCK_RecipThroughput
);
1027
if (CostKind != TTI::
TCK_RecipThroughput
)
1087
if (CostKind != TTI::
TCK_RecipThroughput
)
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp
3846
TTI.getCallInstrCost(F, ScalarRetTy, ScalarTys, TTI::
TCK_RecipThroughput
);
3873
TTI.getCallInstrCost(nullptr, RetTy, Tys, TTI::
TCK_RecipThroughput
);
3907
TargetTransformInfo::
TCK_RecipThroughput
);
6813
TTI.getCFInstrCost(Instruction::PHI, TTI::
TCK_RecipThroughput
);
6954
AS, TTI::
TCK_RecipThroughput
);
6972
Cost += TTI.getCFInstrCost(Instruction::Br, TTI::
TCK_RecipThroughput
);
6991
enum TTI::TargetCostKind CostKind = TTI::
TCK_RecipThroughput
;
7020
enum TTI::TargetCostKind CostKind = TTI::
TCK_RecipThroughput
;
7050
TargetTransformInfo::
TCK_RecipThroughput
, I);
7085
AS, TTI::
TCK_RecipThroughput
, Legal->isMaskRequired(I), UseMaskForGaps)
[
all
...]
SLPVectorizer.cpp
3524
TTI->getIntrinsicInstrCost(CostAttrs, TTI::
TCK_RecipThroughput
);
3535
TTI::
TCK_RecipThroughput
);
3604
TTI::TargetCostKind CostKind = TTI::
TCK_RecipThroughput
;
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
ScalarEvolutionExpander.cpp
2386
: TargetTransformInfo::
TCK_RecipThroughput
;
Completed in 102 milliseconds
1
2
Indexes created Mon Jun 08 00:24:58 UTC 2026