Searched refs:LowerFPToInt (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 448 static MachineBasicBlock *LowerFPToInt(MachineInstr &MI, DebugLoc DL, in LowerFPToInt() function 689 return LowerFPToInt(MI, DL, BB, TII, false, false, false, in EmitInstrWithCustomInserter() 692 return LowerFPToInt(MI, DL, BB, TII, true, false, false, in EmitInstrWithCustomInserter() 695 return LowerFPToInt(MI, DL, BB, TII, false, true, false, in EmitInstrWithCustomInserter() 698 return LowerFPToInt(MI, DL, BB, TII, true, true, false, in EmitInstrWithCustomInserter() 701 return LowerFPToInt(MI, DL, BB, TII, false, false, true, in EmitInstrWithCustomInserter() 704 return LowerFPToInt(MI, DL, BB, TII, true, false, true, in EmitInstrWithCustomInserter() 707 return LowerFPToInt(MI, DL, BB, TII, false, true, true, in EmitInstrWithCustomInserter() 710 return LowerFPToInt(MI, DL, BB, TII, true, true, true, in EmitInstrWithCustomInserter()
|