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

  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 369 virtual unsigned getCFInstrCost(unsigned Opcode) const;
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 191 unsigned TargetTransformInfo::getCFInstrCost(unsigned Opcode) const {
192 return PrevTTI->getCFInstrCost(Opcode);
580 unsigned getCFInstrCost(unsigned Opcode) const override {
CostModel.cpp 393 return TTI->getCFInstrCost(I->getOpcode());
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 110 unsigned getCFInstrCost(unsigned Opcode) const override;
448 unsigned BasicTTI::getCFInstrCost(unsigned Opcode) const {
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 555 return TTI->getCFInstrCost(Opcode);
    [all...]
LoopVectorize.cpp     [all...]

Completed in 711 milliseconds