Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp430 static MachineBasicBlock *LowerFPToInt(MachineInstr &MI, DebugLoc DL, in LowerFPToInt() function
670 return LowerFPToInt(MI, DL, BB, TII, false, false, false, in EmitInstrWithCustomInserter()
673 return LowerFPToInt(MI, DL, BB, TII, true, false, false, in EmitInstrWithCustomInserter()
676 return LowerFPToInt(MI, DL, BB, TII, false, true, false, in EmitInstrWithCustomInserter()
679 return LowerFPToInt(MI, DL, BB, TII, true, true, false, in EmitInstrWithCustomInserter()
682 return LowerFPToInt(MI, DL, BB, TII, false, false, true, in EmitInstrWithCustomInserter()
685 return LowerFPToInt(MI, DL, BB, TII, true, false, true, in EmitInstrWithCustomInserter()
688 return LowerFPToInt(MI, DL, BB, TII, false, true, true, in EmitInstrWithCustomInserter()
691 return LowerFPToInt(MI, DL, BB, TII, true, true, true, in EmitInstrWithCustomInserter()