Searched refs:mainop (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.h | 84 unsigned mainop, unsigned ovf) const;
|
D | R600ISelLowering.cpp | 1040 unsigned mainop, unsigned ovf) const { in LowerUADDSUBO() argument 1052 SDValue Res = DAG.getNode(mainop, DL, VT, Lo, Hi); in LowerUADDSUBO()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.h | 91 unsigned mainop, unsigned ovf) const;
|
D | R600ISelLowering.cpp | 864 unsigned mainop, unsigned ovf) const { in LowerUADDSUBO() argument 876 SDValue Res = DAG.getNode(mainop, DL, VT, Lo, Hi); in LowerUADDSUBO()
|