Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp186 bool selectFCmp(const Instruction *I);
1103 bool WebAssemblyFastISel::selectFCmp(const Instruction *I) { in selectFCmp() function in WebAssemblyFastISel
1428 return selectFCmp(I); in fastSelectInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp96 bool selectFCmp(MachineInstr &I, MachineRegisterInfo &MRI,
418 return selectFCmp(I, MRI, MF); in select()
1054 bool X86InstructionSelector::selectFCmp(MachineInstr &I, in selectFCmp() function in X86InstructionSelector
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp189 bool selectFCmp(Register ResVReg, const SPIRVType *ResType,
643 return selectFCmp(ResVReg, ResType, I); in spvSelect()
2511 bool SPIRVInstructionSelector::selectFCmp(Register ResVReg, in selectFCmp() function in SPIRVInstructionSelector