Home
last modified time | relevance | path

Searched defs:getCFInstrCost (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonTargetTransformInfo.h142 unsigned getCFInstrCost(unsigned Opcode) { in getCFInstrCost() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetTransformInfo.cpp509 unsigned GCNTTIImpl::getCFInstrCost(unsigned Opcode) { in getCFInstrCost() function in GCNTTIImpl
935 unsigned R600TTIImpl::getCFInstrCost(unsigned Opcode) { in getCFInstrCost() function in R600TTIImpl
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h831 unsigned getCFInstrCost(unsigned Opcode) { in getCFInstrCost() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h455 unsigned getCFInstrCost(unsigned Opcode) { return 1; } in getCFInstrCost() function
DTargetTransformInfo.h1736 int getCFInstrCost(unsigned Opcode) override { in getCFInstrCost() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp629 int TargetTransformInfo::getCFInstrCost(unsigned Opcode) const { in getCFInstrCost() function in TargetTransformInfo