HomeSort by relevance Sort by last modified time
    Searched refs:Atom (Results 1 - 25 of 103) sorted by null

1 2 3 4 5

  /external/swiftshader/third_party/LLVM/lib/MC/
MCModule.cpp 23 // Create the new atom and add it to our maps.
30 // remap - Update the interval mapping for an atom.
31 void MCModule::remap(MCAtom *Atom, uint64_t NewBegin, uint64_t NewEnd) {
33 IntervalMap<uint64_t, MCAtom*>::iterator I = OffsetMap.find(Atom->Begin);
34 assert(I.valid() && "Atom offset not found in module!");
35 assert(*I == Atom && "Previous atom mapping was invalid!");
39 OffsetMap.insert(NewBegin, NewEnd, Atom);
41 // Update the atom internal bounds.
42 Atom->Begin = NewBegin
    [all...]
  /external/perfetto/src/trace_processor/
ftrace_utils.cc 71 state_ |= Atom::kInterruptibleSleep;
73 state_ |= Atom::kUninterruptibleSleep;
75 state_ |= Atom::kStopped;
77 state_ |= Atom::kTraced;
79 state_ |= Atom::kExitDead;
81 state_ |= Atom::kExitZombie;
83 state_ |= Atom::kTaskDead;
85 state_ |= Atom::kWakeKill;
87 state_ |= Atom::kWaking;
89 state_ |= Atom::kParked
    [all...]
ftrace_utils.h 39 enum Atom : uint16_t {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
AccelTable.h 225 /// An Atom defines the form of the data in an Apple accelerator table.
228 struct Atom {
229 /// Atom Type.
234 constexpr Atom(uint16_t Type, uint16_t Form) : Type(Type), Form(Form) {}
242 // static constexpr Atom Atoms[];
299 ArrayRef<AppleAccelTableData::Atom> Atoms);
332 static constexpr Atom Atoms[] = {
333 Atom(dwarf::DW_ATOM_die_offset, dwarf::DW_FORM_data4)};
336 static const SmallVector<Atom, 4> Atoms;
357 static constexpr Atom Atoms[] =
    [all...]
  /build/make/core/combo/arch/x86/
atom.mk 2 # 'x86-atom' arch variant. This is an extension of the 'x86' base variant
3 # that adds Atom-specific features.
9 ARCH_X86_HAVE_POPCNT := false # popcnt is not supported by current Atom CPUs
x86_64.mk 8 ARCH_X86_HAVE_MOVBE := false # Only supported on Atom.