Searched refs:Lower256IntArith (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp19211 static SDValue Lower256IntArith(SDValue Op, SelectionDAG &DAG) { function
19274 return Lower256IntArith(Op, DAG);
19284 return Lower256IntArith(Op, DAG);
19291 return Lower256IntArith(Op, DAG);
19304 return Lower256IntArith(Op, DAG);
19322 return Lower256IntArith(Op, DAG);
19453 return Lower256IntArith(Op, DAG);
20434 return Lower256IntArith(Op, DAG);
20455 return Lower256IntArith(Op, DAG);
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86ISelLowering.cpp9779 // Lower256IntArith - Break a 256-bit integer operation into two new 128-bit
9781 static SDValue Lower256IntArith(SDValue Op, SelectionDAG &DAG) { function
9814 return Lower256IntArith(Op, DAG);
9821 return Lower256IntArith(Op, DAG);
9829 return Lower256IntArith(Op, DAG);

Completed in 184 milliseconds