Home
last modified time | relevance | path

Searched defs:getArithmeticReductionCost (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp928 int AArch64TTIImpl::getArithmeticReductionCost(unsigned Opcode, Type *ValTy, in getArithmeticReductionCost() function in AArch64TTIImpl
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetTransformInfo.cpp520 int GCNTTIImpl::getArithmeticReductionCost(unsigned Opcode, Type *Ty, in getArithmeticReductionCost() function in GCNTTIImpl
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h1606 unsigned getArithmeticReductionCost(unsigned Opcode, Type *Ty, in getArithmeticReductionCost() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h512 unsigned getArithmeticReductionCost(unsigned, Type *, bool) { return 1; } in getArithmeticReductionCost() function
DTargetTransformInfo.h1768 int getArithmeticReductionCost(unsigned Opcode, Type *Ty, in getArithmeticReductionCost() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp2561 int X86TTIImpl::getArithmeticReductionCost(unsigned Opcode, Type *ValTy, in getArithmeticReductionCost() function in X86TTIImpl
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp733 int TargetTransformInfo::getArithmeticReductionCost(unsigned Opcode, Type *Ty, in getArithmeticReductionCost() function in TargetTransformInfo