OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TypeConversionCostTblEntry
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/Target/
CostTable.h
44
struct
TypeConversionCostTblEntry
{
53
inline const
TypeConversionCostTblEntry
*
54
ConvertCostTableLookup(ArrayRef<
TypeConversionCostTblEntry
> Tbl,
57
[=](const
TypeConversionCostTblEntry
&Entry) {
/external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp
78
static const
TypeConversionCostTblEntry
NEONVectorConversionTbl[] = {
161
static const
TypeConversionCostTblEntry
NEONFloatConversionTbl[] = {
191
static const
TypeConversionCostTblEntry
NEONIntegerConversionTbl[] = {
222
static const
TypeConversionCostTblEntry
ARMIntegerConversionTbl[] = {
276
static const
TypeConversionCostTblEntry
NEONVectorSelectTbl[] = {
/external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp
534
static const
TypeConversionCostTblEntry
AVX512DQConversionTbl[] = {
550
static const
TypeConversionCostTblEntry
AVX512FConversionTbl[] = {
610
static const
TypeConversionCostTblEntry
AVX2ConversionTbl[] = {
641
static const
TypeConversionCostTblEntry
AVXConversionTbl[] = {
711
static const
TypeConversionCostTblEntry
SSE41ConversionTbl[] = {
742
static const
TypeConversionCostTblEntry
SSE2ConversionTbl[] = {
[
all
...]
/external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.cpp
189
static const
TypeConversionCostTblEntry
389
static const
TypeConversionCostTblEntry
Completed in 273 milliseconds