Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAdjustOpt.cpp74 bool insertPassThrough();
95 return insertPassThrough(); in run()
98 bool BPFAdjustOptImpl::insertPassThrough() { in insertPassThrough() function in BPFAdjustOptImpl
100 auto *CI = BPFCoreSharedInfo::insertPassThrough( in insertPassThrough()
H A DBPFCORE.h69 static Instruction *insertPassThrough(Module *M, BasicBlock *BB,
H A DBPFPreserveDIType.cpp114 BPFCoreSharedInfo::insertPassThrough(M, BB, LDInst, Call); in BPFPreserveDITypeImpl()
H A DBPFAbstractMemberAccess.cpp100 Instruction *BPFCoreSharedInfo::insertPassThrough(Module *M, BasicBlock *BB, in insertPassThrough() function in llvm::BPFCoreSharedInfo
1022 BPFCoreSharedInfo::insertPassThrough(M, BB, LDInst, Call); in transformGEPChain()
1100 BPFCoreSharedInfo::insertPassThrough(M, BB, BCInst2, Call); in transformGEPChain()