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