Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp52 bool buildUnalignedStore(MachineInstr &I, unsigned Opc,
257 bool MipsInstructionSelector::buildUnalignedStore( in buildUnalignedStore() function in MipsInstructionSelector
471 if (!buildUnalignedStore(I, Mips::SWL, BaseAddr, SignedOffset + 3, MMO)) in select()
473 if (!buildUnalignedStore(I, Mips::SWR, BaseAddr, SignedOffset, MMO)) in select()