Home
last modified time | relevance | path

Searched refs:BPFTTIImpl (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFTargetTransformInfo.h24 class BPFTTIImpl : public BasicTTIImplBase<BPFTTIImpl> {
25 typedef BasicTTIImplBase<BPFTTIImpl> BaseT;
36 explicit BPFTTIImpl(const BPFTargetMachine *TM, const Function &F) in BPFTTIImpl() function
H A DBPFTargetMachine.cpp155 return TargetTransformInfo(BPFTTIImpl(this, F)); in getTargetTransformInfo()