Lines Matching defs:Source
5 // This file is distributed under the University of Illinois Open Source
1269 CfgVector<RegNumT> *Source;
1274 Source = &GPRArgs;
1277 Source = &I64Args;
1281 discardUnavailableGPRsAndTheirAliases(Source);
1283 if (Source->empty()) {
1288 *Reg = Source->back();
1289 // Note that we don't Source->pop_back() here. This is intentional. Notice how
1291 // Source->back() is marked as unavailable, and it is thus implicitly popped
1311 CfgVector<RegNumT> *Source;
1316 Source = &Vec128Args;
1319 Source = &FP32Args;
1322 Source = &FP64Args;
1326 discardUnavailableVFPRegs(Source);
1328 if (Source->empty()) {
1333 *Reg = Source->back();
2396 // be stored as the operation's second source, with a bit indicating whether the
2936 // The algorithm finds contiguous 1s in the Multiplication source, and uses one
4249 // We need to make sure the source is in a suitable register.
5461 // T2 is actually a source as well when the predicate is not AL (since it
5463 // of T2 as if it was used as a source.
5477 // the source operand is transformed into an OperandARM32Mem operand.