Searched defs:getArithmeticReductionCost (Results  1 – 7 of 7) sorted by relevance
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ | 
| D | AArch64TargetTransformInfo.cpp | 928 int AArch64TTIImpl::getArithmeticReductionCost(unsigned Opcode, Type *ValTy,  in getArithmeticReductionCost()  function in AArch64TTIImpl
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ | 
| D | AMDGPUTargetTransformInfo.cpp | 520 int GCNTTIImpl::getArithmeticReductionCost(unsigned Opcode, Type *Ty,  in getArithmeticReductionCost()  function in GCNTTIImpl
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ | 
| D | BasicTTIImpl.h | 1606   unsigned getArithmeticReductionCost(unsigned Opcode, Type *Ty,  in getArithmeticReductionCost()  function
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ | 
| D | TargetTransformInfoImpl.h | 512   unsigned getArithmeticReductionCost(unsigned, Type *, bool) { return 1; }  in getArithmeticReductionCost()  function
  | 
| D | TargetTransformInfo.h | 1768   int getArithmeticReductionCost(unsigned Opcode, Type *Ty,  in getArithmeticReductionCost()  function
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ | 
| D | X86TargetTransformInfo.cpp | 2561 int X86TTIImpl::getArithmeticReductionCost(unsigned Opcode, Type *ValTy,  in getArithmeticReductionCost()  function in X86TTIImpl
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ | 
| D | TargetTransformInfo.cpp | 733 int TargetTransformInfo::getArithmeticReductionCost(unsigned Opcode, Type *Ty,  in getArithmeticReductionCost()  function in TargetTransformInfo
  |