Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMFastISel.cpp171 bool SelectBinaryFPOp(const Instruction *I, unsigned ISDOpcode);
1773 bool ARMFastISel::SelectBinaryFPOp(const Instruction *I, unsigned ISDOpcode) { in SelectBinaryFPOp() function in ARMFastISel
2850 return SelectBinaryFPOp(I, ISD::FADD); in fastSelectInstruction()
2852 return SelectBinaryFPOp(I, ISD::FSUB); in fastSelectInstruction()
2854 return SelectBinaryFPOp(I, ISD::FMUL); in fastSelectInstruction()