Lines Matching refs:ARMParallelDSP
207 class ARMParallelDSP : public FunctionPass { class
237 ARMParallelDSP() : FunctionPass(ID) { } in ARMParallelDSP() function in __anonb3a2f3ff0111::ARMParallelDSP
297 bool ARMParallelDSP::AreSequentialLoads(LoadInst *Ld0, LoadInst *Ld1, in AreSequentialLoads()
322 bool ARMParallelDSP::IsNarrowSequence(Value *V) { in IsNarrowSequence()
337 bool ARMParallelDSP::RecordMemoryOps(BasicBlock *BB) { in RecordMemoryOps()
426 bool ARMParallelDSP::Search(Value *V, BasicBlock *BB, Reduction &R) { in Search()
504 bool ARMParallelDSP::MatchSMLAD(Function &F) { in MatchSMLAD()
543 bool ARMParallelDSP::CreateParallelPairs(Reduction &R) { in CreateParallelPairs()
621 void ARMParallelDSP::InsertParallelMACs(Reduction &R) { in InsertParallelMACs()
727 LoadInst* ARMParallelDSP::CreateWideLoad(MemInstList &Loads, in CreateWideLoad()
802 return new ARMParallelDSP(); in createARMParallelDSPPass()
805 char ARMParallelDSP::ID = 0;
807 INITIALIZE_PASS_BEGIN(ARMParallelDSP, "arm-parallel-dsp",
809 INITIALIZE_PASS_END(ARMParallelDSP, "arm-parallel-dsp",