Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp188 bool selectFCmp(const Instruction *I);
1087 bool WebAssemblyFastISel::selectFCmp(const Instruction *I) { in selectFCmp() function in WebAssemblyFastISel
1411 return selectFCmp(I); in fastSelectInstruction()
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp114 bool selectFCmp(Register ResVReg, const SPIRVType *ResType,
290 return selectFCmp(ResVReg, ResType, I); in spvSelect()
900 bool SPIRVInstructionSelector::selectFCmp(Register ResVReg, in selectFCmp() function in SPIRVInstructionSelector
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp93 bool selectFCmp(MachineInstr &I, MachineRegisterInfo &MRI,
368 return selectFCmp(I, MRI, MF); in select()
945 bool X86InstructionSelector::selectFCmp(MachineInstr &I, in selectFCmp() function in X86InstructionSelector