Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLocal.cpp2575 BitPart(Value *P, unsigned BW) : Provider(P) { in BitPart()
2580 Value *Provider; member
2635 if (!A->Provider || A->Provider != B->Provider) in collectBitParts()
2638 Result = BitPart(A->Provider, BitWidth); in collectBitParts()
2714 Result = BitPart(Res->Provider, BitWidth); in collectBitParts()
2797 Value *Provider = Res->Provider; in recognizeBSwapOrBitReverseIdiom() local
2798 IntegerType *ProviderTy = cast<IntegerType>(Provider->getType()); in recognizeBSwapOrBitReverseIdiom()
2801 auto *Trunc = CastInst::Create(Instruction::Trunc, Provider, DemandedTy, in recognizeBSwapOrBitReverseIdiom()
2804 Provider = Trunc; in recognizeBSwapOrBitReverseIdiom()
2806 auto *CI = CallInst::Create(F, Provider, "rev", I); in recognizeBSwapOrBitReverseIdiom()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DReproducer.h81 template <typename ThisProviderT> class Provider : public ProviderBase {
/freebsd-12.1/contrib/libpcap/
H A DINSTALL.txt323 pcap-dlpi.c - Data Link Provider Interface support
328 pcap-libdlpi.c - Data Link Provider Interface support for systems with libdlpi
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp163 : public repro::Provider<ProcessGDBRemoteProvider> {
165 ProcessGDBRemoteProvider(const FileSpec &directory) : Provider(directory) { in ProcessGDBRemoteProvider()