Searched defs:InstructionSet (Results 1 - 8 of 8) sorted by relevance

/external/llvm/lib/Analysis/
H A DVectorUtils.cpp321 SmallPtrSet<Instruction *, 4> InstructionSet; local
328 InstructionSet.insert(&I);
377 !InstructionSet.count(I))
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
H A Disa.hpp44 class InstructionSet class
47 InstructionSet() : CPU_Rep() {}; function in class:InstructionSet
/external/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp83 typedef SmallPtrSet<Instruction *, 8> InstructionSet; typedef in class:__anon14717::InstPartition
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;
/external/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringARM32.h47 bool hasFeature(ARM32InstructionSet I) const { return I <= InstructionSet; }
50 ARM32InstructionSet InstructionSet = ARM32InstructionSet::Begin; member in class:Ice::ARM32::TargetARM32Features
H A DIceTargetLoweringX8632Traits.h268 enum InstructionSet { enum in struct:Ice::X8632::TargetX8632Traits
H A DIceTargetLoweringX8664Traits.h293 enum InstructionSet { enum in struct:Ice::X8664::TargetX8664Traits
H A DIceTargetLoweringX86Base.h64 using InstructionSetEnum = typename Traits::InstructionSet;
241 InstructionSetEnum getInstructionSet() const { return InstructionSet; }
1081 InstructionSetEnum InstructionSet = Traits::InstructionSet::Begin; member in class:Ice::X86NAMESPACE::TargetX86Base
/external/vixl/src/aarch32/
H A Dconstants-aarch32.h41 enum InstructionSet { A32, T32 }; enum in namespace:vixl::aarch32
43 const InstructionSet kDefaultISA = T32;
45 const InstructionSet kDefaultISA = A32;

Completed in 749 milliseconds