Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h696 MachineBasicBlock *emitAtomicCmpSwapPartword(MachineInstr &MI,
H A DMipsISelLowering.cpp1384 return emitAtomicCmpSwapPartword(MI, BB, 1); in EmitInstrWithCustomInserter()
1386 return emitAtomicCmpSwapPartword(MI, BB, 2); in EmitInstrWithCustomInserter()
1922 MachineBasicBlock *MipsTargetLowering::emitAtomicCmpSwapPartword( in emitAtomicCmpSwapPartword() function in MipsTargetLowering