reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
132 int getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src,
1699 return Impl.getCastInstrCost(Opcode, Dst, Src, I);
include/llvm/CodeGen/BasicTTIImpl.h784 (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);