Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp93 bool selectFCmp(MachineInstr &I, MachineRegisterInfo &MRI,
404 return selectFCmp(I, MRI, MF); in select()
981 bool X86InstructionSelector::selectFCmp(MachineInstr &I, in selectFCmp() function in X86InstructionSelector
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp119 bool selectFCmp(Register ResVReg, const SPIRVType *ResType,
304 return selectFCmp(ResVReg, ResType, I); in spvSelect()
1065 bool SPIRVInstructionSelector::selectFCmp(Register ResVReg, in selectFCmp() function in SPIRVInstructionSelector