/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonTargetTransformInfo.cpp | 201 unsigned HexagonTTIImpl::getMaskedMemoryOpCost(unsigned Opcode, in getMaskedMemoryOpCost() function in HexagonTTIImpl 203 return BaseT::getMaskedMemoryOpCost(Opcode, Src, Alignment, AddressSpace); in getMaskedMemoryOpCost()
|
D | HexagonTargetTransformInfo.h | 118 unsigned getMaskedMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
|
/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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.h | 138 int getMaskedMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
|
D | X86TargetTransformInfo.cpp | 2480 int X86TTIImpl::getMaskedMemoryOpCost(unsigned Opcode, Type *SrcTy, in getMaskedMemoryOpCost() function in X86TTIImpl
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 953 int getMaskedMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, 1333 virtual int getMaskedMemoryOpCost(unsigned Opcode, Type *Src, 1750 int getMaskedMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, in getMaskedMemoryOpCost() function 1752 return Impl.getMaskedMemoryOpCost(Opcode, Src, Alignment, AddressSpace); in getMaskedMemoryOpCost()
|
D | TargetTransformInfoImpl.h | 471 unsigned getMaskedMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, in getMaskedMemoryOpCost() function
|
/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 933 Cost = static_cast<T *>(this)->getMaskedMemoryOpCost( 1295 return ConcreteTTI->getMaskedMemoryOpCost(Instruction::Store, Tys[0], 0, 1298 return ConcreteTTI->getMaskedMemoryOpCost(Instruction::Load, RetTy, 0, 0);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 662 int TargetTransformInfo::getMaskedMemoryOpCost(unsigned Opcode, Type *Src, in getMaskedMemoryOpCost() function in TargetTransformInfo 666 TTIImpl->getMaskedMemoryOpCost(Opcode, Src, Alignment, AddressSpace); in getMaskedMemoryOpCost()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 6030 TTI.getMaskedMemoryOpCost(I->getOpcode(), VectorTy, Alignment, AS); in getInstructionCost()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 5845 Cost += TTI.getMaskedMemoryOpCost(I->getOpcode(), VectorTy, in getConsecutiveMemOpCost()
|