Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h361 SDIVFIX, enumerator
H A DTargetLowering.h1077 case ISD::SDIVFIX: in getFixedPointOperationAction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp466 case ISD::SDIVFIX: in LegalizeOp()
869 case ISD::SDIVFIX: in Expand()
H A DSelectionDAGDumper.cpp327 case ISD::SDIVFIX: return "sdivfix"; in getOperationName()
H A DLegalizeIntegerTypes.cpp179 case ISD::SDIVFIX: in PromoteIntegerResult()
918 bool Signed = N->getOpcode() == ISD::SDIVFIX || in earlyExpandDIVFIX()
956 bool Signed = N->getOpcode() == ISD::SDIVFIX || in PromoteIntRes_DIVFIX()
1543 case ISD::SDIVFIX: in PromoteIntegerOperand()
2193 case ISD::SDIVFIX: in ExpandIntegerResult()
H A DLegalizeDAG.cpp1148 case ISD::SDIVFIX: in LegalizeOp()
3387 case ISD::SDIVFIX: in ExpandNode()
H A DLegalizeVectorTypes.cpp182 case ISD::SDIVFIX: in ScalarizeVectorResult()
1077 case ISD::SDIVFIX: in SplitVectorResult()
H A DTargetLowering.cpp8219 assert((Opcode == ISD::SDIVFIX || Opcode == ISD::SDIVFIXSAT || in expandFixedPointDiv()
8224 bool Signed = Opcode == ISD::SDIVFIX || Opcode == ISD::SDIVFIXSAT; in expandFixedPointDiv()
H A DSelectionDAGBuilder.cpp5403 bool Signed = Opcode == ISD::SDIVFIX || Opcode == ISD::SDIVFIXSAT; in expandDivFix()
5718 return ISD::SDIVFIX; in FixedPointIntrinsicToOpcode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp766 setOperationAction(ISD::SDIVFIX, VT, Expand); in initActions()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td421 def sdivfix : SDNode<"ISD::SDIVFIX" , SDTIntScaledBinOp>;