reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/CodeGen/BasicTTIImpl.h
 1664         ConcreteTTI->getTLI()->getTypeLegalizationCost(DL, Ty);
 1675                      ConcreteTTI->getShuffleCost(TTI::SK_ExtractSubvector, Ty,
 1678           ConcreteTTI->getCmpSelInstrCost(CmpOpcode, SubTy, CondTy, nullptr) +
 1679           ConcreteTTI->getCmpSelInstrCost(Instruction::Select, SubTy, CondTy,
 1699                    ConcreteTTI->getShuffleCost(TTI::SK_PermuteSingleSrc, Ty,
 1703         (ConcreteTTI->getCmpSelInstrCost(CmpOpcode, Ty, CondTy, nullptr) +
 1704          ConcreteTTI->getCmpSelInstrCost(Instruction::Select, Ty, CondTy,
 1709            ConcreteTTI->getVectorInstrCost(Instruction::ExtractElement, Ty, 0);