Searched refs:InstructionSet (Results 1 - 18 of 18) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
H A DJitManager.h91 /// @brief Subclass of InstructionSet that allows users to override
96 class JitInstructionSet : public InstructionSet
125 bool AVX2(void) { return bForceAVX ? 0 : InstructionSet::AVX2(); }
126 bool AVX512F(void) { return (bForceAVX | bForceAVX2) ? 0 : InstructionSet::AVX512F(); }
127 bool BMI2(void) { return bForceAVX ? 0 : InstructionSet::BMI2(); }
/external/vixl/benchmarks/aarch32/
H A Dbench-branch-link-masm.cc45 void benchmark(int iterations, InstructionSet isa) {
H A Dbench-branch-masm.cc44 void benchmark(int iterations, InstructionSet isa) {
H A Dbench-dataop.cc44 void benchmark(unsigned instructions, InstructionSet isa) {
/external/vixl/src/aarch32/
H A Dlabel-aarch32.h75 InstructionSet isa)
114 InstructionSet isa_;
171 void Bind(Offset offset, InstructionSet isa) {
223 InstructionSet isa,
291 InstructionSet isa_;
H A Dconstants-aarch32.h41 enum InstructionSet { A32, T32 }; enum in namespace:vixl::aarch32
43 const InstructionSet kDefaultISA = T32;
45 const InstructionSet kDefaultISA = A32;
H A Dassembler-aarch32.h39 InstructionSet isa_;
98 explicit Assembler(InstructionSet isa = kDefaultISA)
114 explicit Assembler(size_t capacity, InstructionSet isa = kDefaultISA)
128 Assembler(byte* buffer, size_t capacity, InstructionSet isa = kDefaultISA)
144 void UseInstructionSet(InstructionSet isa) {
158 InstructionSet GetInstructionSetInUse() const { return A32; }
160 InstructionSet GetInstructionSetInUse() const { return T32; }
162 InstructionSet GetInstructionSetInUse() const { return isa_; }
H A Dmacro-assembler-aarch32.h478 explicit MacroAssembler(InstructionSet isa = kDefaultISA)
494 explicit MacroAssembler(size_t size, InstructionSet isa = kDefaultISA)
507 MacroAssembler(byte* buffer, size_t size, InstructionSet isa = kDefaultISA)
/external/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp83 typedef SmallPtrSet<Instruction *, 8> InstructionSet; typedef in class:__anon13486::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/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/Analysis/
H A DVectorUtils.cpp321 SmallPtrSet<Instruction *, 4> InstructionSet; local
328 InstructionSet.insert(&I);
377 !InstructionSet.count(I))
/external/vixl/test/aarch32/
H A Dtest-assembler-aarch32.cc45 void Test##Name##Impl(InstructionSet isa __attribute__((unused)))
49 void Test##Name##Impl(InstructionSet isa); \
52 void Test##Name##Impl(InstructionSet isa __attribute__((unused)))
57 void Test##Name##Impl(InstructionSet isa __attribute__((unused)))
61 void Test##Name##Impl(InstructionSet isa); \
64 void Test##Name##Impl(InstructionSet isa __attribute__((unused)))
75 void Test##Name##Impl(InstructionSet isa); \
83 void Test##Name##Impl(InstructionSet isa __attribute__((unused)))
1241 void EmitReusedLoadLiteralStressTest(InstructionSet isa, bool conditional) {
1604 void EmitLdrdLiteralStressTest(InstructionSet is
[all...]
/external/swiftshader/third_party/subzero/src/
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
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 DIceTargetLoweringX86BaseImpl.h395 (Traits::InstructionSet::End - Traits::InstructionSet::Begin) ==
398 "Traits::InstructionSet range different from TargetInstructionSet");
401 InstructionSet = static_cast<InstructionSetEnum>(
404 Traits::InstructionSet::Begin);
2116 Ty == IceType_v8i16 || InstructionSet >= Traits::SSE4_1;
3255 (InstructionSet >= Traits::SSE4_1 && Ty != IceType_v4f32);
3929 InstructionSet >= Traits::SSE4_1) {
4619 assert(InstructionSet >= Traits::SSE4_1);
6302 if (InstructionSet < Trait
[all...]
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 DIceTargetLoweringARM32.cpp239 InstructionSet = static_cast<ARM32InstructionSet>(

Completed in 2616 milliseconds