Searched refs:EltsFromConsecutiveLoads (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | v4i32load-crash.ll | 7 ;This node was generated by X86ISelLowering.cpp, EltsFromConsecutiveLoads
|
/external/llvm/test/CodeGen/X86/ |
D | v4i32load-crash.ll | 7 ;This node was generated by X86ISelLowering.cpp, EltsFromConsecutiveLoads
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.cpp | 4985 static SDValue EltsFromConsecutiveLoads(EVT VT, SmallVectorImpl<SDValue> &Elts, in EltsFromConsecutiveLoads() function 5309 SDValue LD = EltsFromConsecutiveLoads(VT, V, dl, DAG); in LowerBUILD_VECTOR() 12518 return EltsFromConsecutiveLoads(VT, Elts, dl, DAG); in PerformShuffleCombine()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 6781 static SDValue EltsFromConsecutiveLoads(EVT VT, ArrayRef<SDValue> Elts, in EltsFromConsecutiveLoads() function 8516 EltsFromConsecutiveLoads(VT, Ops, dl, DAG, Subtarget, false)) in LowerBUILD_VECTOR() 31265 EltsFromConsecutiveLoads(VT, Elts, dl, DAG, Subtarget, true)) in combineShuffle() 39485 if (SDValue Ld = EltsFromConsecutiveLoads(OpVT, Ops, dl, DAG, in combineInsertSubvector()
|