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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp318 /// SelectBinaryOp - Select and emit code for a binary operator instruction,
321 bool FastISel::SelectBinaryOp(const User *I, unsigned ISDOpcode) { function in class:FastISel
883 return SelectBinaryOp(I, ISD::ADD);
885 return SelectBinaryOp(I, ISD::FADD);
887 return SelectBinaryOp(I, ISD::SUB);
892 return SelectBinaryOp(I, ISD::FSUB);
894 return SelectBinaryOp(I, ISD::MUL);
896 return SelectBinaryOp(I, ISD::FMUL);
898 return SelectBinaryOp(I, ISD::SDIV);
900 return SelectBinaryOp(
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DFastISel.h347 bool SelectBinaryOp(const User *I, unsigned ISDOpcode);
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMFastISel.cpp162 bool SelectBinaryOp(const Instruction *I, unsigned ISDOpcode);
1469 bool ARMFastISel::SelectBinaryOp(const Instruction *I, unsigned ISDOpcode) { function in class:ARMFastISel
2089 return SelectBinaryOp(I, ISD::FADD);
2091 return SelectBinaryOp(I, ISD::FSUB);
2093 return SelectBinaryOp(I, ISD::FMUL);

Completed in 80 milliseconds