Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DISDOpcodes.h406 FLT_ROUNDS_, enumerator
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h470 FLT_ROUNDS_, enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp250 case ISD::FLT_ROUNDS_: return "flt_rounds"; in getOperationName()
DLegalizeDAG.cpp1015 case ISD::FLT_ROUNDS_: in LegalizeOp()
2766 case ISD::FLT_ROUNDS_: in ExpandNode()
DSelectionDAGBuilder.cpp5463 setValue(&I, DAG.getNode(ISD::FLT_ROUNDS_, sdl, MVT::i32)); in visitIntrinsicCall()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp855 case ISD::FLT_ROUNDS_: in LegalizeOp()
2981 case ISD::FLT_ROUNDS_: in ExpandNode()
DSelectionDAG.cpp6037 case ISD::FLT_ROUNDS_: return "flt_rounds"; in getOperationName()
DSelectionDAGBuilder.cpp5057 setValue(&I, DAG.getNode(ISD::FLT_ROUNDS_, dl, MVT::i32)); in visitIntrinsicCall()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCISelLowering.cpp135 setOperationAction(ISD::FLT_ROUNDS_, MVT::i32, Custom); in PPCTargetLowering()
4534 case ISD::FLT_ROUNDS_: return LowerFLT_ROUNDS_(Op, DAG); in LowerOperation()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp671 setOperationAction(ISD::FLT_ROUNDS_, MVT::i32, Custom); in ARMTargetLowering()
4978 case ISD::FLT_ROUNDS_: return LowerFLT_ROUNDS_(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp186 setOperationAction(ISD::FLT_ROUNDS_, MVT::i32, Custom); in PPCTargetLowering()
8283 case ISD::FLT_ROUNDS_: return LowerFLT_ROUNDS_(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp902 setOperationAction(ISD::FLT_ROUNDS_, MVT::i32, Custom); in ARMTargetLowering()
7196 case ISD::FLT_ROUNDS_: return LowerFLT_ROUNDS_(Op, DAG); in LowerOperation()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp380 setOperationAction(ISD::FLT_ROUNDS_ , MVT::i32 , Custom); in X86TargetLowering()
10434 case ISD::FLT_ROUNDS_: return LowerFLT_ROUNDS_(Op, DAG); in LowerOperation()