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

References

lib/Target/PowerPC/PPCTargetTransformInfo.cpp
  209     std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, U->getType());
  416               TLI->getValueType(DL, CI->getArgOperand(0)->getType(), true);
  421           if (TLI->isOperationLegalOrCustom(Opcode, EVTy))
  424                    TLI->isOperationLegalOrCustom(Opcode, EVTy.getScalarType()))
  463       if (SI->getNumCases() + 1 >= (unsigned)TLI->getMinimumJumpTableEntries())
  593   Options.MaxNumLoads = TLI->getMaxExpandSizeMemcmp(OptSize);
  704   std::pair<int, MVT> LT1 = TLI->getTypeLegalizationCost(DL, Ty1);
  710   int ISD = TLI->InstructionOpcodeToISD(Opcode);
  711   if (TLI->isOperationExpand(ISD, LT1.second))
  715     std::pair<int, MVT> LT2 = TLI->getTypeLegalizationCost(DL, Ty2);
  727   assert(TLI->InstructionOpcodeToISD(Opcode) && "Invalid opcode");
  738   std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, Tp);
  751   assert(TLI->InstructionOpcodeToISD(Opcode) && "Invalid opcode");
  766   int ISD = TLI->InstructionOpcodeToISD(Opcode);
  840   std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, Src);
  889   if (TLI->allowsMisalignedMemoryAccesses(LT.second, 0))
  925   std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, VecTy);
lib/Target/PowerPC/PPCTargetTransformInfo.h
   35   const PPCTargetLowering *getTLI() const { return TLI; }