Home
last modified time | relevance | path

Searched refs:getVectorInstrCost (Results 1 – 12 of 12) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp104 unsigned getVectorInstrCost(unsigned Opcode, Type *Val,
359 unsigned PPCTTI::getVectorInstrCost(unsigned Opcode, Type *Val, in getVectorInstrCost() function in PPCTTI
371 return TargetTransformInfo::getVectorInstrCost(Opcode, Val, Index); in getVectorInstrCost()
389 TargetTransformInfo::getVectorInstrCost(Opcode, Val, Index); in getVectorInstrCost()
391 return TargetTransformInfo::getVectorInstrCost(Opcode, Val, Index); in getVectorInstrCost()
427 Cost += getVectorInstrCost(Instruction::ExtractElement, Src, i); in getMemoryOpCost()
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DBasicTargetTransformInfo.cpp116 unsigned getVectorInstrCost(unsigned Opcode, Type *Val,
271 Cost += TopTTI->getVectorInstrCost(Instruction::InsertElement, Ty, i); in getScalarizationOverhead()
273 Cost += TopTTI->getVectorInstrCost(Instruction::ExtractElement, Ty, i); in getScalarizationOverhead()
347 Cost += TopTTI->getVectorInstrCost(Instruction::InsertElement, Ty, i); in getAltShuffleOverhead()
348 Cost += TopTTI->getVectorInstrCost(Instruction::ExtractElement, Ty, i); in getAltShuffleOverhead()
495 unsigned BasicTTI::getVectorInstrCost(unsigned Opcode, Type *Val, in getVectorInstrCost() function in BasicTTI
H A DCodeGenPrepare.cpp3765 TTI.getVectorInstrCost(Transition->getOpcode(), PromotedType, Index); in isProfitableToPromote()
/minix/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp213 unsigned TargetTransformInfo::getVectorInstrCost(unsigned Opcode, Type *Val, in getVectorInstrCost() function in TargetTransformInfo
215 return PrevTTI->getVectorInstrCost(Opcode, Val, Index); in getVectorInstrCost()
615 unsigned getVectorInstrCost(unsigned Opcode, Type *Val, in getVectorInstrCost() function
H A DCostModel.cpp476 return TTI->getVectorInstrCost(I->getOpcode(), in getInstructionCost()
485 return TTI->getVectorInstrCost(I->getOpcode(), in getInstructionCost()
/minix/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h392 virtual unsigned getVectorInstrCost(unsigned Opcode, Type *Val,
/minix/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp123 unsigned getVectorInstrCost(unsigned Opcode, Type *Val,
383 unsigned ARMTTI::getVectorInstrCost(unsigned Opcode, Type *ValTy, in getVectorInstrCost() function in ARMTTI
400 return TargetTransformInfo::getVectorInstrCost(Opcode, ValTy, Index); in getVectorInstrCost()
/minix/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp95 unsigned getVectorInstrCost(unsigned Opcode, Type *Val,
835 unsigned X86TTI::getVectorInstrCost(unsigned Opcode, Type *Val, in getVectorInstrCost() function in X86TTI
856 return TargetTransformInfo::getVectorInstrCost(Opcode, Val, Index); in getVectorInstrCost()
866 Cost += TopTTI->getVectorInstrCost(Instruction::InsertElement, Ty, i); in getScalarizationOverhead()
868 Cost += TopTTI->getVectorInstrCost(Instruction::ExtractElement, Ty, i); in getScalarizationOverhead()
/minix/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp112 unsigned getVectorInstrCost(unsigned Opcode, Type *Val, unsigned Index) const
386 unsigned AArch64TTI::getVectorInstrCost(unsigned Opcode, Type *Val, in getVectorInstrCost() function in AArch64TTI
/minix/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp2001 ESContrib = (int) TTI->getVectorInstrCost( in findBestDAGFor()
2033 ESContrib = (int) TTI->getVectorInstrCost( in findBestDAGFor()
2113 ESContrib = (int) TTI->getVectorInstrCost( in findBestDAGFor()
2115 ESContrib += (int) TTI->getVectorInstrCost( in findBestDAGFor()
2120 ESContrib = (int) TTI->getVectorInstrCost( in findBestDAGFor()
2127 ESContrib = (int) TTI->getVectorInstrCost( in findBestDAGFor()
H A DSLPVectorizer.cpp1503 TTI->getVectorInstrCost(Instruction::ExtractElement, VecTy, i); in getEntryCost()
1807 ExtractCost += TTI->getVectorInstrCost(Instruction::ExtractElement, VecTy, in getTreeCost()
1820 Cost += TTI->getVectorInstrCost(Instruction::InsertElement, Ty, i); in getGatherCost()
H A DLoopVectorize.cpp6066 Cost += TTI.getVectorInstrCost(Instruction::ExtractElement, PtrTy, i); in getInstructionCost()
6070 Cost += TTI.getVectorInstrCost(SI ? Instruction::ExtractElement : in getInstructionCost()
6130 unsigned InsCost = TTI.getVectorInstrCost(Instruction::InsertElement, in getInstructionCost()
6132 unsigned ExtCost = TTI.getVectorInstrCost(Instruction::ExtractElement, in getInstructionCost()