/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonAsmBackend.cpp | 740 Inst.erase(Inst.end() - 1);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | RDFRegisters.cpp | 177 // 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 D | SparcFrameLowering.cpp | 98 // 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 D | SystemZLongBranch.cpp | 175 } // 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 D | SystemZRegisterInfo.cpp | 64 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 D | X86WinCOFFTargetStreamer.cpp | 97 } // 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 D | X86CallLowering.cpp | 185 } // 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 D | LibDriver.cpp | 269 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 D | PGOMemOPSizeOpt.cpp | 120 } // 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 D | CallSiteSplitting.cpp | 366 // 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 D | IceVariableSplitting.cpp | 440 } // 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 D | parser_impl.h | 593 return scalar_spec_constants_.find(id) != scalar_spec_constants_.end(); in IsScalarSpecConstant()
|
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | zero_init_workgroup_memory.cc | 188 std::sort(num_sorted_iterations.begin(), num_sorted_iterations.end()); in Run()
|
/third_party/skia/tools/flags/ |
H A D | CommonFlagsConfig.cpp | 249 if (it == kColorSpaces.end()) { in SkCommandLineConfig()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | CallingConvLower.h | 488 // 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 D | bench-utils.cc | 292 while ((it != labels_.end()) && (bind_mask != 0)) { in BindPendingLabels()
|
/third_party/vixl/src/aarch64/ |
H A D | disasm-aarch64.h | 343 void DisassembleBuffer(const Instruction* start, const Instruction* end);
|
/third_party/protobuf/js/binary/ |
H A D | encoder.js | 70 jspb.BinaryEncoder.prototype.end = function() {
|
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | extension_dict.cc | 150 if (iterator != self->parent->composite_fields->end()) { in subscript()
|
/third_party/python/Lib/ |
H A D | cgitb.py | 88 for ttype, token, start, end, line in tokenize.generate_tokens(reader):
|
/third_party/protobuf/src/google/protobuf/ |
H A D | map_field_test.cc | 119 map_->insert(initial_value_map_.begin(), initial_value_map_.end()); in MapFieldBasePrimitiveTest()
|
H A D | text_format.h | 315 // 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 D | cctz_benchmark.cc | 711 std::shuffle(names.begin(), names.end(), urbg); in AllTimeZoneNames()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | hash_function_defaults_test.cc | 273 std::generate(str.begin(), str.end(), [&]() -> char { in TEST()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
H A D | parser_test.cc | 274 std::reverse(fmt.begin(), fmt.end()); in TEST_F()
|