| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | LoopDistribute.cpp | 128 using InstructionSet = SmallPtrSet<Instruction *, 8>; typedef in __anon51f880570111::InstPartition 143 InstructionSet::iterator begin() { return Set.begin(); } in begin() 144 InstructionSet::iterator end() { return Set.end(); } in end() 145 InstructionSet::const_iterator begin() const { return Set.begin(); } in begin() 146 InstructionSet::const_iterator end() const { return Set.end(); } in end() 254 InstructionSet Set;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/ |
| H A D | ARC.td | 23 let InstructionSet = ARCInstrInfo;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/ |
| H A D | CSKY.td | 41 let InstructionSet = CSKYInstrInfo;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/ |
| H A D | Lanai.td | 44 let InstructionSet = LanaiInstrInfo;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/ |
| H A D | XCore.td | 45 let InstructionSet = XCoreInstrInfo;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/ |
| H A D | AVR.td | 74 let InstructionSet = AVRInstrInfo;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | R600.td | 17 let InstructionSet = R600InstrInfo;
|
| H A D | AMDGPU.td | 1155 let InstructionSet = AMDGPUInstrInfo;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
| H A D | BPF.td | 52 let InstructionSet = BPFInstrInfo;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/ |
| H A D | VE.td | 63 let InstructionSet = VEInstrInfo;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZ.td | 89 let InstructionSet = SystemZInstrInfo;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/ |
| H A D | MSP430.td | 88 let InstructionSet = MSP430InstrInfo;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssembly.td | 119 let InstructionSet = WebAssemblyInstrInfo;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
| H A D | M68k.td | 123 let InstructionSet = M68kInstrInfo;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
| H A D | NVPTX.td | 122 let InstructionSet = NVPTXInstrInfo;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | VectorUtils.cpp | 495 SmallPtrSet<Instruction *, 4> InstructionSet; in computeMinimumValueSizes() local 502 InstructionSet.insert(&I); in computeMinimumValueSizes() 551 !InstructionSet.count(I)) in computeMinimumValueSizes()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/ |
| H A D | Sparc.td | 179 let InstructionSet = SparcInstrInfo;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
| H A D | RISCV.td | 294 let InstructionSet = RISCVInstrInfo;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | Mips.td | 271 let InstructionSet = MipsInstrInfo;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | Hexagon.td | 437 let InstructionSet = HexagonInstrInfo;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPC.td | 635 let InstructionSet = PPCInstrInfo;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64.td | 1261 let InstructionSet = AArch64InstrInfo;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARM.td | 1413 let InstructionSet = ARMInstrInfo;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/ |
| H A D | Target.td | 1529 // InstructionSet - Instruction set description for this target. 1530 InstrInfo InstructionSet;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86.td | 1497 let InstructionSet = X86InstrInfo;
|