Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp117 class ARMParallelDSP : public LoopPass { class
147 ARMParallelDSP() : LoopPass(ID) { } in ARMParallelDSP() function in __anon04a4004e0111::ARMParallelDSP
283 bool ARMParallelDSP::AreSequentialLoads(LoadInst *Ld0, LoadInst *Ld1, in AreSequentialLoads()
309 bool ARMParallelDSP::RecordSequentialLoads(BasicBlock *Header) { in RecordSequentialLoads()
341 void ARMParallelDSP::CreateParallelMACPairs(Reduction &R) { in CreateParallelMACPairs()
434 bool ARMParallelDSP::InsertParallelMACs(Reduction &Reduction) { in InsertParallelMACs()
650 bool ARMParallelDSP::MatchSMLAD(Function &F) { in MatchSMLAD()
778 return new ARMParallelDSP(); in createARMParallelDSPPass()
781 char ARMParallelDSP::ID = 0;
783 INITIALIZE_PASS_BEGIN(ARMParallelDSP, "arm-parallel-dsp",
[all …]
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile973 SRCS_MIN+= Target/ARM/ARMParallelDSP.cpp