Searched refs:getMaskedMemoryOpCost (Results 1 – 7 of 7) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 525 int getMaskedMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, 710 virtual int getMaskedMemoryOpCost(unsigned Opcode, Type *Src, 927 int getMaskedMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, in getMaskedMemoryOpCost() function 929 return Impl.getMaskedMemoryOpCost(Opcode, Src, Alignment, AddressSpace); in getMaskedMemoryOpCost()
|
D | TargetTransformInfoImpl.h | 328 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 | 1128 int X86TTIImpl::getMaskedMemoryOpCost(unsigned Opcode, Type *SrcTy, in getMaskedMemoryOpCost() function in X86TTIImpl
|
/external/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 332 int TargetTransformInfo::getMaskedMemoryOpCost(unsigned Opcode, Type *Src, in getMaskedMemoryOpCost() function in TargetTransformInfo 336 TTIImpl->getMaskedMemoryOpCost(Opcode, Src, Alignment, AddressSpace); in getMaskedMemoryOpCost()
|
/external/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 814 ->getMaskedMemoryOpCost(Instruction::Store, Tys[0], 0, 0); in getIntrinsicInstrCost() 817 ->getMaskedMemoryOpCost(Instruction::Load, RetTy, 0, 0); in getIntrinsicInstrCost()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 6030 TTI.getMaskedMemoryOpCost(I->getOpcode(), VectorTy, Alignment, AS); in getInstructionCost()
|