HomeSort by: relevance | last modified time | path
    Searched defs:thisT (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 82 T *thisT() { return static_cast<T *>(this); }
90 Cost += thisT()->getVectorInstrCost(Instruction::ExtractElement, VTy, 0);
93 Cost += thisT()->getVectorInstrCost(Instruction::InsertElement, VTy, i);
110 Cost += thisT()->getVectorInstrCost(Instruction::InsertElement, VTy, i);
111 Cost += thisT()->getVectorInstrCost(Instruction::ExtractElement, VTy, i);
133 Cost += thisT()->getVectorInstrCost(Instruction::ExtractElement, VTy,
136 thisT()->getVectorInstrCost(Instruction::InsertElement, SubVTy, i);
159 thisT()->getVectorInstrCost(Instruction::ExtractElement, SubVTy, i);
160 Cost += thisT()->getVectorInstrCost(Instruction::InsertElement, VTy,
525 if (!thisT()->isLoweredToCall(F)
    [all...]

Completed in 46 milliseconds