Searched refs:getVectorInstrCost (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp99 virtual unsigned getVectorInstrCost(unsigned Opcode, Type *Val,
206 unsigned PPCTTI::getVectorInstrCost(unsigned Opcode, Type *Val, function in class:PPCTTI
226 TargetTransformInfo::getVectorInstrCost(Opcode, Val, Index);
228 return TargetTransformInfo::getVectorInstrCost(Opcode, Val, Index);
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DBasicTargetTransformInfo.cpp107 virtual unsigned getVectorInstrCost(unsigned Opcode, Type *Val,
209 Cost += TopTTI->getVectorInstrCost(Instruction::InsertElement, Ty, i);
211 Cost += TopTTI->getVectorInstrCost(Instruction::ExtractElement, Ty, i);
410 unsigned BasicTTI::getVectorInstrCost(unsigned Opcode, Type *Val, function in class:BasicTTI
/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp199 unsigned TargetTransformInfo::getVectorInstrCost(unsigned Opcode, Type *Val, function in class:TargetTransformInfo
201 return PrevTTI->getVectorInstrCost(Opcode, Val, Index);
576 unsigned getVectorInstrCost(unsigned Opcode, Type *Val, function in struct:__anon2227::NoTTI
H A DCostModel.cpp463 return TTI->getVectorInstrCost(I->getOpcode(),
472 return TTI->getVectorInstrCost(I->getOpcode(),
/freebsd-10.2-release/contrib/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h363 virtual unsigned getVectorInstrCost(unsigned Opcode, Type *Val,
/freebsd-10.2-release/contrib/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp97 virtual unsigned getVectorInstrCost(unsigned Opcode, Type *Val,
517 unsigned X86TTI::getVectorInstrCost(unsigned Opcode, Type *Val, function in class:X86TTI
538 return TargetTransformInfo::getVectorInstrCost(Opcode, Val, Index);
548 Cost += TopTTI->getVectorInstrCost(Instruction::InsertElement, Ty, i);
550 Cost += TopTTI->getVectorInstrCost(Instruction::ExtractElement, Ty, i);
/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp125 unsigned getVectorInstrCost(unsigned Opcode, Type *Val, unsigned Index) const;
381 unsigned ARMTTI::getVectorInstrCost(unsigned Opcode, Type *ValTy, function in class:ARMTTI
391 return TargetTransformInfo::getVectorInstrCost(Opcode, ValTy, Index);
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp1927 ESContrib = (int) TTI->getVectorInstrCost(
1960 ESContrib = (int) TTI->getVectorInstrCost(
2040 ESContrib = (int) TTI->getVectorInstrCost(
2042 ESContrib += (int) TTI->getVectorInstrCost(
2047 ESContrib = (int) TTI->getVectorInstrCost(
2054 ESContrib = (int) TTI->getVectorInstrCost(
H A DSLPVectorizer.cpp1121 ExtractCost += TTI->getVectorInstrCost(Instruction::ExtractElement, VecTy,
1133 Cost += TTI->getVectorInstrCost(Instruction::InsertElement, Ty, i);
H A DLoopVectorize.cpp4966 Cost += TTI.getVectorInstrCost(Instruction::ExtractElement, PtrTy, i);
4970 Cost += TTI.getVectorInstrCost(SI ? Instruction::ExtractElement :
5030 unsigned InsCost = TTI.getVectorInstrCost(Instruction::InsertElement,
5032 unsigned ExtCost = TTI.getVectorInstrCost(Instruction::ExtractElement,

Completed in 178 milliseconds