Searched refs:selectFCmp (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFastISel.cpp | 192 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 D | X86InstructionSelector.cpp |
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/ |
H A D | X86InstructionSelector.cpp | 94 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 D | SPIRVInstructionSelector.cpp | 170 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
|