Searched defs:InstructionSet (Results 1 – 5 of 5) sorted by relevance
60 InstructionSetX86 InstructionSet = InstructionSetX86::Begin; variable
68 using InstructionSet = std::set<Instr *, std::less<Instr *>, Allocator<Instr *>>; variable
129 using InstructionSet = SmallPtrSet<Instruction *, 8>; typedef in __anon447279370111::InstPartition
380 SmallPtrSet<Instruction *, 4> InstructionSet; in computeMinimumValueSizes() local
41 enum InstructionSet { A32, T32 }; enum