Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp366 static MachineBasicBlock *LowerFPToInt(MachineInstr &MI, DebugLoc DL, in LowerFPToInt() function
546 return LowerFPToInt(MI, DL, BB, TII, false, false, false, in EmitInstrWithCustomInserter()
549 return LowerFPToInt(MI, DL, BB, TII, true, false, false, in EmitInstrWithCustomInserter()
552 return LowerFPToInt(MI, DL, BB, TII, false, true, false, in EmitInstrWithCustomInserter()
555 return LowerFPToInt(MI, DL, BB, TII, true, true, false, in EmitInstrWithCustomInserter()
558 return LowerFPToInt(MI, DL, BB, TII, false, false, true, in EmitInstrWithCustomInserter()
561 return LowerFPToInt(MI, DL, BB, TII, true, false, true, in EmitInstrWithCustomInserter()
564 return LowerFPToInt(MI, DL, BB, TII, false, true, true, in EmitInstrWithCustomInserter()
567 return LowerFPToInt(MI, DL, BB, TII, true, true, true, in EmitInstrWithCustomInserter()