Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp187 bool selectFCmp(const Instruction *I);
1086 bool WebAssemblyFastISel::selectFCmp(const Instruction *I) { in selectFCmp() function in WebAssemblyFastISel
1410 return selectFCmp(I); in fastSelectInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp93 bool selectFCmp(MachineInstr &I, MachineRegisterInfo &MRI,
366 return selectFCmp(I, MRI, MF); in select()
943 bool X86InstructionSelector::selectFCmp(MachineInstr &I, in selectFCmp() function in X86InstructionSelector