Home
last modified time | relevance | path

Searched refs:LT1 (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp565 std::pair<InstructionCost, MVT> LT1 = getTypeLegalizationCost(Ty1); in vectorCostAdjustmentFactor() local
568 if (LT1.first != 1 || !LT1.second.isVector()) in vectorCostAdjustmentFactor()
572 if (TLI->isOperationExpand(ISD, LT1.second)) in vectorCostAdjustmentFactor()