Searched refs:SDIVFIX (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h292 SDIVFIX, UDIVFIX, enumerator in enum:llvm::ISD::NodeType
H A DTargetLowering.h938 case ISD::SDIVFIX:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp315 case ISD::SDIVFIX: return "sdivfix";
H A DLegalizeVectorOps.cpp465 case ISD::SDIVFIX:
969 case ISD::SDIVFIX:
H A DLegalizeIntegerTypes.cpp163 case ISD::SDIVFIX:
800 bool Signed = N->getOpcode() == ISD::SDIVFIX;
831 bool Signed = N->getOpcode() == ISD::SDIVFIX;
1320 case ISD::SDIVFIX:
1928 case ISD::SDIVFIX:
H A DLegalizeVectorTypes.cpp168 case ISD::SDIVFIX:
963 case ISD::SDIVFIX:
H A DLegalizeDAG.cpp1133 case ISD::SDIVFIX:
3422 case ISD::SDIVFIX:
H A DTargetLowering.cpp7320 assert((Opcode == ISD::SDIVFIX ||
7325 bool Signed = Opcode == ISD::SDIVFIX;
H A DSelectionDAGBuilder.cpp5468 bool Signed = Opcode == ISD::SDIVFIX;
5771 return ISD::SDIVFIX;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp661 setOperationAction(ISD::SDIVFIX, VT, Expand);

Completed in 479 milliseconds