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

References

include/llvm/Analysis/TargetTransformInfoImpl.h
  846     if (isa<PHINode>(U))
  849     if (isa<ExtractValueInst>(U))
  853     if (auto *A = dyn_cast<AllocaInst>(U))
  857     if (const GEPOperator *GEP = dyn_cast<GEPOperator>(U)) {
  863     if (auto CS = ImmutableCallSite(U)) {
  869             ->getCallCost(cast<FunctionType>(FTy), CS.arg_size(), U);
  873       return static_cast<T *>(this)->getCallCost(F, Arguments, U);
  876     if (isa<SExtInst>(U) || isa<ZExtInst>(U) || isa<FPExtInst>(U))
  876     if (isa<SExtInst>(U) || isa<ZExtInst>(U) || isa<FPExtInst>(U))
  876     if (isa<SExtInst>(U) || isa<ZExtInst>(U) || isa<FPExtInst>(U))
  879       return static_cast<T *>(this)->getExtCost(cast<Instruction>(U),
  883         Operator::getOpcode(U), U->getType(),
  883         Operator::getOpcode(U), U->getType(),
  884         U->getNumOperands() == 1 ? U->getOperand(0)->getType() : nullptr);
  884         U->getNumOperands() == 1 ? U->getOperand(0)->getType() : nullptr);