Home
last modified time | relevance | path

Searched refs:InstructionSet (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp128 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 DARC.td23 let InstructionSet = ARCInstrInfo;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/
H A DCSKY.td41 let InstructionSet = CSKYInstrInfo;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanai.td44 let InstructionSet = LanaiInstrInfo;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCore.td45 let InstructionSet = XCoreInstrInfo;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVR.td74 let InstructionSet = AVRInstrInfo;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600.td17 let InstructionSet = R600InstrInfo;
H A DAMDGPU.td1155 let InstructionSet = AMDGPUInstrInfo;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPF.td52 let InstructionSet = BPFInstrInfo;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVE.td63 let InstructionSet = VEInstrInfo;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZ.td89 let InstructionSet = SystemZInstrInfo;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430.td88 let InstructionSet = MSP430InstrInfo;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssembly.td119 let InstructionSet = WebAssemblyInstrInfo;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68k.td123 let InstructionSet = M68kInstrInfo;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTX.td122 let InstructionSet = NVPTXInstrInfo;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DVectorUtils.cpp495 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 DSparc.td179 let InstructionSet = SparcInstrInfo;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCV.td294 let InstructionSet = RISCVInstrInfo;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMips.td271 let InstructionSet = MipsInstrInfo;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagon.td437 let InstructionSet = HexagonInstrInfo;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPC.td635 let InstructionSet = PPCInstrInfo;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64.td1261 let InstructionSet = AArch64InstrInfo;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARM.td1413 let InstructionSet = ARMInstrInfo;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTarget.td1529 // InstructionSet - Instruction set description for this target.
1530 InstrInfo InstructionSet;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86.td1497 let InstructionSet = X86InstrInfo;