| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.h | 182 const Value *Ptr, bool VariableMask, 297 bool VariableMask, Align Alignment,
|
| H A D | X86TargetTransformInfo.cpp | 5762 bool VariableMask, Align Alignment, in getGSScalarCost() argument 5770 if (VariableMask) { in getGSScalarCost() 5803 unsigned Opcode, Type *SrcVTy, const Value *Ptr, bool VariableMask, in getGatherScatterOpCost() argument 5816 return BaseT::getGatherScatterOpCost(Opcode, SrcVTy, Ptr, VariableMask, in getGatherScatterOpCost() 5836 return getGSScalarCost(Opcode, SrcVTy, VariableMask, Alignment, in getGatherScatterOpCost()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetTransformInfo.cpp | 252 unsigned Opcode, Type *DataTy, const Value *Ptr, bool VariableMask, in getGatherScatterOpCost() argument 254 return BaseT::getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask, in getGatherScatterOpCost()
|
| H A D | HexagonTargetTransformInfo.h | 135 const Value *Ptr, bool VariableMask,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.h | 141 const Value *Ptr, bool VariableMask,
|
| H A D | RISCVTargetTransformInfo.cpp | 636 unsigned Opcode, Type *DataTy, const Value *Ptr, bool VariableMask, in getGatherScatterOpCost() argument 639 return BaseT::getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask, in getGatherScatterOpCost() 646 return BaseT::getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask, in getGatherScatterOpCost()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.h | 167 const Value *Ptr, bool VariableMask,
|
| H A D | AArch64TargetTransformInfo.cpp | 3104 unsigned Opcode, Type *DataTy, const Value *Ptr, bool VariableMask, in getGatherScatterOpCost() argument 3107 return BaseT::getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask, in getGatherScatterOpCost()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.h | 277 const Value *Ptr, bool VariableMask,
|
| H A D | ARMTargetTransformInfo.cpp | 1566 unsigned Opcode, Type *DataTy, const Value *Ptr, bool VariableMask, in getGatherScatterOpCost() argument 1570 return BaseT::getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask, in getGatherScatterOpCost() 1594 NumElems * LT.first + (VariableMask ? NumElems * 5 : 0) + in getGatherScatterOpCost()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 1411 unsigned Opcode, Type *DataTy, const Value *Ptr, bool VariableMask, 2023 bool VariableMask, Align Alignment, 2668 bool VariableMask, Align Alignment, 2671 return Impl.getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask,
|
| H A D | TargetTransformInfoImpl.h | 683 const Value *Ptr, bool VariableMask,
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 209 bool VariableMask, in getCommonMaskedMemoryOpCost() argument 240 if (VariableMask) { in getCommonMaskedMemoryOpCost() 1370 const Value *Ptr, bool VariableMask, 1374 return getCommonMaskedMemoryOpCost(Opcode, DataTy, Alignment, VariableMask,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 1036 unsigned Opcode, Type *DataTy, const Value *Ptr, bool VariableMask, in getGatherScatterOpCost() argument 1039 Opcode, DataTy, Ptr, VariableMask, Alignment, CostKind, I); in getGatherScatterOpCost()
|