Searched refs:EntryBuilder (Results 1 – 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/codegen/ |
D | safepoint-table.cc | 114 entries_.push_back(EntryBuilder(zone_, assembler->pc_offset_for_safepoint())); in DefineSafepoint() 139 for (const EntryBuilder& entry : entries_) { in Emit() 177 for (const EntryBuilder& entry : entries_) { in Emit() 232 for (const EntryBuilder& entry : entries_) { in Emit() 249 for (const EntryBuilder& entry : entries_) { in Emit() 276 auto is_identical_except_for_pc = [](const EntryBuilder& entry1, in RemoveDuplicates() 277 const EntryBuilder& entry2) { in RemoveDuplicates()
|
D | safepoint-table.h | 208 struct EntryBuilder { struct 214 EntryBuilder(Zone* zone, int pc) in EntryBuilder() argument 246 kBitsPerByte * sizeof(EntryBuilder::register_indexes)); in DefineTaggedRegister() 252 Safepoint(EntryBuilder* entry, SafepointTableBuilder* table) in Safepoint() 254 EntryBuilder* const entry_; 300 ZoneChunkList<EntryBuilder> entries_;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DebugLocStream.h | 71 class EntryBuilder; variable 184 class DebugLocStream::EntryBuilder { 188 EntryBuilder(ListBuilder &List, const MCSymbol *Begin, const MCSymbol *End) in EntryBuilder() function 194 ~EntryBuilder() { Locs.finalizeEntry(); } in ~EntryBuilder()
|
D | DwarfDebug.cpp | 2274 DebugLocStream::EntryBuilder Entry(List, Begin, End); in finalize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | IRTranslator.cpp | 2083 EntryBuilder->setDebugLoc(PI->getDebugLoc()); in finishPendingPhis() 2120 EntryBuilder->setDebugLoc( in translate() 2123 EntryBuilder->setDebugLoc(DebugLoc()); in translate() 2137 EntryBuilder->buildConstant(Reg, *CI); in translate() 2139 EntryBuilder->buildFConstant(Reg, *CF); in translate() 2141 EntryBuilder->buildUndef(Reg); in translate() 2149 EntryBuilder->buildCast(Reg, ZeroReg); in translate() 2151 EntryBuilder->buildGlobalValue(Reg, GV); in translate() 2163 EntryBuilder->buildBuildVector(Reg, Ops); in translate() 2173 EntryBuilder->buildBuildVector(Reg, Ops); in translate() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | IRTranslator.h | 502 std::unique_ptr<MachineIRBuilder> EntryBuilder; variable
|
/third_party/node/deps/v8/src/wasm/baseline/ |
D | liftoff-compiler.cc | 182 class EntryBuilder { class in v8::internal::wasm::__anonf94cb2b20111::DebugSideTableBuilder 184 explicit EntryBuilder(int pc_offset, int stack_height, in EntryBuilder() function in v8::internal::wasm::__anonf94cb2b20111::DebugSideTableBuilder::EntryBuilder 226 EntryBuilder* NewOOLEntry(base::Vector<DebugSideTable::Entry::Value> values) { in NewOOLEntry() 282 std::vector<EntryBuilder> entries_; 288 std::list<EntryBuilder> ool_entries_; 430 DebugSideTableBuilder::EntryBuilder* debug_sidetable_entry_builder; 437 DebugSideTableBuilder::EntryBuilder* debug_sidetable_entry_builder) { in Trap() 456 DebugSideTableBuilder::EntryBuilder* debug_sidetable_entry_builder) { in StackCheck() 474 DebugSideTableBuilder::EntryBuilder* debug_sidetable_entry_builder) { in TierupCheck() 3341 DebugSideTableBuilder::EntryBuilder* RegisterOOLDebugSideTableEntry( in RegisterOOLDebugSideTableEntry()
|