Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp128 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 DMergeICmps.cpp204 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 DARC.td35 let InstructionSet = ARCInstrInfo;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKY.td41 let InstructionSet = CSKYInstrInfo;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanai.td44 let InstructionSet = LanaiInstrInfo;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCore.td45 let InstructionSet = XCoreInstrInfo;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVR.td74 let InstructionSet = AVRInstrInfo;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600.td17 let InstructionSet = R600InstrInfo;
H A DAMDGPU.td1194 let InstructionSet = AMDGPUInstrInfo;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPF.td52 let InstructionSet = BPFInstrInfo;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZ.td89 let InstructionSet = SystemZInstrInfo;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/
H A DVE.td63 let InstructionSet = VEInstrInfo;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430.td88 let InstructionSet = MSP430InstrInfo;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68k.td124 let InstructionSet = M68kInstrInfo;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssembly.td119 let InstructionSet = WebAssemblyInstrInfo;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTX.td122 let InstructionSet = NVPTXInstrInfo;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp505 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 DSparc.td179 let InstructionSet = SparcInstrInfo;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCV.td294 let InstructionSet = RISCVInstrInfo;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips.td271 let InstructionSet = MipsInstrInfo;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagon.td437 let InstructionSet = HexagonInstrInfo;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPC.td644 let InstructionSet = PPCInstrInfo;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64.td1279 let InstructionSet = AArch64InstrInfo;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARM.td1412 let InstructionSet = ARMInstrInfo;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td1542 // InstructionSet - Instruction set description for this target.
1543 InstrInfo InstructionSet;

12