Home
last modified time | relevance | path

Searched refs:getVPMemoryOpCost (Results 1 – 4 of 4) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCTargetTransformInfo.h146 InstructionCost getVPMemoryOpCost(unsigned Opcode, Type *Src, Align Alignment,
HDPPCTargetTransformInfo.cpp1043 InstructionCost PPCTTIImpl::getVPMemoryOpCost(unsigned Opcode, Type *Src, in getVPMemoryOpCost() function in PPCTTIImpl
1048 InstructionCost Cost = BaseT::getVPMemoryOpCost(Opcode, Src, Alignment, in getVPMemoryOpCost()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Analysis/
HDTargetTransformInfo.h1427 getVPMemoryOpCost(unsigned Opcode, Type *Src, Align Alignment,
2080 virtual InstructionCost getVPMemoryOpCost(unsigned Opcode, Type *Src,
2749 InstructionCost getVPMemoryOpCost(unsigned Opcode, Type *Src, Align Alignment, in getVPMemoryOpCost() function
2753 return Impl.getVPMemoryOpCost(Opcode, Src, Alignment, AddressSpace, in getVPMemoryOpCost()
HDTargetTransformInfoImpl.h692 InstructionCost getVPMemoryOpCost(unsigned Opcode, Type *Src, Align Alignment, in getVPMemoryOpCost() function