Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsISelLowering.h578 MachineBasicBlock *emitAtomicCmpSwapPartword(MachineInstr *MI,
DMipsISelLowering.cpp1008 return emitAtomicCmpSwapPartword(MI, BB, 1); in EmitInstrWithCustomInserter()
1010 return emitAtomicCmpSwapPartword(MI, BB, 2); in EmitInstrWithCustomInserter()
1410 MipsTargetLowering::emitAtomicCmpSwapPartword(MachineInstr *MI, in emitAtomicCmpSwapPartword() function in MipsTargetLowering