Home
last modified time | relevance | path

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

123

/netbsd-src/external/apache2/llvm/dist/llvm/lib/FuzzMutate/
H A DIRMutator.cpp35 void IRMutationStrategy::mutate(Module &M, RandomIRBuilder &IB) { in mutate() argument
39 auto RS = makeSampler<Function *>(IB.Rand); in mutate()
43 mutate(*RS.getSelection(), IB); in mutate()
46 void IRMutationStrategy::mutate(Function &F, RandomIRBuilder &IB) { in mutate() argument
47 mutate(*makeSampler(IB.Rand, make_pointer_range(F)).getSelection(), IB); in mutate()
50 void IRMutationStrategy::mutate(BasicBlock &BB, RandomIRBuilder &IB) { in mutate() argument
51 mutate(*makeSampler(IB.Rand, make_pointer_range(BB)).getSelection(), IB); in mutate()
59 RandomIRBuilder IB(Seed, Types); in mutateModule() local
61 auto RS = makeSampler<IRMutationStrategy *>(IB.Rand); in mutateModule()
67 Strategy->mutate(M, IB); in mutateModule()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/FuzzMutate/
H A DIRMutator.h48 virtual void mutate(Module &M, RandomIRBuilder &IB);
49 virtual void mutate(Function &F, RandomIRBuilder &IB);
50 virtual void mutate(BasicBlock &BB, RandomIRBuilder &IB);
51 virtual void mutate(Instruction &I, RandomIRBuilder &IB) { in mutate() argument
78 RandomIRBuilder &IB);
91 void mutate(Function &F, RandomIRBuilder &IB) override;
92 void mutate(BasicBlock &BB, RandomIRBuilder &IB) override;
101 void mutate(Function &F, RandomIRBuilder &IB) override;
102 void mutate(Instruction &Inst, RandomIRBuilder &IB) override;
113 void mutate(Instruction &Inst, RandomIRBuilder &IB) override;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkRunner.cpp154 ClearBenchmarkOnReturn(InstructionBenchmark *IB) : IB(IB) {} in runConfiguration()
157 IB->Measurements.clear(); in runConfiguration()
162 InstructionBenchmark *const IB; in runConfiguration() member
H A DClustering.cpp243 explicit OpcodeAndConfig(const InstructionBenchmark &IB) in stabilize()
244 : Opcode(IB.keyInstruction().getOpcode()), Config(&IB.Key.Config) {} in stabilize()
H A DSnippetGenerator.cpp193 InstructionTemplate &IB) { in setRegisterOperandValue() argument
196 auto &AssignedValue = IB.getValueFor(*ROV.Op); in setRegisterOperandValue()
/netbsd-src/distrib/hp300/
H A DMakefile9 release: check_RELEASEDIR .WAIT HP-IB.geometry
10 ${RELEASE_INSTALL} ${.CURDIR}/HP-IB.geometry \
H A DHP-IB.geometry1 $NetBSD: HP-IB.geometry,v 1.1 1995/11/17 07:42:29 thorpej Exp $
3 This file lists disk geometry for several types of HP-IB disks. These
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroCleanup.cpp59 for (auto IB = inst_begin(F), E = inst_end(F); IB != E;) { in lowerRemainingCoroIntrinsics() local
60 Instruction &I = *IB++; in lowerRemainingCoroIntrinsics()
H A DCoroEarly.cpp152 for (auto IB = inst_begin(F), IE = inst_end(F); IB != IE;) { in lowerEarlyIntrinsics() local
153 Instruction &I = *IB++; in lowerEarlyIntrinsics()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dstreamer-hooks.h74 #define stream_read_tree(IB, DATA_IN) \ argument
75 streamer_hooks.read_tree (IB, DATA_IN)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dstreamer-hooks.h74 #define stream_read_tree(IB, DATA_IN) \ argument
75 streamer_hooks.read_tree (IB, DATA_IN)
/netbsd-src/sys/arch/hp300/conf/
H A DINSTALL246 # HP-IB devices
247 nhpib* at intio? # internal HP-IB
248 nhpib0 at dio? scode 7 # 98624A HP-IB
251 fhpib* at dio? scode ? # 98625A/98625B HP-IB
257 rd* at hpibbus? slave ? punit ? # HP-IB disks
258 ct* at hpibbus? slave ? punit ? # HP-IB cartridge tapes
259 mt* at hpibbus? slave ? punit ? # HP-IB 9-track tape
260 #ppi0 at hpibbus0 slave 5 punit 0 # HP-IB plotter
H A DGENERIC252 # HP-IB devices
253 nhpib* at intio? # internal HP-IB
254 nhpib0 at dio? scode 7 # 98624A HP-IB
257 fhpib* at dio? scode ? # 98625A/98625B HP-IB
263 rd* at hpibbus? slave ? punit ? # HP-IB disks
264 ct* at hpibbus? slave ? punit ? # HP-IB cartridge tapes
265 mt* at hpibbus? slave ? punit ? # HP-IB 9-track tape
266 ppi0 at hpibbus0 slave 5 punit 0 # HP-IB plotter
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp350 for (SuperRegClassIterator IB(RCB, this, true); IB.isValid(); ++IB) { in getCommonSuperRegClass() local
353 firstCommonClass(IA.getMask(), IB.getMask(), this); in getCommonSuperRegClass()
358 unsigned FinalB = composeSubRegIndices(IB.getSubReg(), SubB); in getCommonSuperRegClass()
369 *BestPreB = IB.getSubReg(); in getCommonSuperRegClass()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp316 uint64_t Size, InitializerBuilder &IB);
359 InitializerBuilder &IB) { in collectInitializers() argument
391 if (!IB.addStore(*Offset, NextStore, DL)) in collectInitializers()
408 if (!IB.addMemSet(*Offset, MSI)) in collectInitializers()
439 InitializerBuilder IB(Size, DL, Ptr, SetTagFunc, SetTagZeroFunc, StgpFunc); in tagAlloca() local
447 InsertBefore = collectInitializers(InsertBefore, Ptr, Size, IB); in tagAlloca()
451 IB.generate(IRB); in tagAlloca()
/netbsd-src/sys/arch/hp300/dev/
H A Ddiodevs48 device FHPIB 0x08 1 98625A/98625B HP-IB
49 device NHPIB 0x01 1 98624A HP-IB
50 device IHPIB 0x00 1 internal HP-IB
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lipo/
H A Dllvm-lipo.cpp446 for (auto &IB : InputBinaries) { in printInfo() local
447 const Binary *Binary = IB.getBinary(); in printInfo()
454 for (auto &IB : InputBinaries) { in printInfo() local
455 const Binary *Binary = IB.getBinary(); in printInfo()
558 for (auto &IB : InputBinaries) { in buildSlices() local
559 const Binary *InputBinary = IB.getBinary(); in buildSlices()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp509 int IB = PathB.size() - 1; in getLeastCommonType() local
512 while (IA >= 0 && IB >= 0) { in getLeastCommonType()
513 if (PathA[IA] == PathB[IB]) in getLeastCommonType()
518 --IB; in getLeastCommonType()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm-ldmstm.ml32 type amode = IA | IB | DA | DB Constructor
41 | IB -> "ib"
47 | IB -> "ib"
54 | IB -> 4
61 | IB -> nregs * 4
309 let addrmodes = [ IA; IB; DA; DB ] in
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm-ldmstm.ml32 type amode = IA | IB | DA | DB Constructor
41 | IB -> "ib"
47 | IB -> "ib"
54 | IB -> 4
61 | IB -> nregs * 4
309 let addrmodes = [ IA; IB; DA; DB ] in
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dgemini-nas4220b.dts3 * Device Tree file for the Gemini-based Raidsonic NAS IB-4220-B
12 model = "Raidsonic NAS IB-4220-B";
/netbsd-src/external/mpl/mozilla-certdata/share/certs/
H A DCOMODO_Certification_Authority.pem23 BA6+C4OmF4O5MBKgxTMVBbkN+8cFduPYSo38NBejxiEovjBFMR7HeL5YYTisO+IB
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp68 IRBuilder<> IB(EntryBlock); in addHelperAndWrapper() local
75 auto *HelperResult = IB.CreateCall(HelperFn, HelperArgs); in addHelperAndWrapper()
77 IB.CreateRetVoid(); in addHelperAndWrapper()
79 IB.CreateRet(HelperResult); in addHelperAndWrapper()
489 IRBuilder<> IB(EntryBlock); in operator ()() local
491 IB.CreateCall(KV.first); in operator ()()
492 IB.CreateRetVoid(); in operator ()()
/netbsd-src/sys/arch/hp300/DOC/
H A DTODO.dev12 6. HP-IB (SCSI?) improvement: attempt to get more activity on a single
/netbsd-src/sys/arch/hp300/stand/inst/
H A Dversion4 1.2: Added support for HP-IB cartridge tapes

123