Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp94 bool selectFCmp(MachineInstr &I, MachineRegisterInfo &MRI,
407 return selectFCmp(I, MRI, MF); in select()
992 bool X86InstructionSelector::selectFCmp(MachineInstr &I, in selectFCmp() function in X86InstructionSelector
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp122 bool selectFCmp(Register ResVReg, const SPIRVType *ResType,
311 return selectFCmp(ResVReg, ResType, I); in spvSelect()
1074 bool SPIRVInstructionSelector::selectFCmp(Register ResVReg, in selectFCmp() function in SPIRVInstructionSelector