Searched refs:getExpandCompressMemoryOpCost (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.h | 189 getExpandCompressMemoryOpCost(unsigned Opcode, Type *Src, bool VariableMask,
|
| H A D | RISCVTargetTransformInfo.cpp | 1099 InstructionCost RISCVTTIImpl::getExpandCompressMemoryOpCost( in getExpandCompressMemoryOpCost() function in RISCVTTIImpl 1107 return BaseT::getExpandCompressMemoryOpCost(Opcode, DataTy, VariableMask, in getExpandCompressMemoryOpCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 1183 InstructionCost TargetTransformInfo::getExpandCompressMemoryOpCost( in getExpandCompressMemoryOpCost() function in TargetTransformInfo 1186 InstructionCost Cost = TTIImpl->getExpandCompressMemoryOpCost( in getExpandCompressMemoryOpCost()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 1545 getExpandCompressMemoryOpCost(unsigned Opcode, Type *DataTy, 1926 return thisT()->getExpandCompressMemoryOpCost( in getIntrinsicInstrCost() 1933 return thisT()->getExpandCompressMemoryOpCost(Instruction::Load, RetTy, in getIntrinsicInstrCost()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 1570 LLVM_ABI InstructionCost getExpandCompressMemoryOpCost(
|
| H A D | TargetTransformInfoImpl.h | 854 virtual InstructionCost getExpandCompressMemoryOpCost(
|