Searched refs:SMLAD (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMParallelDSP.cpp | 181 void UpdateRoot(Instruction *SMLAD) { in UpdateRoot() argument 182 Root->replaceAllUsesWith(SMLAD); in UpdateRoot() 634 Function *SMLAD = nullptr; in InsertParallelMACs() local 636 SMLAD = Acc->getType()->isIntegerTy(32) ? in InsertParallelMACs() 640 SMLAD = Acc->getType()->isIntegerTy(32) ? in InsertParallelMACs() 646 Instruction *Call = Builder.CreateCall(SMLAD, Args); in InsertParallelMACs()
|
| H A D | ARMScheduleSwift.td | 259 (instregex "SMLAD", "SMLADX", "t2SMLAD", "t2SMLADX")>;
|
| H A D | ARMScheduleR52.td | 277 "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 | 3178 // Dual halfword multiple: SMUAD, SMUSD, SMLAD, SMLSD, SMLALD, SMLSLD
|
| H A D | ARMInstrInfo.td | 4687 (SMLAD GPRnopc:$Rn, GPRnopc:$Rm, GPRnopc:$Ra)>;
|