HomeSort by relevance Sort by last modified time
    Searched defs:InstructionSet (Results 1 - 4 of 4) sorted by null

  /art/runtime/arch/
instruction_set.h 27 enum InstructionSet {
37 std::ostream& operator<<(std::ostream& os, const InstructionSet& rhs);
40 static constexpr InstructionSet kRuntimeISA = kArm;
42 static constexpr InstructionSet kRuntimeISA = kArm64;
44 static constexpr InstructionSet kRuntimeISA = kMips;
46 static constexpr InstructionSet kRuntimeISA = kMips64;
48 static constexpr InstructionSet kRuntimeISA = kX86;
50 static constexpr InstructionSet kRuntimeISA = kX86_64;
52 static constexpr InstructionSet kRuntimeISA = kNone;
78 const char* GetInstructionSetString(InstructionSet isa)
    [all...]
  /external/llvm/lib/Analysis/
VectorUtils.cpp 454 SmallPtrSet<Instruction *, 4> InstructionSet;
461 InstructionSet.insert(&I);
509 !InstructionSet.count(I))
  /external/llvm/lib/Transforms/Scalar/
LoopDistribute.cpp 69 typedef SmallPtrSet<Instruction *, 8> InstructionSet;
84 InstructionSet::iterator begin() { return Set.begin(); }
85 InstructionSet::iterator end() { return Set.end(); }
86 InstructionSet::const_iterator begin() const { return Set.begin(); }
87 InstructionSet::const_iterator end() const { return Set.end(); }
195 InstructionSet Set;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
mce.h 315 ULONGLONG InstructionSet:1;
346 ULONGLONG InstructionSet:1;
386 ULONGLONG InstructionSet:1;
425 ULONGLONG InstructionSet:1;
452 ULONGLONG InstructionSet:1;
497 ULONGLONG InstructionSet:1;
536 ULONGLONG InstructionSet:1;

Completed in 79 milliseconds