Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp406 static MachineBasicBlock *LowerFPToInt(MachineInstr &MI, DebugLoc DL, in LowerFPToInt() function
632 return LowerFPToInt(MI, DL, BB, TII, false, false, false, in EmitInstrWithCustomInserter()
635 return LowerFPToInt(MI, DL, BB, TII, true, false, false, in EmitInstrWithCustomInserter()
638 return LowerFPToInt(MI, DL, BB, TII, false, true, false, in EmitInstrWithCustomInserter()
641 return LowerFPToInt(MI, DL, BB, TII, true, true, false, in EmitInstrWithCustomInserter()
644 return LowerFPToInt(MI, DL, BB, TII, false, false, true, in EmitInstrWithCustomInserter()
647 return LowerFPToInt(MI, DL, BB, TII, true, false, true, in EmitInstrWithCustomInserter()
650 return LowerFPToInt(MI, DL, BB, TII, false, true, true, in EmitInstrWithCustomInserter()
653 return LowerFPToInt(MI, DL, BB, TII, true, true, true, in EmitInstrWithCustomInserter()