Home
last modified time | relevance | path

Searched refs:isLoadOp (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp8776 bool isLoadOp = true; in CombineBaseUpdate() local
8799 NumVecs = 1; isLoadOp = false; break; in CombineBaseUpdate()
8801 NumVecs = 2; isLoadOp = false; break; in CombineBaseUpdate()
8803 NumVecs = 3; isLoadOp = false; break; in CombineBaseUpdate()
8805 NumVecs = 4; isLoadOp = false; break; in CombineBaseUpdate()
8807 NumVecs = 2; isLoadOp = false; isLaneOp = true; break; in CombineBaseUpdate()
8809 NumVecs = 3; isLoadOp = false; isLaneOp = true; break; in CombineBaseUpdate()
8811 NumVecs = 4; isLoadOp = false; isLaneOp = true; break; in CombineBaseUpdate()
8823 NumVecs = 1; isLaneOp = false; isLoadOp = false; break; in CombineBaseUpdate()
8829 if (isLoadOp) { in CombineBaseUpdate()
[all …]