Searched refs:SDIVFIX (Results 1 – 23 of 23) sorted by relevance
/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/ |
D | irtranslator-fixed-point-intrinsics.ll | 76 ; CHECK: [[SDIVFIX:%[0-9]+]]:_(s16) = G_SDIVFIX [[TRUNC]], [[TRUNC1]], 7 77 ; CHECK: [[ANYEXT:%[0-9]+]]:_(s32) = G_ANYEXT [[SDIVFIX]](s16)
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 292 SDIVFIX, UDIVFIX, enumerator
|
D | TargetLowering.h | 938 case ISD::SDIVFIX: in getFixedPointOperationAction()
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 361 SDIVFIX, enumerator
|
D | TargetLowering.h | 1073 case ISD::SDIVFIX: in getFixedPointOperationAction()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorOps.cpp | 464 case ISD::SDIVFIX: in LegalizeOp() 859 case ISD::SDIVFIX: in Expand()
|
D | SelectionDAGDumper.cpp | 323 case ISD::SDIVFIX: return "sdivfix"; in getOperationName()
|
D | LegalizeIntegerTypes.cpp | 170 case ISD::SDIVFIX: in PromoteIntegerResult() 885 bool Signed = N->getOpcode() == ISD::SDIVFIX || in earlyExpandDIVFIX() 923 bool Signed = N->getOpcode() == ISD::SDIVFIX || in PromoteIntRes_DIVFIX() 1510 case ISD::SDIVFIX: in PromoteIntegerOperand() 2151 case ISD::SDIVFIX: in ExpandIntegerResult()
|
D | LegalizeDAG.cpp | 1147 case ISD::SDIVFIX: in LegalizeOp() 3559 case ISD::SDIVFIX: in ExpandNode()
|
D | LegalizeVectorTypes.cpp | 177 case ISD::SDIVFIX: in ScalarizeVectorResult() 1030 case ISD::SDIVFIX: in SplitVectorResult()
|
D | TargetLowering.cpp | 7801 assert((Opcode == ISD::SDIVFIX || Opcode == ISD::SDIVFIXSAT || in expandFixedPointDiv() 7806 bool Signed = Opcode == ISD::SDIVFIX || Opcode == ISD::SDIVFIXSAT; in expandFixedPointDiv()
|
D | SelectionDAGBuilder.cpp | 5256 bool Signed = Opcode == ISD::SDIVFIX || Opcode == ISD::SDIVFIXSAT; in expandDivFix() 5570 return ISD::SDIVFIX; in FixedPointIntrinsicToOpcode()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 315 case ISD::SDIVFIX: return "sdivfix"; in getOperationName()
|
D | LegalizeVectorOps.cpp | 465 case ISD::SDIVFIX: in LegalizeOp() 969 case ISD::SDIVFIX: in Expand()
|
D | LegalizeIntegerTypes.cpp | 163 case ISD::SDIVFIX: in PromoteIntegerResult() 788 bool Signed = N->getOpcode() == ISD::SDIVFIX; in earlyExpandDIVFIX() 819 bool Signed = N->getOpcode() == ISD::SDIVFIX; in PromoteIntRes_DIVFIX() 1308 case ISD::SDIVFIX: in PromoteIntegerOperand() 1916 case ISD::SDIVFIX: in ExpandIntegerResult()
|
D | LegalizeDAG.cpp | 1133 case ISD::SDIVFIX: in LegalizeOp() 3422 case ISD::SDIVFIX: in ExpandNode()
|
D | LegalizeVectorTypes.cpp | 168 case ISD::SDIVFIX: in ScalarizeVectorResult() 963 case ISD::SDIVFIX: in SplitVectorResult()
|
D | TargetLowering.cpp | 7316 assert((Opcode == ISD::SDIVFIX || in expandFixedPointDiv() 7321 bool Signed = Opcode == ISD::SDIVFIX; in expandFixedPointDiv()
|
D | SelectionDAGBuilder.cpp | 5468 bool Signed = Opcode == ISD::SDIVFIX; in expandDivFix() 5771 return ISD::SDIVFIX; in FixedPointIntrinsicToOpcode()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 661 setOperationAction(ISD::SDIVFIX, VT, Expand); in initActions()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 773 setOperationAction(ISD::SDIVFIX, VT, Expand); in initActions()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 403 def sdivfix : SDNode<"ISD::SDIVFIX" , SDTIntScaledBinOp>;
|
/external/llvm-project/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 408 def sdivfix : SDNode<"ISD::SDIVFIX" , SDTIntScaledBinOp>;
|