/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetTransformInfo.cpp | 216 HexagonTTIImpl::getMaskedMemoryOpCost(unsigned Opcode, Type *Src, in getMaskedMemoryOpCost() function in HexagonTTIImpl 219 return BaseT::getMaskedMemoryOpCost(Opcode, Src, Alignment, AddressSpace, in getMaskedMemoryOpCost()
|
H A D | HexagonTargetTransformInfo.h | 124 getMaskedMemoryOpCost(unsigned Opcode, Type *Src, Align Alignment,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.h | 151 getMaskedMemoryOpCost(unsigned Opcode, Type *Src, Align Alignment,
|
H A D | X86TargetTransformInfo.cpp | 3437 X86TTIImpl::getMaskedMemoryOpCost(unsigned Opcode, Type *SrcTy, Align Alignment, in getMaskedMemoryOpCost() function in X86TTIImpl
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.h | 136 InstructionCost getMaskedMemoryOpCost(unsigned Opcode, Type *Src,
|
H A D | AArch64TargetTransformInfo.cpp | 1176 AArch64TTIImpl::getMaskedMemoryOpCost(unsigned Opcode, Type *Src, in getMaskedMemoryOpCost() function in AArch64TTIImpl 1180 return BaseT::getMaskedMemoryOpCost(Opcode, Src, Alignment, AddressSpace, in getMaskedMemoryOpCost()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.h | 243 InstructionCost getMaskedMemoryOpCost(unsigned Opcode, Type *Src,
|
H A D | ARMTargetTransformInfo.cpp | 1433 ARMTTIImpl::getMaskedMemoryOpCost(unsigned Opcode, Type *Src, Align Alignment, in getMaskedMemoryOpCost() function in ARMTTIImpl 1443 return BaseT::getMaskedMemoryOpCost(Opcode, Src, Alignment, AddressSpace, in getMaskedMemoryOpCost()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfo.h | 1146 InstructionCost getMaskedMemoryOpCost( 1643 getMaskedMemoryOpCost(unsigned Opcode, Type *Src, Align Alignment, 2136 InstructionCost getMaskedMemoryOpCost(unsigned Opcode, Type *Src, in getMaskedMemoryOpCost() function 2139 return Impl.getMaskedMemoryOpCost(Opcode, Src, Alignment, AddressSpace, in getMaskedMemoryOpCost()
|
H A D | TargetTransformInfoImpl.h | 549 InstructionCost getMaskedMemoryOpCost(unsigned Opcode, Type *Src, in getMaskedMemoryOpCost() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 1118 InstructionCost getMaskedMemoryOpCost(unsigned Opcode, Type *DataTy, in getMaskedMemoryOpCost() function 1149 Cost = thisT()->getMaskedMemoryOpCost(Opcode, VecTy, Alignment, 1612 return thisT()->getMaskedMemoryOpCost(Instruction::Store, Ty, TyAlign, 0, in getTypeBasedIntrinsicInstrCost() 1618 return thisT()->getMaskedMemoryOpCost(Instruction::Load, Ty, TyAlign, 0, in getTypeBasedIntrinsicInstrCost()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 831 InstructionCost TargetTransformInfo::getMaskedMemoryOpCost( in getMaskedMemoryOpCost() function in TargetTransformInfo 834 InstructionCost Cost = TTIImpl->getMaskedMemoryOpCost(Opcode, Src, Alignment, in getMaskedMemoryOpCost()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 6998 Cost += TTI.getMaskedMemoryOpCost(I->getOpcode(), VectorTy, Alignment, AS, in getConsecutiveMemOpCost()
|