HomeSort by relevance Sort by last modified time
    Searched refs:getArithmeticInstrCost (Results 1 - 20 of 20) sorted by null

  /external/llvm/lib/Target/NVPTX/
NVPTXTargetTransformInfo.cpp 92 int NVPTXTTIImpl::getArithmeticInstrCost(
103 return BaseT::getArithmeticInstrCost(Opcode, Ty, Opd1Info, Opd2Info,
116 return BaseT::getArithmeticInstrCost(Opcode, Ty, Opd1Info, Opd2Info,
NVPTXTargetTransformInfo.h 55 int getArithmeticInstrCost(
  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.cpp 319 int AArch64TTIImpl::getArithmeticInstrCost(
335 int Cost = getArithmeticInstrCost(Instruction::Add, Ty, Opd1Info, Opd2Info,
338 Cost += getArithmeticInstrCost(Instruction::Sub, Ty, Opd1Info, Opd2Info,
341 Cost += getArithmeticInstrCost(Instruction::Select, Ty, Opd1Info, Opd2Info,
344 Cost += getArithmeticInstrCost(Instruction::AShr, Ty, Opd1Info, Opd2Info,
352 return BaseT::getArithmeticInstrCost(Opcode, Ty, Opd1Info, Opd2Info,
AArch64TargetTransformInfo.h 104 int getArithmeticInstrCost(
  /external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.h 109 int getArithmeticInstrCost(
ARMTargetTransformInfo.cpp 387 int ARMTTIImpl::getArithmeticInstrCost(
442 int Cost = BaseT::getArithmeticInstrCost(Opcode, Ty, Op1Info, Op2Info,
  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.h 74 int getArithmeticInstrCost(
PPCTargetTransformInfo.cpp 260 int PPCTTIImpl::getArithmeticInstrCost(
267 return BaseT::getArithmeticInstrCost(Opcode, Ty, Op1Info, Op2Info,
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.h 65 int getArithmeticInstrCost(
X86TargetTransformInfo.cpp 88 int X86TTIImpl::getArithmeticInstrCost(
105 int Cost = 2 * getArithmeticInstrCost(Instruction::AShr, Ty, Op1Info,
108 Cost += getArithmeticInstrCost(Instruction::LShr, Ty, Op1Info, Op2Info,
111 Cost += getArithmeticInstrCost(Instruction::Add, Ty, Op1Info, Op2Info,
412 return BaseT::getArithmeticInstrCost(Opcode, Ty, Op1Info, Op2Info);
    [all...]
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 425 int getArithmeticInstrCost(
600 getArithmeticInstrCost(unsigned Opcode, Type *Ty, OperandValueKind Opd1Info,
    [all...]
TargetTransformInfoImpl.h 272 unsigned getArithmeticInstrCost(unsigned Opcode, Type *Ty,
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 285 unsigned getArithmeticInstrCost(
319 ->getArithmeticInstrCost(Opcode, Ty->getScalarType());
715 ->getArithmeticInstrCost(BinaryOperator::FMul, RetTy) +
717 ->getArithmeticInstrCost(BinaryOperator::FAdd, RetTy);
776 static_cast<T *>(this)->getArithmeticInstrCost(Opcode, Ty);
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 222 int TargetTransformInfo::getArithmeticInstrCost(
226 int Cost = TTIImpl->getArithmeticInstrCost(Opcode, Ty, Opd1Info, Opd2Info,
CostModel.cpp 413 return TTI->getArithmeticInstrCost(I->getOpcode(), I->getType(), Op1VK,
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
LoopVectorize.cpp     [all...]
BBVectorize.cpp 583 return TTI->getArithmeticInstrCost(Opcode, T1, Op1VK, Op2VK);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 805 TTI->getArithmeticInstrCost(Instruction::Add, Ty) >
806 TTI->getArithmeticInstrCost(Instruction::Add,
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]

Completed in 1049 milliseconds