Home
last modified time | relevance | path

Searched refs:LowerFP_TO_SINT (Results 1 – 15 of 15) 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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dfp2sint.ll1 ;; LowerFP_TO_SINT should not create a stack object if it's not needed.
/external/swiftshader/third_party/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.h64 SDValue LowerFP_TO_SINT(SDValue Op, SelectionDAG &DAG) const;
DAMDGPUISelLowering.cpp721 case ISD::FP_TO_SINT: return LowerFP_TO_SINT(Op, DAG); in LowerOperation()
2070 SDValue AMDGPUTargetLowering::LowerFP_TO_SINT(SDValue Op, in LowerFP_TO_SINT() function in AMDGPUTargetLowering
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h74 SDValue LowerFP_TO_SINT(SDValue Op, SelectionDAG &DAG) const;
DAMDGPUISelLowering.cpp1146 case ISD::FP_TO_SINT: return LowerFP_TO_SINT(Op, DAG); in LowerOperation()
2588 SDValue AMDGPUTargetLowering::LowerFP_TO_SINT(SDValue Op, in LowerFP_TO_SINT() function in AMDGPUTargetLowering
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.h816 SDValue LowerFP_TO_SINT(SDValue Op, SelectionDAG &DAG) const;
DX86ISelLowering.cpp7976 SDValue X86TargetLowering::LowerFP_TO_SINT(SDValue Op, in LowerFP_TO_SINT() function in X86TargetLowering
10412 case ISD::FP_TO_SINT: return LowerFP_TO_SINT(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/X86/
DX86ISelLowering.h1091 SDValue LowerFP_TO_SINT(SDValue Op, SelectionDAG &DAG) const;
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DSparcISelLowering.cpp924 static SDValue LowerFP_TO_SINT(SDValue Op, SelectionDAG &DAG) { in LowerFP_TO_SINT() function
1154 case ISD::FP_TO_SINT: return LowerFP_TO_SINT(Op, DAG); in LowerOperation()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
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) {
/external/llvm/docs/
DWritingAnLLVMBackend.rst1396 code, an ``FP_TO_SINT`` opcode will call the ``LowerFP_TO_SINT`` method:
1402 case ISD::FP_TO_SINT: return LowerFP_TO_SINT(Op, DAG);
1407 Finally, the ``LowerFP_TO_SINT`` method is implemented, using an FP register to
1412 static SDValue LowerFP_TO_SINT(SDValue Op, SelectionDAG &DAG) {
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp2359 static SDValue LowerFP_TO_SINT(SDValue Op, SelectionDAG &DAG, in LowerFP_TO_SINT() function
3042 case ISD::FP_TO_SINT: return LowerFP_TO_SINT(Op, DAG, *this, in LowerOperation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp2370 static SDValue LowerFP_TO_SINT(SDValue Op, SelectionDAG &DAG, in LowerFP_TO_SINT() function
3076 case ISD::FP_TO_SINT: return LowerFP_TO_SINT(Op, DAG, *this, in LowerOperation()