Home
last modified time | relevance | path

Searched refs:getGatherScatterOpCost (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/Analysis/
DTargetTransformInfo.h535 int getGatherScatterOpCost(unsigned Opcode, Type *DataTy, Value *Ptr,
713 virtual int getGatherScatterOpCost(unsigned Opcode, Type *DataTy,
931 int getGatherScatterOpCost(unsigned Opcode, Type *DataTy, in getGatherScatterOpCost() function
934 return Impl.getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask, in getGatherScatterOpCost()
DTargetTransformInfoImpl.h333 unsigned getGatherScatterOpCost(unsigned Opcode, Type *DataTy, Value *Ptr, in getGatherScatterOpCost() function
/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.h79 int getGatherScatterOpCost(unsigned Opcode, Type *DataTy, Value *Ptr,
DX86TargetTransformInfo.cpp1540 int X86TTIImpl::getGatherScatterOpCost(unsigned Opcode, Type *SrcVTy, in getGatherScatterOpCost() function in X86TTIImpl
/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp341 int TargetTransformInfo::getGatherScatterOpCost(unsigned Opcode, Type *DataTy, in getGatherScatterOpCost() function in TargetTransformInfo
344 int Cost = TTIImpl->getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask, in getGatherScatterOpCost()
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h688 static_cast<T *>(this)->getGatherScatterOpCost(Instruction::Store, in getIntrinsicInstrCost()
698 static_cast<T *>(this)->getGatherScatterOpCost(Instruction::Load, in getIntrinsicInstrCost()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp6024 TTI.getGatherScatterOpCost(I->getOpcode(), VectorTy, Ptr, in getInstructionCost()