Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMFastISel.cpp145 bool SelectBinaryFPOp(const Instruction *I, unsigned ISDOpcode);
1776 bool ARMFastISel::SelectBinaryFPOp(const Instruction *I, unsigned ISDOpcode) { in SelectBinaryFPOp() function in ARMFastISel
2835 return SelectBinaryFPOp(I, ISD::FADD); in fastSelectInstruction()
2837 return SelectBinaryFPOp(I, ISD::FSUB); in fastSelectInstruction()
2839 return SelectBinaryFPOp(I, ISD::FMUL); in fastSelectInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
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()