HomeSort by relevance Sort by last modified time
    Searched refs:getIntrinsicInstrCost (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.h 83 int getIntrinsicInstrCost(Intrinsic::ID IID, Type *RetTy,
85 int getIntrinsicInstrCost(Intrinsic::ID IID, Type *RetTy,
X86TargetTransformInfo.cpp     [all...]
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 359 int TargetTransformInfo::getIntrinsicInstrCost(Intrinsic::ID ID, Type *RetTy,
362 int Cost = TTIImpl->getIntrinsicInstrCost(ID, RetTy, Tys, FMF);
367 int TargetTransformInfo::getIntrinsicInstrCost(Intrinsic::ID ID, Type *RetTy,
370 int Cost = TTIImpl->getIntrinsicInstrCost(ID, RetTy, Args, FMF);
CostModel.cpp 511 return TTI->getIntrinsicInstrCost(II->getIntrinsicID(), II->getType(),
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 566 int getIntrinsicInstrCost(Intrinsic::ID ID, Type *RetTy,
570 int getIntrinsicInstrCost(Intrinsic::ID ID, Type *RetTy,
    [all...]
TargetTransformInfoImpl.h 347 unsigned getIntrinsicInstrCost(Intrinsic::ID ID, Type *RetTy,
351 unsigned getIntrinsicInstrCost(Intrinsic::ID ID, Type *RetTy,
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 673 unsigned getIntrinsicInstrCost(Intrinsic::ID IID, Type *RetTy,
680 return static_cast<T *>(this)->getIntrinsicInstrCost(IID, RetTy, Types,
706 unsigned getIntrinsicInstrCost(Intrinsic::ID IID, Type *RetTy,
734 unsigned ScalarCost = static_cast<T *>(this)->getIntrinsicInstrCost(
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]
SLPVectorizer.cpp     [all...]
LoopVectorize.cpp     [all...]

Completed in 335 milliseconds