HomeSort by: relevance | last modified time | path
    Searched refs:getMinMaxCost (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86TargetTransformInfo.h 186 InstructionCost getMinMaxCost(Type *Ty, Type *CondTy, bool IsUnsigned);
X86TargetTransformInfo.cpp 3775 InstructionCost X86TTIImpl::getMinMaxCost(Type *Ty, Type *CondTy,
4000 MinMaxCost = getMinMaxCost(Ty, SubCondTy, IsUnsigned);
4075 MinMaxCost += getMinMaxCost(Ty, SubCondTy, IsUnsigned);

Completed in 80 milliseconds