Searched refs:getCFInstrCost (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp190 unsigned TargetTransformInfo::getCFInstrCost(unsigned Opcode) const { function in class:TargetTransformInfo
191 return PrevTTI->getCFInstrCost(Opcode);
567 unsigned getCFInstrCost(unsigned Opcode) const { function in struct:__anon2227::NoTTI
H A DCostModel.cpp381 return TTI->getCFInstrCost(I->getOpcode());
/freebsd-10.2-release/contrib/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h355 virtual unsigned getCFInstrCost(unsigned Opcode) const;
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DBasicTargetTransformInfo.cpp104 virtual unsigned getCFInstrCost(unsigned Opcode) const;
367 unsigned BasicTTI::getCFInstrCost(unsigned Opcode) const { function in class:BasicTTI
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp540 return TTI->getCFInstrCost(Opcode);
H A DLoopVectorize.cpp4883 return TTI.getCFInstrCost(I->getOpcode());

Completed in 184 milliseconds