Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1802 return selectBinaryOp(I, ISD::ADD); in selectOperator()
1804 return selectBinaryOp(I, ISD::FADD); in selectOperator()
1806 return selectBinaryOp(I, ISD::SUB); in selectOperator()
1811 return selectBinaryOp(I, ISD::MUL); in selectOperator()
1813 return selectBinaryOp(I, ISD::FMUL); in selectOperator()
1827 return selectBinaryOp(I, ISD::SHL); in selectOperator()
1829 return selectBinaryOp(I, ISD::SRL); in selectOperator()
1831 return selectBinaryOp(I, ISD::SRA); in selectOperator()
1833 return selectBinaryOp(I, ISD::AND); in selectOperator()
1835 return selectBinaryOp(I, ISD::OR); in selectOperator()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DFastISel.h530 bool selectBinaryOp(const User *I, unsigned ISDOpcode);
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp2041 if (!selectBinaryOp(I, ISD::SDIV)) in fastSelectInstruction()
2045 if (!selectBinaryOp(I, ISD::UDIV)) in fastSelectInstruction()
2049 if (!selectBinaryOp(I, ISD::SREM)) in fastSelectInstruction()
2053 if (!selectBinaryOp(I, ISD::UREM)) in fastSelectInstruction()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64InstructionSelector.cpp232 static unsigned selectBinaryOp(unsigned GenericOpc, unsigned RegBankID, in selectBinaryOp() function
1151 const unsigned NewOpc = selectBinaryOp(I.getOpcode(), RB.getID(), OpSize); in select()
H A DAArch64FastISel.cpp4633 return selectBinaryOp(I, ISD::MUL); in selectMul()
4874 return selectBinaryOp(I, ISD::SDIV); in selectSDiv()
4879 return selectBinaryOp(I, ISD::SDIV); in selectSDiv()
5110 if (!selectBinaryOp(I, ISD::SREM)) in fastSelectInstruction()
5114 if (!selectBinaryOp(I, ISD::UREM)) in fastSelectInstruction()