Searched refs:UDIVFIX (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.h939 case ISD::UDIVFIX:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp316 case ISD::UDIVFIX: return "udivfix";
H A DLegalizeVectorOps.cpp466 case ISD::UDIVFIX: {
970 case ISD::UDIVFIX:
H A DLegalizeIntegerTypes.cpp164 case ISD::UDIVFIX: Res = PromoteIntRes_DIVFIX(N); break;
1321 case ISD::UDIVFIX: Res = PromoteIntOp_FIX(N); break;
1929 case ISD::UDIVFIX: ExpandIntRes_DIVFIX(N, Lo, Hi); break;
H A DLegalizeVectorTypes.cpp169 case ISD::UDIVFIX:
964 case ISD::UDIVFIX:
H A DLegalizeDAG.cpp1134 case ISD::UDIVFIX: {
3423 case ISD::UDIVFIX:
H A DTargetLowering.cpp7321 Opcode == ISD::UDIVFIX) &&
H A DSelectionDAGBuilder.cpp5773 return ISD::UDIVFIX;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp662 setOperationAction(ISD::UDIVFIX, VT, Expand);

Completed in 380 milliseconds