Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp15005 bool isLoadOp = true; in CombineBaseUpdate() local
15043 NumVecs = 1; isLoadOp = false; break; in CombineBaseUpdate()
15045 NumVecs = 2; isLoadOp = false; break; in CombineBaseUpdate()
15047 NumVecs = 3; isLoadOp = false; break; in CombineBaseUpdate()
15049 NumVecs = 4; isLoadOp = false; break; in CombineBaseUpdate()
15080 if (isLoadOp) { in CombineBaseUpdate()
15149 unsigned NumResultVecs = (isLoadOp ? NumVecs : 0); in CombineBaseUpdate()
15260 bool isLoadOp = true; in PerformMVEVLDCombine() local
15277 isLoadOp = false; in PerformMVEVLDCombine()
15282 isLoadOp = false; in PerformMVEVLDCombine()
[all …]