/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 4572 // interposition won't happen, in any case where the linker might insert a in callsShareTOCBase() 4585 // will insert a stub, it might complain about a missing nop if we omit it in callsShareTOCBase() 7838 // We're trying to insert a regular store, S, and then a load, L. If the 7842 // to insert our load, L, into the chain as a peer of O. To do this, we give L 7888 // Given the head of the old chain, ResChain, insert a token factor containing 9047 // in the vector we should insert into. in lowerToVINSERTB() 9841 // SelectionDAGBuilder::visitTargetIntrinsic may insert one extra chain to in LowerINTRINSIC_VOID() 10665 F->insert(It, loopMBB); in EmitAtomicBinary() 10667 F->insert(It, loop2MBB); in EmitAtomicBinary() 10668 F->insert(I in EmitAtomicBinary() [all...] |
/third_party/node/deps/v8/src/torque/ |
H A D | torque-parser.cc | 323 result.insert(result.end(), list.begin(), list.end()); in ConcatList() 810 if (!map_.insert({a.name->value, {*a.param, a.name->pos}}).second) { in AnnotationSet() 823 if (!set_.insert(a.name->value).second) { in AnnotationSet() 1885 namespace_qualification.insert(namespace_qualification.begin(), ""); in MakeNamespaceQualification()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 319 FuncInfo.MBB->insert(SinkPos, &LocalMI); in sinkLocalValueMaterialization() 326 FuncInfo.MBB->insert(SinkPos, DI); in sinkLocalValueMaterialization() 500 FuncInfo.RegsWithFixups.insert(Reg + i); in updateValueMap() 579 // Restore the previous insert position. in leaveLocalValueArea() 1414 // Currently the optimizer can produce this; insert an undef to in selectIntrinsicCall() 1574 // SavedLastLocalValue to the current function insert point. 1594 // Just before the terminator instruction, insert instructions to in selectInstruction() 2270 if (!SuccsHandled.insert(SuccMBB).second) in handlePHINodesInSuccessorBlocks() 2285 // since SelectionDAG's HandlePHINodesInSuccessorBlocks will insert its in handlePHINodesInSuccessorBlocks()
|
H A D | ScheduleDAGRRList.cpp | 1311 if (RegAdded.insert(*AliasI).second) { in CheckForLiveRegDef() 1328 if (RegAdded.insert(i).second) in CheckForLiveRegDefMasked() 1403 RegAdded.insert(CallResource).second) in DelayForLiveRegsBottomUp() 1475 LRegsMap.insert(std::make_pair(CurSU, LRegs)); in PickNodeToScheduleBottomUp() 1549 // insert cross class copies. in PickNodeToScheduleBottomUp()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | CopyTextureTest.cpp | 98 uniqueValues[0].insert(color.R); in testGradientDownsampleUniqueValues() 99 uniqueValues[1].insert(color.G); in testGradientDownsampleUniqueValues() 100 uniqueValues[2].insert(color.B); in testGradientDownsampleUniqueValues() 101 uniqueValues[3].insert(color.A); in testGradientDownsampleUniqueValues()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SILoadStoreOptimizer.cpp | 576 MBB->insert(I, MI); in moveInstsAfter() 586 RegDefs.insert(Op.getReg()); in addDefsUsesToList() 588 PhysRegUses.insert(Op.getReg()); in addDefsUsesToList() 1876 AnchorList.insert(AnchorInst); in promoteConstantOffsetToImm()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
H A D | AVRISelLowering.cpp | 1502 F->insert(I, LoopBB); in insertShift() 1503 F->insert(I, RemBB); in insertShift() 1584 ++I; // in any case insert *after* the mul instruction in insertMul() 1620 "Unexpected instr type to insert"); in EmitInstrWithCustomInserter() 1628 // To "insert" a SELECT instruction, we insert the diamond in EmitInstrWithCustomInserter() 1639 // we must insert an unconditional branch to the fallthrough destination in EmitInstrWithCustomInserter() 1640 // if we are to insert basic blocks at the prior fallthrough point. in EmitInstrWithCustomInserter() 1651 MF->insert(I, trueMBB); in EmitInstrWithCustomInserter() 1652 MF->insert( in EmitInstrWithCustomInserter() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 112 NamedTypes.insert( in restoreParsingState() 115 NumberedTypes.insert( in restoreParsingState() 263 Slots->NamedTypes.insert(std::make_pair(I.getKey(), I.second.first)); in ValidateEndOfModule() 265 Slots->Types.insert(std::make_pair(I.first, I.second.first)); in ValidateEndOfModule() 953 // Okay, create the alias but do not insert it into the module yet. in parseIndirectSymbol() 2286 /// ParseIndexList - This parses the index list for an insert/extractvalue 3273 ForwardRefBlockAddresses.insert(std::make_pair( 3276 .first->second.insert(std::make_pair(std::move(Label), nullptr)) 5514 // If the argument has a name, insert it into the argument symbol table. 5984 if (!SeenCases.insert(Constan [all...] |
/third_party/glslang/SPIRV/ |
H A D | SpvBuilder.h | 132 void addExtension(const char* ext) { extensions.insert(ext); } in addExtension() 159 void addCapability(spv::Capability cap) { capabilities.insert(cap); } in addCapability()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | Normalizer.java | 1927 segment.insert(0, (char)c); in previousNormalize() 1929 segment.insert(0, Character.toChars(c)); in previousNormalize()
|
/third_party/PyYAML/lib/yaml/ |
H A D | scanner.py | 553 self.tokens.insert(key.token_number-self.tokens_taken, 560 self.tokens.insert(key.token_number-self.tokens_taken,
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | Normalizer.java | 1987 segment.insert(0, (char)c); in previousNormalize() 1989 segment.insert(0, Character.toChars(c)); in previousNormalize()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | translit.cpp | 245 * insert new text into the buffer. As a result, it only performs 755 variant.insert(0, VARIANT_SEP); in getDisplayName() 1178 rulesSource.insert(0, UNICODE_STRING_SIMPLE("::")); in toRules()
|
H A D | alphaindex.cpp | 109 return ~start; // insert s before *si in binarySearch() 114 return ~(start + 1); // insert s after *si in binarySearch() 385 temp.insert(0, (UChar)(0x30 + count % 10)); in fixLabel() 388 temp.insert(0, (UChar)(0x30 + count)); in fixLabel()
|
H A D | rbt_pars.cpp | 999 idBlockResult.insert(0, END_OF_RULE); in parseRules() 1000 idBlockResult.insert(0, id->canonID); in parseRules()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_assembler.cpp | 840 out.insert(out.begin() + insert_before, insert_data, insert_data + insert_count); in insert_code() 1022 code.insert(code.end(), (uint32_t*)program->constant_data.data(), in emit_program()
|
/third_party/jerryscript/jerry-debugger/ |
H A D | jerry_client_main.py | 234 def insert(self, key, value): member in Multimap 985 self.line_list.insert(line, breakpoint)
|
/third_party/json/tests/thirdparty/Fuzzer/test/ |
H A D | FuzzerUnittest.cpp | 76 FoundUnits.insert(C); in TEST() 80 ExpectedUnitsWitThisLength.insert(U); in TEST()
|
/third_party/mesa3d/src/compiler/clc/ |
H A D | clc_helpers.cpp | 792 clang_opts.insert(clang_opts.end(), args->args, args->args + args->num_args); in clc_compile_to_llvm_module() 985 ext_map.insert(std::make_pair(SPIRV::ExtensionID::X, true)); in llvm_mod_to_spirv()
|
/third_party/node/src/ |
H A D | node_http_parser.cc | 211 all_connections_.insert(parser); in Push() 219 active_connections_.insert(parser); in PushActive()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | alphaindex.cpp | 109 return ~start; // insert s before *si in binarySearch() 114 return ~(start + 1); // insert s after *si in binarySearch() 385 temp.insert(0, (char16_t)(0x30 + count % 10)); in fixLabel() 388 temp.insert(0, (char16_t)(0x30 + count)); in fixLabel()
|
H A D | rbt_pars.cpp | 999 idBlockResult.insert(0, END_OF_RULE); in parseRules() 1000 idBlockResult.insert(0, id->canonID); in parseRules()
|
H A D | translit.cpp | 245 * insert new text into the buffer. As a result, it only performs 755 variant.insert(0, VARIANT_SEP); in getDisplayName() 1178 rulesSource.insert(0, UNICODE_STRING_SIMPLE("::")); in toRules()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir.cpp | 141 refVal->uses.insert(this); in set() 1189 calls.insert(&main->call); in Program()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | bytecode-analysis.cc | 723 end_to_header_.insert({loop_end, loop_header}); in PushLoop() 724 auto it = header_to_info_.insert( in PushLoop() 727 // Get the loop info pointer from the output of insert. in PushLoop()
|