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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp175 bool SelectBinaryFPOp(const Instruction *I, unsigned ISDOpcode);
1789 bool ARMFastISel::SelectBinaryFPOp(const Instruction *I, unsigned ISDOpcode) { function in class:ARMFastISel
2855 return SelectBinaryFPOp(I, ISD::FADD);
2857 return SelectBinaryFPOp(I, ISD::FSUB);
2859 return SelectBinaryFPOp(I, ISD::FMUL);

Completed in 127 milliseconds