Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp209 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()
[all …]
/freebsd/lib/clang/libllvm/
H A DMakefile1349 SRCS_MIN+= Target/ARM/ARMParallelDSP.cpp