| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | LoopDistribute.cpp | 129 using InstructionSet = SmallPtrSet<Instruction *, 8>; typedef in __anonfcfe86310111::InstPartition 144 InstructionSet::iterator begin() { return Set.begin(); } in begin() 145 InstructionSet::iterator end() { return Set.end(); } in end() 146 InstructionSet::const_iterator begin() const { return Set.begin(); } in begin() 147 InstructionSet::const_iterator end() const { return Set.end(); } in end() 255 InstructionSet Set;
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARC/ |
| H A D | ARC.td | 24 let InstructionSet = ARCInstrInfo;
|
| /freebsd-12.1/contrib/llvm/lib/Target/Lanai/ |
| H A D | Lanai.td | 45 let InstructionSet = LanaiInstrInfo;
|
| /freebsd-12.1/contrib/llvm/lib/Target/XCore/ |
| H A D | XCore.td | 46 let InstructionSet = XCoreInstrInfo;
|
| /freebsd-12.1/contrib/llvm/lib/Target/AVR/ |
| H A D | AVR.td | 75 let InstructionSet = AVRInstrInfo;
|
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/ |
| H A D | SystemZ.td | 76 let InstructionSet = SystemZInstrInfo;
|
| /freebsd-12.1/contrib/llvm/lib/Target/BPF/ |
| H A D | BPF.td | 52 let InstructionSet = BPFInstrInfo;
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | R600.td | 18 let InstructionSet = R600InstrInfo;
|
| H A D | AMDGPU.td | 666 let InstructionSet = AMDGPUInstrInfo;
|
| /freebsd-12.1/contrib/llvm/lib/Target/MSP430/ |
| H A D | MSP430.td | 89 let InstructionSet = MSP430InstrInfo;
|
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssembly.td | 101 let InstructionSet = WebAssemblyInstrInfo;
|
| /freebsd-12.1/contrib/llvm/lib/Target/RISCV/ |
| H A D | RISCV.td | 102 let InstructionSet = RISCVInstrInfo;
|
| /freebsd-12.1/contrib/llvm/lib/Target/NVPTX/ |
| H A D | NVPTX.td | 107 let InstructionSet = NVPTXInstrInfo;
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | VectorUtils.cpp | 341 SmallPtrSet<Instruction *, 4> InstructionSet; in computeMinimumValueSizes() local 348 InstructionSet.insert(&I); in computeMinimumValueSizes() 397 !InstructionSet.count(I)) in computeMinimumValueSizes()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Sparc/ |
| H A D | Sparc.td | 180 let InstructionSet = SparcInstrInfo;
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | Mips.td | 254 let InstructionSet = MipsInstrInfo;
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | Hexagon.td | 387 let InstructionSet = HexagonInstrInfo;
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPC.td | 475 let InstructionSet = PPCInstrInfo;
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64.td | 761 let InstructionSet = AArch64InstrInfo;
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARM.td | 1134 let InstructionSet = ARMInstrInfo;
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86.td | 1273 let InstructionSet = X86InstrInfo;
|
| /freebsd-12.1/contrib/llvm/include/llvm/Target/ |
| H A D | Target.td | 1392 // InstructionSet - Instruction set description for this target. 1393 InstrInfo InstructionSet;
|