HomeSort by: relevance | last modified time | path
    Searched refs:getInstructionLatency (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfo.h 232 Cost = getInstructionLatency(I);
1422 InstructionCost getInstructionLatency(const Instruction *I) const;
1724 virtual InstructionCost getInstructionLatency(const Instruction *I) = 0;
2295 InstructionCost getInstructionLatency(const Instruction *I) override {
2296 return Impl.getInstructionLatency(I);
TargetTransformInfoImpl.h 1141 InstructionCost getInstructionLatency(const Instruction *I) {
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
TargetTransformInfo.cpp 1051 TargetTransformInfo::getInstructionLatency(const Instruction *I) const {
1052 return TTIImpl->getInstructionLatency(I);
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 598 InstructionCost getInstructionLatency(const Instruction *I) {
602 return BaseT::getInstructionLatency(I);

Completed in 27 milliseconds