Searched refs:EmitAtomicMinMaxWithCustomInserter (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.h | 941 MachineBasicBlock *EmitAtomicMinMaxWithCustomInserter(MachineInstr *BInstr,
|
D | X86ISelLowering.cpp | 11168 X86TargetLowering::EmitAtomicMinMaxWithCustomInserter(MachineInstr *mInstr, in EmitAtomicMinMaxWithCustomInserter() function in X86TargetLowering 12149 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVL32rr); in EmitInstrWithCustomInserter() 12151 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVG32rr); in EmitInstrWithCustomInserter() 12153 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVB32rr); in EmitInstrWithCustomInserter() 12155 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVA32rr); in EmitInstrWithCustomInserter() 12182 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVL16rr); in EmitInstrWithCustomInserter() 12184 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVG16rr); in EmitInstrWithCustomInserter() 12186 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVB16rr); in EmitInstrWithCustomInserter() 12188 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVA16rr); in EmitInstrWithCustomInserter() 12241 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVL64rr); in EmitInstrWithCustomInserter() [all …]
|