/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetTransformInfo.cpp | 238 InstructionCost HexagonTTIImpl::getGatherScatterOpCost( in getGatherScatterOpCost() function in HexagonTTIImpl 241 return BaseT::getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask, in getGatherScatterOpCost()
|
H A D | HexagonTargetTransformInfo.h | 127 InstructionCost getGatherScatterOpCost(unsigned Opcode, Type *DataTy,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.h | 184 InstructionCost getGatherScatterOpCost(unsigned Opcode, Type *DataTy,
|
H A D | X86TargetTransformInfo.cpp | 5888 InstructionCost X86TTIImpl::getGatherScatterOpCost( in getGatherScatterOpCost() function in X86TTIImpl 5900 return BaseT::getGatherScatterOpCost(Opcode, SrcVTy, Ptr, VariableMask, in getGatherScatterOpCost()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.h | 166 InstructionCost getGatherScatterOpCost(unsigned Opcode, Type *DataTy,
|
H A D | AArch64TargetTransformInfo.cpp | 3372 InstructionCost AArch64TTIImpl::getGatherScatterOpCost( in getGatherScatterOpCost() function in AArch64TTIImpl 3376 return BaseT::getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask, in getGatherScatterOpCost()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetTransformInfo.h | 160 InstructionCost getGatherScatterOpCost(unsigned Opcode, Type *DataTy,
|
H A D | RISCVTargetTransformInfo.cpp | 713 InstructionCost RISCVTTIImpl::getGatherScatterOpCost( in getGatherScatterOpCost() function in RISCVTTIImpl 717 return BaseT::getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask, in getGatherScatterOpCost() 724 return BaseT::getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask, in getGatherScatterOpCost()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.h | 277 InstructionCost getGatherScatterOpCost(unsigned Opcode, Type *DataTy,
|
H A D | ARMTargetTransformInfo.cpp | 1577 InstructionCost ARMTTIImpl::getGatherScatterOpCost( in getGatherScatterOpCost() function in ARMTTIImpl 1582 return BaseT::getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask, in getGatherScatterOpCost()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfo.h | 1446 InstructionCost getGatherScatterOpCost( 2090 getGatherScatterOpCost(unsigned Opcode, Type *DataTy, const Value *Ptr, 2763 getGatherScatterOpCost(unsigned Opcode, Type *DataTy, const Value *Ptr, 2767 return Impl.getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask,
|
H A D | TargetTransformInfoImpl.h | 705 InstructionCost getGatherScatterOpCost(unsigned Opcode, Type *DataTy,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 1384 InstructionCost getGatherScatterOpCost(unsigned Opcode, Type *DataTy, 1401 return thisT()->getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask, in getStridedMemoryOpCost() 1614 return thisT()->getGatherScatterOpCost(Instruction::Store, in getIntrinsicInstrCost() 1622 return thisT()->getGatherScatterOpCost(Instruction::Load, RetTy, Args[0], in getIntrinsicInstrCost()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 1080 InstructionCost TargetTransformInfo::getGatherScatterOpCost( in getGatherScatterOpCost() function in TargetTransformInfo 1083 InstructionCost Cost = TTIImpl->getGatherScatterOpCost( in getGatherScatterOpCost()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 4688 TTI.getGatherScatterOpCost( in canVectorizeLoads() 4728 TTI.getGatherScatterOpCost( in canVectorizeLoads() 8379 GatherCost += TTI.getGatherScatterOpCost( in getBuildVectorCost() 9796 VecLdCost = TTI->getGatherScatterOpCost( in getEntryCost()
|
H A D | LoopVectorize.cpp | 5687 TTI.getGatherScatterOpCost( in getGatherScatterCost()
|