Searched refs:getOperationCost (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp52 unsigned TargetTransformInfo::getOperationCost(unsigned Opcode, Type *Ty, function in class:TargetTransformInfo
54 return PrevTTI->getOperationCost(Opcode, Ty, OpTy);
264 unsigned getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) const { function in struct:__anon2227::NoTTI
444 return getOperationCost(Operator::getOpcode(U), U->getType(),
/freebsd-10.2-release/contrib/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h112 virtual unsigned getOperationCost(unsigned Opcode, Type *Ty,
117 /// The contract for this function is the same as \c getOperationCost except
125 /// The contract for this is the same as \c getOperationCost except that it
161 /// lowered. It has two primary advantages over the \c getOperationCost and

Completed in 158 milliseconds