Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp129 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 DARC.td24 let InstructionSet = ARCInstrInfo;
/freebsd-12.1/contrib/llvm/lib/Target/Lanai/
H A DLanai.td45 let InstructionSet = LanaiInstrInfo;
/freebsd-12.1/contrib/llvm/lib/Target/XCore/
H A DXCore.td46 let InstructionSet = XCoreInstrInfo;
/freebsd-12.1/contrib/llvm/lib/Target/AVR/
H A DAVR.td75 let InstructionSet = AVRInstrInfo;
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZ.td76 let InstructionSet = SystemZInstrInfo;
/freebsd-12.1/contrib/llvm/lib/Target/BPF/
H A DBPF.td52 let InstructionSet = BPFInstrInfo;
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DR600.td18 let InstructionSet = R600InstrInfo;
H A DAMDGPU.td666 let InstructionSet = AMDGPUInstrInfo;
/freebsd-12.1/contrib/llvm/lib/Target/MSP430/
H A DMSP430.td89 let InstructionSet = MSP430InstrInfo;
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssembly.td101 let InstructionSet = WebAssemblyInstrInfo;
/freebsd-12.1/contrib/llvm/lib/Target/RISCV/
H A DRISCV.td102 let InstructionSet = RISCVInstrInfo;
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTX.td107 let InstructionSet = NVPTXInstrInfo;
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DVectorUtils.cpp341 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 DSparc.td180 let InstructionSet = SparcInstrInfo;
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMips.td254 let InstructionSet = MipsInstrInfo;
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagon.td387 let InstructionSet = HexagonInstrInfo;
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPC.td475 let InstructionSet = PPCInstrInfo;
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64.td761 let InstructionSet = AArch64InstrInfo;
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARM.td1134 let InstructionSet = ARMInstrInfo;
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86.td1273 let InstructionSet = X86InstrInfo;
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTarget.td1392 // InstructionSet - Instruction set description for this target.
1393 InstrInfo InstructionSet;