Searched refs:selectFCmp (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp184 bool selectFCmp(const Instruction *I);
1051 bool WebAssemblyFastISel::selectFCmp(const Instruction *I) { function in class:WebAssemblyFastISel
1370 return selectFCmp(I);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp93 bool selectFCmp(MachineInstr &I, MachineRegisterInfo &MRI,
366 return selectFCmp(I, MRI, MF);
989 bool X86InstructionSelector::selectFCmp(MachineInstr &I, function in class:X86InstructionSelector

Completed in 157 milliseconds