Searched defs:LowerAVXCONCAT_VECTORS (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86ISelLowering.cpp5390 // LowerAVXCONCAT_VECTORS - 256-bit AVX can use the vinsertf128 instruction
5392 static SDValue LowerAVXCONCAT_VECTORS(SDValue Op, SelectionDAG &DAG) { function
5423 return LowerAVXCONCAT_VECTORS(Op, DAG);
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp6900 static SDValue LowerAVXCONCAT_VECTORS(SDValue Op, SelectionDAG &DAG) { function
7018 return LowerAVXCONCAT_VECTORS(Op, DAG);
[all...]

Completed in 192 milliseconds