Searched refs:LowerFPToInt (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 304 static MachineBasicBlock *LowerFPToInt(MachineInstr &MI, DebugLoc DL, in LowerFPToInt() function 407 return LowerFPToInt(MI, DL, BB, TII, false, false, false, in EmitInstrWithCustomInserter() 410 return LowerFPToInt(MI, DL, BB, TII, true, false, false, in EmitInstrWithCustomInserter() 413 return LowerFPToInt(MI, DL, BB, TII, false, true, false, in EmitInstrWithCustomInserter() 416 return LowerFPToInt(MI, DL, BB, TII, true, true, false, in EmitInstrWithCustomInserter() 419 return LowerFPToInt(MI, DL, BB, TII, false, false, true, in EmitInstrWithCustomInserter() 422 return LowerFPToInt(MI, DL, BB, TII, true, false, true, in EmitInstrWithCustomInserter() 425 return LowerFPToInt(MI, DL, BB, TII, false, true, true, in EmitInstrWithCustomInserter() 428 return LowerFPToInt(MI, DL, BB, TII, true, true, true, in EmitInstrWithCustomInserter()
|