Home
last modified time | relevance | path

Searched refs:getInstructionLatency (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h173 return getInstructionLatency(I); in getInstructionCost()
1157 int getInstructionLatency(const Instruction *I) const;
1398 virtual int getInstructionLatency(const Instruction *I) = 0;
1881 int getInstructionLatency(const Instruction *I) override { in getInstructionLatency() function
1882 return Impl.getInstructionLatency(I); in getInstructionLatency()
DTargetTransformInfoImpl.h903 int getInstructionLatency(const Instruction *I) { in getInstructionLatency() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp855 int TargetTransformInfo::getInstructionLatency(const Instruction *I) const { in getInstructionLatency() function in TargetTransformInfo
856 return TTIImpl->getInstructionLatency(I); in getInstructionLatency()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h520 int getInstructionLatency(const Instruction *I) { in getInstructionLatency() function
524 return BaseT::getInstructionLatency(I); in getInstructionLatency()