Searched refs:PerformInsertVectorEltInMemory (Results 1 - 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 96 SDValue PerformInsertVectorEltInMemory(SDValue Vec, SDValue Val, SDValue Idx, 313 SDValue SelectionDAGLegalize::PerformInsertVectorEltInMemory(SDValue Vec, function in class:SelectionDAGLegalize 381 return PerformInsertVectorEltInMemory(Vec, Val, Idx, dl);
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 93 /// PerformInsertVectorEltInMemory - Some target cannot handle a variable 97 SDValue PerformInsertVectorEltInMemory(SDValue Vec, SDValue Val, 633 /// PerformInsertVectorEltInMemory - Some target cannot handle a variable 638 PerformInsertVectorEltInMemory(SDValue Vec, SDValue Val, SDValue Idx, function in class:SelectionDAGLegalize 703 return PerformInsertVectorEltInMemory(Vec, Val, Idx, dl);
|
Completed in 156 milliseconds