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

  /art/runtime/arch/
instruction_set.h 28 enum class InstructionSet {
39 std::ostream& operator<<(std::ostream& os, const InstructionSet& rhs);
42 static constexpr InstructionSet kRuntimeISA = InstructionSet::kArm;
44 static constexpr InstructionSet kRuntimeISA = InstructionSet::kArm64;
46 static constexpr InstructionSet kRuntimeISA = InstructionSet::kMips;
48 static constexpr InstructionSet kRuntimeISA = InstructionSet::kMips64
    [all...]
  /external/llvm/lib/Analysis/
VectorUtils.cpp 321 SmallPtrSet<Instruction *, 4> InstructionSet;
328 InstructionSet.insert(&I);
377 !InstructionSet.count(I))
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
isa.hpp 44 class InstructionSet
47 InstructionSet() : CPU_Rep() {};
  /external/llvm/lib/Transforms/Scalar/
LoopDistribute.cpp 83 typedef SmallPtrSet<Instruction *, 8> InstructionSet;
98 InstructionSet::iterator begin() { return Set.begin(); }
99 InstructionSet::iterator end() { return Set.end(); }
100 InstructionSet::const_iterator begin() const { return Set.begin(); }
101 InstructionSet::const_iterator end() const { return Set.end(); }
209 InstructionSet Set;
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringX8632Traits.h 268 enum InstructionSet {
    [all...]
IceTargetLoweringARM32.h 47 bool hasFeature(ARM32InstructionSet I) const { return I <= InstructionSet; }
50 ARM32InstructionSet InstructionSet = ARM32InstructionSet::Begin;
    [all...]
IceTargetLoweringX8664Traits.h 293 enum InstructionSet {
    [all...]
IceTargetLoweringX86Base.h 64 using InstructionSetEnum = typename Traits::InstructionSet;
241 InstructionSetEnum getInstructionSet() const { return InstructionSet; }
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Pal.h     [all...]
  /external/vixl/src/aarch32/
constants-aarch32.h 41 enum InstructionSet { A32, T32 };
43 const InstructionSet kDefaultISA = T32;
45 const InstructionSet kDefaultISA = A32;
  /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 804 milliseconds