| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopDistribute.cpp | 128 using InstructionSet = SmallPtrSet<Instruction *, 8>; typedef in __anonc25583c00111::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;
|
| H A D | MergeICmps.cpp | 204 typedef SmallDenseSet<const Instruction *, 8> InstructionSet; typedef in __anonb8d42ef30111::BCECmpBlock 206 BCECmpBlock(BCECmp Cmp, BasicBlock *BB, InstructionSet BlockInsts) in BCECmpBlock() 234 InstructionSet BlockInsts; 374 BCECmpBlock::InstructionSet BlockInsts( in visitCmpBlock()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARC.td | 35 let InstructionSet = ARCInstrInfo;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKY.td | 41 let InstructionSet = CSKYInstrInfo;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | Lanai.td | 44 let InstructionSet = LanaiInstrInfo;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCore.td | 45 let InstructionSet = XCoreInstrInfo;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVR.td | 74 let InstructionSet = AVRInstrInfo;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600.td | 17 let InstructionSet = R600InstrInfo;
|
| H A D | AMDGPU.td | 1194 let InstructionSet = AMDGPUInstrInfo;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPF.td | 52 let InstructionSet = BPFInstrInfo;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZ.td | 89 let InstructionSet = SystemZInstrInfo;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VE.td | 63 let InstructionSet = VEInstrInfo;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430.td | 88 let InstructionSet = MSP430InstrInfo;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68k.td | 124 let InstructionSet = M68kInstrInfo;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssembly.td | 119 let InstructionSet = WebAssemblyInstrInfo;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTX.td | 122 let InstructionSet = NVPTXInstrInfo;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | VectorUtils.cpp | 505 SmallPtrSet<Instruction *, 4> InstructionSet; in computeMinimumValueSizes() local 512 InstructionSet.insert(&I); in computeMinimumValueSizes() 561 !InstructionSet.count(I)) in computeMinimumValueSizes()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | Sparc.td | 179 let InstructionSet = SparcInstrInfo;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCV.td | 294 let InstructionSet = RISCVInstrInfo;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | Mips.td | 271 let InstructionSet = MipsInstrInfo;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | Hexagon.td | 437 let InstructionSet = HexagonInstrInfo;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPC.td | 644 let InstructionSet = PPCInstrInfo;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64.td | 1279 let InstructionSet = AArch64InstrInfo;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARM.td | 1412 let InstructionSet = ARMInstrInfo;
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | Target.td | 1542 // InstructionSet - Instruction set description for this target. 1543 InstrInfo InstructionSet;
|