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

  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 104 unsigned getArithmeticInstrCost(unsigned Opcode, Type *Ty, OperandValueKind,
289 unsigned BasicTTI::getArithmeticInstrCost(unsigned Opcode, Type *Ty,
323 unsigned Cost = TopTTI->getArithmeticInstrCost(Opcode, Ty->getScalarType());
602 return TopTTI->getArithmeticInstrCost(BinaryOperator::FMul, RetTy) +
603 TopTTI->getArithmeticInstrCost(BinaryOperator::FAdd, RetTy);
634 TopTTI->getArithmeticInstrCost(Opcode, Ty);
  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 95 virtual unsigned getArithmeticInstrCost(unsigned Opcode, Type *Ty,
321 unsigned PPCTTI::getArithmeticInstrCost(unsigned Opcode, Type *Ty,
327 return TargetTransformInfo::getArithmeticInstrCost(Opcode, Ty, Op1Info,
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 352 virtual unsigned getArithmeticInstrCost(unsigned Opcode, Type *Ty,
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 174 unsigned TargetTransformInfo::getArithmeticInstrCost(unsigned Opcode,
178 return PrevTTI->getArithmeticInstrCost(Opcode, Ty, Op1Info, Op2Info);
565 unsigned getArithmeticInstrCost(unsigned Opcode, Type *Ty, OperandValueKind,
CostModel.cpp 417 return TTI->getArithmeticInstrCost(I->getOpcode(), I->getType(), Op1VK,
  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.cpp 115 unsigned getArithmeticInstrCost(unsigned Opcode, Type *Ty,
403 unsigned AArch64TTI::getArithmeticInstrCost(unsigned Opcode, Type *Ty,
413 return TargetTransformInfo::getArithmeticInstrCost(Opcode, Ty, Opd1Info,
  /external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 130 getArithmeticInstrCost(unsigned Opcode, Type *Ty,
500 unsigned ARMTTI::getArithmeticInstrCost(unsigned Opcode, Type *Ty,
559 TargetTransformInfo::getArithmeticInstrCost(Opcode, Ty, Op1Info, Op2Info);
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp 86 unsigned getArithmeticInstrCost(unsigned Opcode, Type *Ty, OperandValueKind,
181 unsigned X86TTI::getArithmeticInstrCost(unsigned Opcode, Type *Ty,
403 return TargetTransformInfo::getArithmeticInstrCost(Opcode, Ty, Op1Info,
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
LoopVectorize.cpp     [all...]
BBVectorize.cpp 576 return TTI->getArithmeticInstrCost(Opcode, T1, Op1VK, Op2VK);
    [all...]

Completed in 1049 milliseconds