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

Declarations

lib/Target/PowerPC/PPCTargetTransformInfo.h
   95   int getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src,

References

include/llvm/Analysis/TargetTransformInfo.h
 1699     return Impl.getCastInstrCost(Opcode, Dst, Src, I);
include/llvm/CodeGen/BasicTTIImpl.h
  784                (2 * TTI->getCastInstrCost(Opcode, SplitDst, SplitSrc, I));
  790       unsigned Cost = static_cast<T *>(this)->getCastInstrCost(
  816            static_cast<T *>(this)->getCastInstrCost(Opcode, Dst,
 1370       Cost += 2 * ConcreteTTI->getCastInstrCost(ExtOp, ExtTy, RetTy);
 1373           2 * ConcreteTTI->getCastInstrCost(Instruction::Trunc, RetTy, ExtTy);
 1434       Cost += 2 * ConcreteTTI->getCastInstrCost(ExtOp, ExtTy, MulTy);
 1437           2 * ConcreteTTI->getCastInstrCost(Instruction::Trunc, MulTy, ExtTy);