OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:customlowered
(Results
1 - 1
of
1
) sorted by null
/external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp
322
static const CostTblEntry<MVT>
CustomLowered
[] = {
328
int Idx = CostTableLookup<MVT>(
CustomLowered
, array_lengthof(
CustomLowered
),
331
return LT.first *
CustomLowered
[Idx].Cost;
Completed in 647 milliseconds