| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.cpp | 134 unsigned Opcode, Type *DataTy, const Value *Ptr, bool VariableMask, in getGatherScatterOpCost() argument 137 return BaseT::getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask, in getGatherScatterOpCost() 144 return BaseT::getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask, in getGatherScatterOpCost() 149 return BaseT::getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask, in getGatherScatterOpCost()
|
| H A D | RISCVTargetTransformInfo.h | 76 const Value *Ptr, bool VariableMask,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.h | 156 const Value *Ptr, bool VariableMask, 248 bool VariableMask, Align Alignment,
|
| H A D | X86TargetTransformInfo.cpp | 4590 bool VariableMask, Align Alignment, in getGSScalarCost() argument 4597 if (VariableMask) { in getGSScalarCost() 4631 unsigned Opcode, Type *SrcVTy, const Value *Ptr, bool VariableMask, in getGatherScatterOpCost() argument 4640 return BaseT::getGatherScatterOpCost(Opcode, SrcVTy, Ptr, VariableMask, in getGatherScatterOpCost() 4656 return getGSScalarCost(Opcode, SrcVTy, VariableMask, Alignment, in getGatherScatterOpCost()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetTransformInfo.cpp | 230 unsigned Opcode, Type *DataTy, const Value *Ptr, bool VariableMask, in getGatherScatterOpCost() argument 232 return BaseT::getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask, in getGatherScatterOpCost()
|
| H A D | HexagonTargetTransformInfo.h | 130 const Value *Ptr, bool VariableMask,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.h | 153 const Value *Ptr, bool VariableMask,
|
| H A D | AArch64TargetTransformInfo.cpp | 1526 unsigned Opcode, Type *DataTy, const Value *Ptr, bool VariableMask, in getGatherScatterOpCost() argument 1530 return BaseT::getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask, in getGatherScatterOpCost()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.h | 254 const Value *Ptr, bool VariableMask,
|
| H A D | ARMTargetTransformInfo.cpp | 1497 unsigned Opcode, Type *DataTy, const Value *Ptr, bool VariableMask, in getGatherScatterOpCost() argument 1501 return BaseT::getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask, in getGatherScatterOpCost()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 1129 unsigned Opcode, Type *DataTy, const Value *Ptr, bool VariableMask, 1637 bool VariableMask, Align Alignment, 2133 bool VariableMask, Align Alignment, 2136 return Impl.getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask,
|
| H A D | TargetTransformInfoImpl.h | 556 const Value *Ptr, bool VariableMask,
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 194 bool VariableMask, in getCommonMaskedMemoryOpCost() argument 220 if (VariableMask) { in getCommonMaskedMemoryOpCost() 1157 const Value *Ptr, bool VariableMask, 1161 return getCommonMaskedMemoryOpCost(Opcode, DataTy, Alignment, VariableMask,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 838 unsigned Opcode, Type *DataTy, const Value *Ptr, bool VariableMask, in getGatherScatterOpCost() argument 841 Opcode, DataTy, Ptr, VariableMask, Alignment, CostKind, I); in getGatherScatterOpCost()
|