Home
last modified time | relevance | path

Searched refs:end (Results 15501 - 15525 of 19480) sorted by relevance

1...<<621622623624625626627628629630>>...780

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp740 Inst.erase(Inst.end() - 1);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DRDFRegisters.cpp177 // clear the corresponding bits in the given mask. If at the end, all in aliasRM()
378 Pos = End ? Masks.end() : Masks.begin(); in rr_iterator()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp98 // to determine the end of the prologue. in emitPrologue()
353 for (MachineFunction::iterator MBB = MF.begin(), E = MF.end(); in remapRegsForLeafProc()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZLongBranch.cpp175 } // end anonymous namespace
178 // accordingly and move Position to the end of the block's non-terminator
288 MachineBasicBlock::iterator End = MBB->end(); in initMBBInfo()
H A DSystemZRegisterInfo.cpp64 CopyHints.insert(Hints.begin(), Hints.end()); in addHints()
173 } // end LOCRMux in getRegAllocationHints()
187 } // end CHIMux / CFIMux in getRegAllocationHints()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFTargetStreamer.cpp97 } // end namespace
186 // Complain if there were prologue setup instructions but no end prologue. in emitFPOEndProc()
288 } // end namespace
390 if (I == AllFPOData.end()) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86CallLowering.cpp185 } // end anonymous namespace
325 } // end anonymous namespace
372 // Move back to the end of the basic block. in lowerFormalArguments()
469 NewRegs.assign(Regs.begin(), Regs.end()); in lowerCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp269 SmallVector<const char *, 20> NewArgs(ArgsArr.begin(), ArgsArr.end()); in libDriverMain()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DPGOMemOPSizeOpt.cpp120 } // end anonymous namespace
346 assert(It != DefaultBB->end()); in perform()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DCallSiteSplitting.cpp366 // Remove superfluous `br` terminators from the end of the Split blocks in splitCallSite()
393 // instruction, so we do not end up deleting them. By using reverse-order, we in splitCallSite()
515 for (Function::iterator BI = F.begin(), BE = F.end(); BI != BE;) { in doCallSiteSplitting()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceVariableSplitting.cpp440 } // end of anonymous namespace
513 // LinkedTo relationships via the LinkedToFixups vector, and at the end of the in splitBlockLocalVariables()
523 auto IterEnd = Insts.end(); in splitBlockLocalVariables()
608 } // end of namespace Ice
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_impl.h593 return scalar_spec_constants_.find(id) != scalar_spec_constants_.end(); in IsScalarSpecConstant()
/third_party/skia/third_party/externals/tint/src/transform/
H A Dzero_init_workgroup_memory.cc188 std::sort(num_sorted_iterations.begin(), num_sorted_iterations.end()); in Run()
/third_party/skia/tools/flags/
H A DCommonFlagsConfig.cpp249 if (it == kColorSpaces.end()) { in SkCommandLineConfig()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h488 // to the end of collection.
489 // Returns false, if end is reached.
562 auto B = TmpArgLocs.begin(), E = TmpArgLocs.end();
575 } // end namespace llvm
/third_party/vixl/benchmarks/aarch64/
H A Dbench-utils.cc292 while ((it != labels_.end()) && (bind_mask != 0)) { in BindPendingLabels()
/third_party/vixl/src/aarch64/
H A Ddisasm-aarch64.h343 void DisassembleBuffer(const Instruction* start, const Instruction* end);
/third_party/protobuf/js/binary/
H A Dencoder.js70 jspb.BinaryEncoder.prototype.end = function() {
/third_party/protobuf/python/google/protobuf/pyext/
H A Dextension_dict.cc150 if (iterator != self->parent->composite_fields->end()) { in subscript()
/third_party/python/Lib/
H A Dcgitb.py88 for ttype, token, start, end, line in tokenize.generate_tokens(reader):
/third_party/protobuf/src/google/protobuf/
H A Dmap_field_test.cc119 map_->insert(initial_value_map_.begin(), initial_value_map_.end()); in MapFieldBasePrimitiveTest()
H A Dtext_format.h315 // field number, extensions will be printed at the end of the message
414 return it == custom_printers_.end() ? default_field_value_printer_.get() in GetFieldPrinter()
467 // the new value will be added to the end
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dcctz_benchmark.cc711 std::shuffle(names.begin(), names.end(), urbg); in AllTimeZoneNames()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dhash_function_defaults_test.cc273 std::generate(str.begin(), str.end(), [&]() -> char { in TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dparser_test.cc274 std::reverse(fmt.begin(), fmt.end()); in TEST_F()

Completed in 31 milliseconds

1...<<621622623624625626627628629630>>...780