Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/X86/
Dfp2sint.ll1 ;; LowerFP_TO_SINT should not create a stack object if it's not needed.
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h63 SDValue LowerFP_TO_SINT(SDValue Op, SelectionDAG &DAG) const;
DAMDGPUISelLowering.cpp634 case ISD::FP_TO_SINT: return LowerFP_TO_SINT(Op, DAG); in LowerOperation()
2250 SDValue AMDGPUTargetLowering::LowerFP_TO_SINT(SDValue Op, in LowerFP_TO_SINT() function in AMDGPUTargetLowering
/external/llvm/lib/Target/X86/
DX86ISelLowering.h1026 SDValue LowerFP_TO_SINT(SDValue Op, SelectionDAG &DAG) const;
DX86ISelLowering.cpp13416 SDValue X86TargetLowering::LowerFP_TO_SINT(SDValue Op, in LowerFP_TO_SINT() function in X86TargetLowering
20087 case ISD::FP_TO_SINT: return LowerFP_TO_SINT(Op, DAG); in LowerOperation()
/external/llvm/docs/
DWritingAnLLVMBackend.rst1398 code, an ``FP_TO_SINT`` opcode will call the ``LowerFP_TO_SINT`` method:
1404 case ISD::FP_TO_SINT: return LowerFP_TO_SINT(Op, DAG);
1409 Finally, the ``LowerFP_TO_SINT`` method is implemented, using an FP register to
1414 static SDValue LowerFP_TO_SINT(SDValue Op, SelectionDAG &DAG) {
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp2293 static SDValue LowerFP_TO_SINT(SDValue Op, SelectionDAG &DAG, in LowerFP_TO_SINT() function
2934 case ISD::FP_TO_SINT: return LowerFP_TO_SINT(Op, DAG, *this, in LowerOperation()