/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonTargetTransformInfo.cpp | 211 unsigned HexagonTTIImpl::getGatherScatterOpCost(unsigned Opcode, Type *DataTy, in getGatherScatterOpCost() function in HexagonTTIImpl 213 return BaseT::getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask, in getGatherScatterOpCost()
|
D | HexagonTargetTransformInfo.h | 122 unsigned getGatherScatterOpCost(unsigned Opcode, Type *DataTy, Value *Ptr,
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonTargetTransformInfo.cpp | 209 unsigned HexagonTTIImpl::getGatherScatterOpCost( in getGatherScatterOpCost() function in HexagonTTIImpl 212 return BaseT::getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask, in getGatherScatterOpCost()
|
D | HexagonTargetTransformInfo.h | 126 unsigned getGatherScatterOpCost(unsigned Opcode, Type *DataTy,
|
/external/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 535 int getGatherScatterOpCost(unsigned Opcode, Type *DataTy, Value *Ptr, 713 virtual int getGatherScatterOpCost(unsigned Opcode, Type *DataTy, 931 int getGatherScatterOpCost(unsigned Opcode, Type *DataTy, in getGatherScatterOpCost() function 934 return Impl.getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask, in getGatherScatterOpCost()
|
D | TargetTransformInfoImpl.h | 333 unsigned getGatherScatterOpCost(unsigned Opcode, Type *DataTy, Value *Ptr, in getGatherScatterOpCost() function
|
/external/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.h | 79 int getGatherScatterOpCost(unsigned Opcode, Type *DataTy, Value *Ptr,
|
D | X86TargetTransformInfo.cpp | 1540 int X86TTIImpl::getGatherScatterOpCost(unsigned Opcode, Type *SrcVTy, in getGatherScatterOpCost() function in X86TTIImpl
|
/external/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 341 int TargetTransformInfo::getGatherScatterOpCost(unsigned Opcode, Type *DataTy, in getGatherScatterOpCost() function in TargetTransformInfo 344 int Cost = TTIImpl->getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask, in getGatherScatterOpCost()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.h | 140 int getGatherScatterOpCost(unsigned Opcode, Type *DataTy, Value *Ptr,
|
D | X86TargetTransformInfo.cpp | 3292 int X86TTIImpl::getGatherScatterOpCost(unsigned Opcode, Type *SrcVTy, in getGatherScatterOpCost() function in X86TTIImpl
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.h | 238 unsigned getGatherScatterOpCost(unsigned Opcode, Type *DataTy,
|
D | ARMTargetTransformInfo.cpp | 1361 unsigned ARMTTIImpl::getGatherScatterOpCost(unsigned Opcode, Type *DataTy, in getGatherScatterOpCost() function in ARMTTIImpl 1368 return BaseT::getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask, in getGatherScatterOpCost()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.h | 149 int getGatherScatterOpCost(unsigned Opcode, Type *DataTy, const Value *Ptr,
|
D | X86TargetTransformInfo.cpp | 4206 int X86TTIImpl::getGatherScatterOpCost(unsigned Opcode, Type *SrcVTy, in getGatherScatterOpCost() function in X86TTIImpl 4217 return BaseT::getGatherScatterOpCost(Opcode, SrcVTy, Ptr, VariableMask, in getGatherScatterOpCost()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 963 int getGatherScatterOpCost(unsigned Opcode, Type *DataTy, Value *Ptr, 1336 virtual int getGatherScatterOpCost(unsigned Opcode, Type *DataTy, 1754 int getGatherScatterOpCost(unsigned Opcode, Type *DataTy, in getGatherScatterOpCost() function 1757 return Impl.getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask, in getGatherScatterOpCost()
|
D | TargetTransformInfoImpl.h | 476 unsigned getGatherScatterOpCost(unsigned Opcode, Type *DataTy, Value *Ptr, in getGatherScatterOpCost() function
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 1129 int getGatherScatterOpCost( 1556 virtual int getGatherScatterOpCost(unsigned Opcode, Type *DataTy, 2013 int getGatherScatterOpCost(unsigned Opcode, Type *DataTy, const Value *Ptr, 2017 return Impl.getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask,
|
D | TargetTransformInfoImpl.h | 507 unsigned getGatherScatterOpCost(unsigned Opcode, Type *DataTy,
|
/external/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 688 static_cast<T *>(this)->getGatherScatterOpCost(Instruction::Store, in getIntrinsicInstrCost() 698 static_cast<T *>(this)->getGatherScatterOpCost(Instruction::Load, in getIntrinsicInstrCost()
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 994 unsigned getGatherScatterOpCost(unsigned Opcode, Type *DataTy, 1245 return thisT()->getGatherScatterOpCost(Instruction::Store, in getIntrinsicInstrCost() 1254 return thisT()->getGatherScatterOpCost(Instruction::Load, RetTy, Args[0], in getIntrinsicInstrCost()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 671 int TargetTransformInfo::getGatherScatterOpCost(unsigned Opcode, Type *DataTy, in getGatherScatterOpCost() function in TargetTransformInfo 674 int Cost = TTIImpl->getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask, in getGatherScatterOpCost()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 863 int TargetTransformInfo::getGatherScatterOpCost( in getGatherScatterOpCost() function in TargetTransformInfo 866 int Cost = TTIImpl->getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask, in getGatherScatterOpCost()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 1110 return ConcreteTTI->getGatherScatterOpCost( 1118 return ConcreteTTI->getGatherScatterOpCost(Instruction::Load, RetTy,
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 6024 TTI.getGatherScatterOpCost(I->getOpcode(), VectorTy, Ptr, in getInstructionCost()
|