Searched refs:selectBinaryOp (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp598 bool FastISel::selectBinaryOp(const User *I, unsigned ISDOpcode) { function in class:FastISel
1849 return selectBinaryOp(I, ISD::ADD);
1851 return selectBinaryOp(I, ISD::FADD);
1853 return selectBinaryOp(I, ISD::SUB);
1859 return selectBinaryOp(I, ISD::FSUB);
1862 return selectBinaryOp(I, ISD::MUL);
1864 return selectBinaryOp(I, ISD::FMUL);
1866 return selectBinaryOp(I, ISD::SDIV);
1868 return selectBinaryOp(I, ISD::UDIV);
1870 return selectBinaryOp(
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h528 bool selectBinaryOp(const User *I, unsigned ISDOpcode);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp2044 if (!selectBinaryOp(I, ISD::SDIV))
2048 if (!selectBinaryOp(I, ISD::UDIV))
2052 if (!selectBinaryOp(I, ISD::SREM))
2056 if (!selectBinaryOp(I, ISD::UREM))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp4690 return selectBinaryOp(I, ISD::MUL);
4931 return selectBinaryOp(I, ISD::SDIV);
4936 return selectBinaryOp(I, ISD::SDIV);
5170 if (!selectBinaryOp(I, ISD::SREM))
5174 if (!selectBinaryOp(I, ISD::UREM))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp559 static unsigned selectBinaryOp(unsigned GenericOpc, unsigned RegBankID, function
2392 const unsigned NewOpc = selectBinaryOp(I.getOpcode(), RB.getID(), OpSize);

Completed in 374 milliseconds