Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h437 FLT_ROUNDS_, enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp229 case ISD::FLT_ROUNDS_: return "flt_rounds"; in getOperationName()
DLegalizeDAG.cpp1239 case ISD::FLT_ROUNDS_: in LegalizeOp()
2976 case ISD::FLT_ROUNDS_: in ExpandNode()
DSelectionDAGBuilder.cpp5301 setValue(&I, DAG.getNode(ISD::FLT_ROUNDS_, sdl, MVT::i32)); in visitIntrinsicCall()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp175 setOperationAction(ISD::FLT_ROUNDS_, MVT::i32, Custom); in PPCTargetLowering()
6159 case ISD::FLT_ROUNDS_: return LowerFLT_ROUNDS_(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp770 setOperationAction(ISD::FLT_ROUNDS_, MVT::i32, Custom); in ARMTargetLowering()
6239 case ISD::FLT_ROUNDS_: return LowerFLT_ROUNDS_(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp474 setOperationAction(ISD::FLT_ROUNDS_ , MVT::i32 , Custom); in resetOperationActions()
16227 case ISD::FLT_ROUNDS_: return LowerFLT_ROUNDS_(Op, DAG); in LowerOperation()