Home
last modified time | relevance | path

Searched refs:UDIVFIX (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h292 SDIVFIX, UDIVFIX, enumerator
DTargetLowering.h939 case ISD::UDIVFIX: in getFixedPointOperationAction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp466 case ISD::UDIVFIX: { in LegalizeOp()
970 case ISD::UDIVFIX: in Expand()
DSelectionDAGDumper.cpp316 case ISD::UDIVFIX: return "udivfix"; in getOperationName()
DLegalizeIntegerTypes.cpp164 case ISD::UDIVFIX: Res = PromoteIntRes_DIVFIX(N); break; in PromoteIntegerResult()
1309 case ISD::UDIVFIX: Res = PromoteIntOp_FIX(N); break; in PromoteIntegerOperand()
1917 case ISD::UDIVFIX: ExpandIntRes_DIVFIX(N, Lo, Hi); break; in ExpandIntegerResult()
DLegalizeDAG.cpp1134 case ISD::UDIVFIX: { in LegalizeOp()
3423 case ISD::UDIVFIX: in ExpandNode()
DLegalizeVectorTypes.cpp169 case ISD::UDIVFIX: in ScalarizeVectorResult()
964 case ISD::UDIVFIX: in SplitVectorResult()
DTargetLowering.cpp7317 Opcode == ISD::UDIVFIX) && in expandFixedPointDiv()
DSelectionDAGBuilder.cpp5773 return ISD::UDIVFIX; in FixedPointIntrinsicToOpcode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp662 setOperationAction(ISD::UDIVFIX, VT, Expand); in initActions()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td404 def udivfix : SDNode<"ISD::UDIVFIX" , SDTIntScaledBinOp>;