Home
last modified time | relevance | path

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

123

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp127 using InstructionSet = SmallPtrSet<Instruction *, 8>; typedef in __anon4e01e93c0111::InstPartition
142 InstructionSet::iterator begin() { return Set.begin(); } in begin()
143 InstructionSet::iterator end() { return Set.end(); } in end()
144 InstructionSet::const_iterator begin() const { return Set.begin(); } in begin()
145 InstructionSet::const_iterator end() const { return Set.end(); } in end()
253 InstructionSet Set;
/llvm-project-15.0.7/llvm/test/TableGen/
H A DAliasAsmString.td8 let InstructionSet = ArchInstrInfo;
H A Ddag-isel-res-order.td8 let InstructionSet = TestTargetInstrInfo;
H A DInsufficientPositionalOperands.td11 let InstructionSet = ArchInstrInfo;
H A DRegisterEncoder.td10 let InstructionSet = ArchInstrInfo;
H A DAsmPredicateCondsEmission.td12 let InstructionSet = archInstrInfo;
H A DAsmWriterPCRelOp.td8 let InstructionSet = ArchInstrInfo;
H A Dpseudo-inst-expansion.td8 let InstructionSet = TestTargetInstrInfo;
H A DAsmVariant.td20 let InstructionSet = ArchInstrInfo;
H A Dtrydecode-emission3.td8 let InstructionSet = archInstrInfo;
H A DRelTest.td16 let InstructionSet = SimpleInstrInfo;
H A Ddag-isel-regclass-emit-enum.td8 let InstructionSet = TestTargetInstrInfo;
H A DHwModeSelect.td15 let InstructionSet = TestTargetInstrInfo;
H A DMnemonicAlias.td8 let InstructionSet = ArchInstrInfo;
H A Ddag-isel-complexpattern.td8 let InstructionSet = TestTargetInstrInfo;
/llvm-project-15.0.7/llvm/lib/Target/ARC/
H A DARC.td35 let InstructionSet = ARCInstrInfo;
/llvm-project-15.0.7/llvm/test/TableGen/FixedLenDecoderEmitter/
H A Dconflict.td7 def MyTarget : Target { let InstructionSet = MyTargetISA; }
H A DInitValue.td8 let InstructionSet = archInstrInfo;
/llvm-project-15.0.7/llvm/lib/Target/XCore/
H A DXCore.td45 let InstructionSet = XCoreInstrInfo;
/llvm-project-15.0.7/llvm/lib/Target/Lanai/
H A DLanai.td44 let InstructionSet = LanaiInstrInfo;
/llvm-project-15.0.7/llvm/test/TableGen/Common/
H A DGlobalISelEmitterCommon.td3 def MyTarget : Target { let InstructionSet = MyTargetISA; }
/llvm-project-15.0.7/llvm/lib/Target/DirectX/
H A DDirectX.td51 let InstructionSet = DirectXInstrInfo;
/llvm-project-15.0.7/llvm/lib/Target/AVR/
H A DAVR.td74 let InstructionSet = AVRInstrInfo;
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRV.td41 let InstructionSet = SPIRVInstrInfo;
/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBPF.td52 let InstructionSet = BPFInstrInfo;

123