Searched refs:getMaskedMemoryOpCost (Results 1 – 7 of 7) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 458 int getMaskedMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, 614 virtual int getMaskedMemoryOpCost(unsigned Opcode, Type *Src, 790 int getMaskedMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, in getMaskedMemoryOpCost() function 792 return Impl.getMaskedMemoryOpCost(Opcode, Src, Alignment, AddressSpace); in getMaskedMemoryOpCost()
|
D | TargetTransformInfoImpl.h | 302 unsigned getMaskedMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, in getMaskedMemoryOpCost() function
|
/external/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.h | 77 int getMaskedMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
|
D | X86TargetTransformInfo.cpp | 994 int X86TTIImpl::getMaskedMemoryOpCost(unsigned Opcode, Type *SrcTy, in getMaskedMemoryOpCost() function in X86TTIImpl
|
/external/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 274 int TargetTransformInfo::getMaskedMemoryOpCost(unsigned Opcode, Type *Src, in getMaskedMemoryOpCost() function in TargetTransformInfo 278 TTIImpl->getMaskedMemoryOpCost(Opcode, Src, Alignment, AddressSpace); in getMaskedMemoryOpCost()
|
/external/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 686 ->getMaskedMemoryOpCost(Instruction::Store, Tys[0], 0, 0); in getIntrinsicInstrCost() 689 ->getMaskedMemoryOpCost(Instruction::Load, RetTy, 0, 0); in getIntrinsicInstrCost()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 5515 Cost += TTI.getMaskedMemoryOpCost(I->getOpcode(), VectorTy, Alignment, in getInstructionCost()
|