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

/external/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);
250 unsigned getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) const { function in struct:__anon21114::NoTTI
422 return getOperationCost(Operator::getOpcode(U), U->getType(),

Completed in 68 milliseconds