Searched refs:getVPMemoryOpCost (Results 1 – 4 of 4) sorted by relevance
| /freebsd-head/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| HD | PPCTargetTransformInfo.h | 146 InstructionCost getVPMemoryOpCost(unsigned Opcode, Type *Src, Align Alignment,
|
| HD | PPCTargetTransformInfo.cpp | 1043 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/ |
| HD | TargetTransformInfo.h | 1427 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()
|
| HD | TargetTransformInfoImpl.h | 692 InstructionCost getVPMemoryOpCost(unsigned Opcode, Type *Src, Align Alignment, in getVPMemoryOpCost() function
|