Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp9511 bool isLoadOp = true; in CombineBaseUpdate() local
9534 NumVecs = 1; isLoadOp = false; break; in CombineBaseUpdate()
9536 NumVecs = 2; isLoadOp = false; break; in CombineBaseUpdate()
9538 NumVecs = 3; isLoadOp = false; break; in CombineBaseUpdate()
9540 NumVecs = 4; isLoadOp = false; break; in CombineBaseUpdate()
9542 NumVecs = 2; isLoadOp = false; isLaneOp = true; break; in CombineBaseUpdate()
9544 NumVecs = 3; isLoadOp = false; isLaneOp = true; break; in CombineBaseUpdate()
9546 NumVecs = 4; isLoadOp = false; isLaneOp = true; break; in CombineBaseUpdate()
9558 NumVecs = 1; isLaneOp = false; isLoadOp = false; break; in CombineBaseUpdate()
9564 if (isLoadOp) { in CombineBaseUpdate()
[all …]