Lines Matching refs:isLoadOp
15005 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()
15051 NumVecs = 2; isLoadOp = false; isLaneOp = true; break; in CombineBaseUpdate()
15053 NumVecs = 3; isLoadOp = false; isLaneOp = true; break; in CombineBaseUpdate()
15055 NumVecs = 4; isLoadOp = false; isLaneOp = true; break; in CombineBaseUpdate()
15057 NumVecs = 2; isLoadOp = false; hasAlignment = false; break; in CombineBaseUpdate()
15059 NumVecs = 3; isLoadOp = false; hasAlignment = false; break; in CombineBaseUpdate()
15061 NumVecs = 4; isLoadOp = false; hasAlignment = false; break; in CombineBaseUpdate()
15074 NumVecs = 1; isLaneOp = false; 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()
15288 if (isLoadOp) { in PerformMVEVLDCombine()
15305 unsigned NumResultVecs = (isLoadOp ? NumVecs : 0); in PerformMVEVLDCombine()