Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h400 SDIVFIX, enumerator
H A DTargetLowering.h1322 case ISD::SDIVFIX: in getFixedPointOperationAction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp386 case ISD::SDIVFIX: return "sdivfix"; in getOperationName()
H A DLegalizeVectorOps.cpp484 case ISD::SDIVFIX: in LegalizeOp()
1211 case ISD::SDIVFIX: in Expand()
H A DLegalizeIntegerTypes.cpp273 case ISD::SDIVFIX: in PromoteIntegerResult()
1239 bool Signed = N->getOpcode() == ISD::SDIVFIX || in earlyExpandDIVFIX()
1271 bool Signed = N->getOpcode() == ISD::SDIVFIX || in PromoteIntRes_DIVFIX()
2043 case ISD::SDIVFIX: in PromoteIntegerOperand()
3102 case ISD::SDIVFIX: in ExpandIntegerResult()
H A DLegalizeDAG.cpp1196 case ISD::SDIVFIX: in LegalizeOp()
4049 case ISD::SDIVFIX: in ExpandNode()
H A DLegalizeVectorTypes.cpp233 case ISD::SDIVFIX: in ScalarizeVectorResult()
1379 case ISD::SDIVFIX: in SplitVectorResult()
H A DSelectionDAGBuilder.cpp5980 bool Signed = Opcode == ISD::SDIVFIX || Opcode == ISD::SDIVFIXSAT; in expandDivFix()
6328 return ISD::SDIVFIX; in FixedPointIntrinsicToOpcode()
H A DTargetLowering.cpp11291 assert((Opcode == ISD::SDIVFIX || Opcode == ISD::SDIVFIXSAT || in expandFixedPointDiv()
11296 bool Signed = Opcode == ISD::SDIVFIX || Opcode == ISD::SDIVFIXSAT; in expandFixedPointDiv()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp806 ISD::SDIVFIX, ISD::SDIVFIXSAT, in initActions()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td479 def sdivfix : SDNode<"ISD::SDIVFIX" , SDTIntScaledBinOp>;