Lines Matching refs:ARMParallelDSP
212 class ARMParallelDSP : public FunctionPass { class
242 ARMParallelDSP() : FunctionPass(ID) { } in ARMParallelDSP() function in __anon6435b0bd0111::ARMParallelDSP
302 bool ARMParallelDSP::AreSequentialLoads(LoadInst *Ld0, LoadInst *Ld1, in AreSequentialLoads()
327 bool ARMParallelDSP::IsNarrowSequence(Value *V) { in IsNarrowSequence()
342 bool ARMParallelDSP::RecordMemoryOps(BasicBlock *BB) { in RecordMemoryOps()
432 bool ARMParallelDSP::Search(Value *V, BasicBlock *BB, Reduction &R) { in Search()
506 bool ARMParallelDSP::MatchSMLAD(Function &F) { in MatchSMLAD()
544 bool ARMParallelDSP::CreateParallelPairs(Reduction &R) { in CreateParallelPairs()
622 void ARMParallelDSP::InsertParallelMACs(Reduction &R) { in InsertParallelMACs()
728 LoadInst* ARMParallelDSP::CreateWideLoad(MemInstList &Loads, in CreateWideLoad()
805 return new ARMParallelDSP(); in createARMParallelDSPPass()
808 char ARMParallelDSP::ID = 0;
810 INITIALIZE_PASS_BEGIN(ARMParallelDSP, "arm-parallel-dsp",
812 INITIALIZE_PASS_END(ARMParallelDSP, "arm-parallel-dsp",