Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMFastISel.cpp176 bool SelectBinaryFPOp(const Instruction *I, unsigned ISDOpcode);
1800 bool ARMFastISel::SelectBinaryFPOp(const Instruction *I, unsigned ISDOpcode) { in SelectBinaryFPOp() function in ARMFastISel
2862 return SelectBinaryFPOp(I, ISD::FADD); in fastSelectInstruction()
2864 return SelectBinaryFPOp(I, ISD::FSUB); in fastSelectInstruction()
2866 return SelectBinaryFPOp(I, ISD::FMUL); in fastSelectInstruction()