Searched refs:ARMParallelDSP (Results 1 – 2 of 2) sorted by relevance
117 class ARMParallelDSP : public LoopPass { class147 ARMParallelDSP() : LoopPass(ID) { } in ARMParallelDSP() function in __anon04a4004e0111::ARMParallelDSP283 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 …]
973 SRCS_MIN+= Target/ARM/ARMParallelDSP.cpp