Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dfp2sint.ll2 ;; LowerFP_TO_SINT should not create a stack object if it's not needed.
/llvm-project-15.0.7/llvm/docs/
H A DWritingAnLLVMBackend.rst1436 code, an ``FP_TO_SINT`` opcode will call the ``LowerFP_TO_SINT`` method:
1442 case ISD::FP_TO_SINT: return LowerFP_TO_SINT(Op, DAG);
1447 Finally, the ``LowerFP_TO_SINT`` method is implemented, using an FP register to
1452 static SDValue LowerFP_TO_SINT(SDValue Op, SelectionDAG &DAG) {
/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2441 static SDValue LowerFP_TO_SINT(SDValue Op, SelectionDAG &DAG, in LowerFP_TO_SINT() function
3139 case ISD::FP_TO_SINT: return LowerFP_TO_SINT(Op, DAG, *this, in LowerOperation()