Searched refs:buildUnalignedStore (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsInstructionSelector.cpp | 52 bool buildUnalignedStore(MachineInstr &I, unsigned Opc, 258 bool MipsInstructionSelector::buildUnalignedStore( in buildUnalignedStore() function in MipsInstructionSelector 466 if (!buildUnalignedStore(I, Mips::SWL, BaseAddr, SignedOffset + 3, MMO)) in select() 468 if (!buildUnalignedStore(I, Mips::SWR, BaseAddr, SignedOffset, MMO)) in select()
|