Home | History | Annotate | Download | only in optimizing

Lines Matching refs:kind

12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
107 Location AllocateScratchLocationFor(Location::Kind kind) OVERRIDE {
108 if (kind == Location::kStackSlot || kind == Location::kFpuRegister ||
109 kind == Location::kRegister) {
110 kind = Location::kRegister;
113 kind = Location::kRegisterPair;
115 Location scratch = GetScratchLocation(kind);
120 scratch = (kind == Location::kRegister) ? Location::RegisterLocation(scratch_index_)