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

  /external/llvm/lib/Target/AMDGPU/
AMDGPUTargetTransformInfo.cpp 84 unsigned AMDGPUTTIImpl::getCFInstrCost(unsigned Opcode) {
91 return BaseT::getCFInstrCost(Opcode);
AMDGPUTargetTransformInfo.h 64 unsigned getCFInstrCost(unsigned Opcode);
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 443 int getCFInstrCost(unsigned Opcode) const;
607 virtual int getCFInstrCost(unsigned Opcode) = 0;
    [all...]
TargetTransformInfoImpl.h 287 unsigned getCFInstrCost(unsigned Opcode) { return 1; }
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 246 int TargetTransformInfo::getCFInstrCost(unsigned Opcode) const {
247 int Cost = TTIImpl->getCFInstrCost(Opcode);
CostModel.cpp 389 return TTI->getCFInstrCost(I->getOpcode());
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 431 unsigned getCFInstrCost(unsigned Opcode) {
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 562 return TTI->getCFInstrCost(Opcode);
    [all...]
LoopVectorize.cpp     [all...]

Completed in 2117 milliseconds