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.cpp192 bool selectFCmp(const Instruction *I);
1094 bool WebAssemblyFastISel::selectFCmp(const Instruction *I) { in selectFCmp() function in WebAssemblyFastISel
1419 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.cpp94 bool selectFCmp(MachineInstr &I, MachineRegisterInfo &MRI,
414 return selectFCmp(I, MRI, MF); in select()
1026 bool X86InstructionSelector::selectFCmp(MachineInstr &I, in selectFCmp() function in X86InstructionSelector
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp170 bool selectFCmp(Register ResVReg, const SPIRVType *ResType,
389 return selectFCmp(ResVReg, ResType, I); in spvSelect()
1607 bool SPIRVInstructionSelector::selectFCmp(Register ResVReg, in selectFCmp() function in SPIRVInstructionSelector