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

  /external/llvm/lib/Target/AMDGPU/
AMDGPUTargetTransformInfo.cpp 204 unsigned AMDGPUTTIImpl::getCFInstrCost(unsigned Opcode) {
211 return BaseT::getCFInstrCost(Opcode);
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 304 int TargetTransformInfo::getCFInstrCost(unsigned Opcode) const {
305 int Cost = TTIImpl->getCFInstrCost(Opcode);
  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 313 unsigned getCFInstrCost(unsigned Opcode) { return 1; }
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 474 unsigned getCFInstrCost(unsigned Opcode) {
    [all...]

Completed in 247 milliseconds