Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp9920 bool isLoadOp = true; in CombineBaseUpdate() local
9943 NumVecs = 1; isLoadOp = false; break; in CombineBaseUpdate()
9945 NumVecs = 2; isLoadOp = false; break; in CombineBaseUpdate()
9947 NumVecs = 3; isLoadOp = false; break; in CombineBaseUpdate()
9949 NumVecs = 4; isLoadOp = false; break; in CombineBaseUpdate()
9951 NumVecs = 2; isLoadOp = false; isLaneOp = true; break; in CombineBaseUpdate()
9953 NumVecs = 3; isLoadOp = false; isLaneOp = true; break; in CombineBaseUpdate()
9955 NumVecs = 4; isLoadOp = false; isLaneOp = true; break; in CombineBaseUpdate()
9967 NumVecs = 1; isLaneOp = false; isLoadOp = false; break; in CombineBaseUpdate()
9973 if (isLoadOp) { in CombineBaseUpdate()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp11549 bool isLoadOp = true; in CombineBaseUpdate() local
11578 NumVecs = 1; isLoadOp = false; break; in CombineBaseUpdate()
11580 NumVecs = 2; isLoadOp = false; break; in CombineBaseUpdate()
11582 NumVecs = 3; isLoadOp = false; break; in CombineBaseUpdate()
11584 NumVecs = 4; isLoadOp = false; break; in CombineBaseUpdate()
11586 NumVecs = 2; isLoadOp = false; isLaneOp = true; break; in CombineBaseUpdate()
11588 NumVecs = 3; isLoadOp = false; isLaneOp = true; break; in CombineBaseUpdate()
11590 NumVecs = 4; isLoadOp = false; isLaneOp = true; break; in CombineBaseUpdate()
11603 NumVecs = 1; isLaneOp = false; isLoadOp = false; break; in CombineBaseUpdate()
11609 if (isLoadOp) { in CombineBaseUpdate()
[all …]