Searched refs:SMLAD (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMParallelDSP.cpp | 178 void UpdateRoot(Instruction *SMLAD) { in UpdateRoot() argument 179 Root->replaceAllUsesWith(SMLAD); in UpdateRoot() 631 Function *SMLAD = nullptr; in InsertParallelMACs() local 633 SMLAD = Acc->getType()->isIntegerTy(32) ? in InsertParallelMACs() 637 SMLAD = Acc->getType()->isIntegerTy(32) ? in InsertParallelMACs() 643 Instruction *Call = Builder.CreateCall(SMLAD, Args); in InsertParallelMACs()
|
H A D | ARMScheduleR52.td | 277 "SMLAD", "SMLADX", "t2SMLAD", "t2SMLADX",
|
H A D | ARMScheduleSwift.td | 259 (instregex "SMLAD", "SMLADX", "t2SMLAD", "t2SMLADX")>;
|
H A D | ARMScheduleA57.td | 268 // SMLAWT, SMLAD{X}, SMLSD{X}, SMMLA{R}, SMMLS{R}
|
H A D | ARMScheduleA9.td | 2556 (instregex "SMLAD", "SMLADX", "SMLALD", "SMLALDX", "SMLSD", "SMLSDX",
|
H A D | ARMInstrThumb2.td | 3253 // Dual halfword multiple: SMUAD, SMUSD, SMLAD, SMLSD, SMLALD, SMLSLD
|
H A D | ARMInstrInfo.td | 4703 (SMLAD GPRnopc:$Rn, GPRnopc:$Rm, GPRnopc:$Ra)>;
|