/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyTargetTransformInfo.cpp | 46 unsigned WebAssemblyTTIImpl::getArithmeticInstrCost( in getArithmeticInstrCost() function in WebAssemblyTTIImpl 51 unsigned Cost = BasicTTIImplBase<WebAssemblyTTIImpl>::getArithmeticInstrCost( in getArithmeticInstrCost() 66 getArithmeticInstrCost(Opcode, VTy->getElementType()) + in getArithmeticInstrCost()
|
D | WebAssemblyTargetTransformInfo.h | 59 unsigned getArithmeticInstrCost(
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyTargetTransformInfo.cpp | 46 unsigned WebAssemblyTTIImpl::getArithmeticInstrCost( in getArithmeticInstrCost() function in WebAssemblyTTIImpl 51 unsigned Cost = BasicTTIImplBase<WebAssemblyTTIImpl>::getArithmeticInstrCost( in getArithmeticInstrCost() 66 getArithmeticInstrCost(Opcode, VTy->getElementType()) + in getArithmeticInstrCost()
|
D | WebAssemblyTargetTransformInfo.h | 66 unsigned getArithmeticInstrCost(
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiTargetTransformInfo.h | 58 unsigned getArithmeticInstrCost( 68 return BaseT::getArithmeticInstrCost(Opcode, Ty, Opd1Info, Opd2Info, 79 return 64 * BaseT::getArithmeticInstrCost(Opcode, Ty, Opd1Info, Opd2Info,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/ |
D | LanaiTargetTransformInfo.h | 79 unsigned getArithmeticInstrCost( 90 return BaseT::getArithmeticInstrCost(Opcode, Ty, Opd1Info, Opd2Info, 101 return 64 * BaseT::getArithmeticInstrCost(Opcode, Ty, Opd1Info, Opd2Info,
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXTargetTransformInfo.cpp | 92 int NVPTXTTIImpl::getArithmeticInstrCost( in getArithmeticInstrCost() function in NVPTXTTIImpl 103 return BaseT::getArithmeticInstrCost(Opcode, Ty, Opd1Info, Opd2Info, in getArithmeticInstrCost() 116 return BaseT::getArithmeticInstrCost(Opcode, Ty, Opd1Info, Opd2Info, in getArithmeticInstrCost()
|
D | NVPTXTargetTransformInfo.h | 59 int getArithmeticInstrCost(
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
D | NVPTXTargetTransformInfo.cpp | 115 int NVPTXTTIImpl::getArithmeticInstrCost( in getArithmeticInstrCost() function in NVPTXTTIImpl 126 return BaseT::getArithmeticInstrCost(Opcode, Ty, Opd1Info, Opd2Info, in getArithmeticInstrCost() 139 return BaseT::getArithmeticInstrCost(Opcode, Ty, Opd1Info, Opd2Info, in getArithmeticInstrCost()
|
D | NVPTXTargetTransformInfo.h | 76 int getArithmeticInstrCost(
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.cpp | 477 int AArch64TTIImpl::getArithmeticInstrCost( in getArithmeticInstrCost() function in AArch64TTIImpl 498 return Cost + BaseT::getArithmeticInstrCost(Opcode, Ty, Opd1Info, Opd2Info, in getArithmeticInstrCost() 507 Cost += getArithmeticInstrCost(Instruction::Add, Ty, Opd1Info, Opd2Info, in getArithmeticInstrCost() 510 Cost += getArithmeticInstrCost(Instruction::Sub, Ty, Opd1Info, Opd2Info, in getArithmeticInstrCost() 513 Cost += getArithmeticInstrCost(Instruction::Select, Ty, Opd1Info, Opd2Info, in getArithmeticInstrCost() 516 Cost += getArithmeticInstrCost(Instruction::AShr, Ty, Opd1Info, Opd2Info, in getArithmeticInstrCost() 529 int MulCost = getArithmeticInstrCost(Instruction::Mul, Ty, Opd1Info, in getArithmeticInstrCost() 533 int AddCost = getArithmeticInstrCost(Instruction::Add, Ty, Opd1Info, in getArithmeticInstrCost() 537 int ShrCost = getArithmeticInstrCost(Instruction::AShr, Ty, Opd1Info, in getArithmeticInstrCost() 545 Cost += BaseT::getArithmeticInstrCost(Opcode, Ty, Opd1Info, Opd2Info, in getArithmeticInstrCost() [all …]
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUTargetTransformInfo.cpp | 110 int AMDGPUTTIImpl::getArithmeticInstrCost( in getArithmeticInstrCost() function in AMDGPUTTIImpl 117 return BaseT::getArithmeticInstrCost(Opcode, Ty, Opd1Info, Opd2Info, in getArithmeticInstrCost() 200 return BaseT::getArithmeticInstrCost(Opcode, Ty, Opd1Info, Opd2Info, in getArithmeticInstrCost()
|
D | AMDGPUTargetTransformInfo.h | 88 int getArithmeticInstrCost(
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.cpp | 374 int AArch64TTIImpl::getArithmeticInstrCost( in getArithmeticInstrCost() function in AArch64TTIImpl 390 int Cost = getArithmeticInstrCost(Instruction::Add, Ty, Opd1Info, Opd2Info, in getArithmeticInstrCost() 393 Cost += getArithmeticInstrCost(Instruction::Sub, Ty, Opd1Info, Opd2Info, in getArithmeticInstrCost() 396 Cost += getArithmeticInstrCost(Instruction::Select, Ty, Opd1Info, Opd2Info, in getArithmeticInstrCost() 399 Cost += getArithmeticInstrCost(Instruction::AShr, Ty, Opd1Info, Opd2Info, in getArithmeticInstrCost() 407 return BaseT::getArithmeticInstrCost(Opcode, Ty, Opd1Info, Opd2Info, in getArithmeticInstrCost()
|
D | AArch64TargetTransformInfo.h | 107 int getArithmeticInstrCost(
|
/external/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 297 unsigned getArithmeticInstrCost( 333 ->getArithmeticInstrCost(Opcode, Ty->getScalarType()); 865 ->getArithmeticInstrCost(BinaryOperator::FMul, RetTy) + in getIntrinsicInstrCost() 867 ->getArithmeticInstrCost(BinaryOperator::FAdd, RetTy); in getIntrinsicInstrCost() 926 static_cast<T *>(this)->getArithmeticInstrCost(Opcode, Ty); in getReductionCost()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 507 unsigned getArithmeticInstrCost( 544 ->getArithmeticInstrCost(Opcode, Ty->getScalarType()); 1170 ->getArithmeticInstrCost(BinaryOperator::FMul, RetTy) + 1172 ->getArithmeticInstrCost(BinaryOperator::FAdd, RetTy); 1287 ArithCost += ConcreteTTI->getArithmeticInstrCost(Opcode, Ty); in getArithmeticReductionCost() 1299 ConcreteTTI->getArithmeticInstrCost(Opcode, Ty); in getArithmeticReductionCost()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.cpp | 280 int PPCTTIImpl::getArithmeticInstrCost( in getArithmeticInstrCost() function in PPCTTIImpl 287 return BaseT::getArithmeticInstrCost(Opcode, Ty, Op1Info, Op2Info, in getArithmeticInstrCost()
|
D | PPCTargetTransformInfo.h | 76 int getArithmeticInstrCost(
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonTargetTransformInfo.cpp | 224 unsigned HexagonTTIImpl::getArithmeticInstrCost(unsigned Opcode, Type *Ty, in getArithmeticInstrCost() function in HexagonTTIImpl 233 return BaseT::getArithmeticInstrCost(Opcode, Ty, Opd1Info, Opd2Info, in getArithmeticInstrCost()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUTargetTransformInfo.cpp | 337 int GCNTTIImpl::getArithmeticInstrCost( in getArithmeticInstrCost() function in GCNTTIImpl 343 return BaseT::getArithmeticInstrCost(Opcode, Ty, Opd1Info, Opd2Info, in getArithmeticInstrCost() 443 return BaseT::getArithmeticInstrCost(Opcode, Ty, Opd1Info, Opd2Info, in getArithmeticInstrCost()
|
/external/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 487 int getArithmeticInstrCost( 694 getArithmeticInstrCost(unsigned Opcode, Type *Ty, OperandValueKind Opd1Info, 896 getArithmeticInstrCost(unsigned Opcode, Type *Ty, OperandValueKind Opd1Info, in getArithmeticInstrCost() function 900 return Impl.getArithmeticInstrCost(Opcode, Ty, Opd1Info, Opd2Info, in getArithmeticInstrCost()
|
/external/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.h | 118 int getArithmeticInstrCost(
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.h | 71 int getArithmeticInstrCost(
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.h | 74 int getArithmeticInstrCost(
|