Searched defs:getArithmeticReductionCost (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUTargetTransformInfo.cpp | 458 int GCNTTIImpl::getArithmeticReductionCost(unsigned Opcode, Type *Ty, in getArithmeticReductionCost() function in GCNTTIImpl
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.cpp | 918 int AArch64TTIImpl::getArithmeticReductionCost(unsigned Opcode, Type *ValTy, in getArithmeticReductionCost() function in AArch64TTIImpl
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 1267 unsigned getArithmeticReductionCost(unsigned Opcode, Type *Ty, in getArithmeticReductionCost() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 477 unsigned getArithmeticReductionCost(unsigned, Type *, bool) { return 1; } in getArithmeticReductionCost() function
|
D | TargetTransformInfo.h | 1474 int getArithmeticReductionCost(unsigned Opcode, Type *Ty, in getArithmeticReductionCost() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.cpp | 2027 int X86TTIImpl::getArithmeticReductionCost(unsigned Opcode, Type *ValTy, in getArithmeticReductionCost() function in X86TTIImpl
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 517 int TargetTransformInfo::getArithmeticReductionCost(unsigned Opcode, Type *Ty, in getArithmeticReductionCost() function in TargetTransformInfo
|