Lines Matching refs:ARMParallelDSP
209 class ARMParallelDSP : public FunctionPass { class
239 ARMParallelDSP() : FunctionPass(ID) { } in ARMParallelDSP() function in __anon176cfc890111::ARMParallelDSP
299 bool ARMParallelDSP::AreSequentialLoads(LoadInst *Ld0, LoadInst *Ld1, in AreSequentialLoads()
324 bool ARMParallelDSP::IsNarrowSequence(Value *V) { in IsNarrowSequence()
339 bool ARMParallelDSP::RecordMemoryOps(BasicBlock *BB) { in RecordMemoryOps()
428 bool ARMParallelDSP::Search(Value *V, BasicBlock *BB, Reduction &R) { in Search()
506 bool ARMParallelDSP::MatchSMLAD(Function &F) { in MatchSMLAD()
545 bool ARMParallelDSP::CreateParallelPairs(Reduction &R) { in CreateParallelPairs()
623 void ARMParallelDSP::InsertParallelMACs(Reduction &R) { in InsertParallelMACs()
729 LoadInst* ARMParallelDSP::CreateWideLoad(MemInstList &Loads, in CreateWideLoad()
804 return new ARMParallelDSP(); in createARMParallelDSPPass()
807 char ARMParallelDSP::ID = 0;
809 INITIALIZE_PASS_BEGIN(ARMParallelDSP, "arm-parallel-dsp",
811 INITIALIZE_PASS_END(ARMParallelDSP, "arm-parallel-dsp",