Home
last modified time | relevance | path

Searched refs:IB (Results 1 - 25 of 32) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/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(See in mutateModule()
79 mutate(Function &F, RandomIRBuilder &IB) mutate() argument
96 chooseOperation(Value *Src, RandomIRBuilder &IB) chooseOperation() argument
106 mutate(BasicBlock &BB, RandomIRBuilder &IB) mutate() argument
153 mutate(Function &F, RandomIRBuilder &IB) mutate() argument
172 mutate(Instruction &Inst, RandomIRBuilder &IB) mutate() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/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;
/third_party/ffmpeg/libavutil/
H A Dcast5.c31 #define IB(x) (((x) >> 16) & 0xff) macro
40 f = ((S1[IA(I)] + S2[IB(I)]) ^ S3[IC(I)]) - S4[ID(I)]; \
47 f = ((S1[IA(I)] - S2[IB(I)]) + S3[IC(I)]) ^ S4[ID(I)]; \
54 f = ((S1[IA(I)] ^ S2[IB(I)]) - S3[IC(I)]) + S4[ID(I)]; \
60 z[0] = x[0] ^ S5[IB(x[3])] ^ S6[ID(x[3])] ^ S7[IA(x[3])] ^ S8[IC(x[3])] ^ S7[IA(x[2])]; \
61 z[1] = x[2] ^ S5[IA(z[0])] ^ S6[IC(z[0])] ^ S7[IB(z[0])] ^ S8[ID(z[0])] ^ S8[IC(x[2])]; \
62 z[2] = x[3] ^ S5[ID(z[1])] ^ S6[IC(z[1])] ^ S7[IB(z[1])] ^ S8[IA(z[1])] ^ S5[IB(x[2])]; \
63 z[3] = x[1] ^ S5[IC(z[2])] ^ S6[IB(z[2])] ^ S7[ID(z[2])] ^ S8[IA(z[2])] ^ S6[ID(x[2])]; \
68 x[0] = z[2] ^ S5[IB(
[all...]
/third_party/musl/src/malloc/mallocng/
H A Drealloc.c16 unsigned char *end = start + stride - IB; in realloc()
32 size_t needed = (n + base + UNIT + IB + 4095) & -4096; in realloc()
39 end = g->mem->storage + (needed - UNIT) - IB; in realloc()
H A Dmeta.h15 #define IB 4 macro
214 size_t slack = (stride-IB-n)/UNIT; in enframe()
216 unsigned char *end = p+stride-IB; in enframe()
246 n = (n+IB-1)>>4; in size_to_class()
H A Dmalloc.c308 req += IB + UNIT; in alloc_group()
330 int j = size_to_class(UNIT+cnt*size-IB); in alloc_group()
331 int idx = alloc_slot(j, UNIT+cnt*size-IB); in alloc_group()
337 p = enframe(g, idx, UNIT*size_classes[j]-IB, ctx.mmap_counter); in alloc_group()
379 size_t needed = n + IB + UNIT; in malloc()
H A Dmalloc_usable_size.c22 unsigned char *end = start + stride - IB; in malloc_usable_size()
H A Daligned_alloc.c43 unsigned char *end = g->mem->storage + stride*(idx+1) - IB; in __libc_aligned_alloc()
H A Dfree.c109 unsigned char *end = start + stride - IB; in free()
/third_party/typescript/tests/baselines/reference/
H A DgenericTypeWithMultipleBases3.js8 interface IB<T> {
14 interface IC<T> extends IA<T>, IB<T> { }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
H A DCoroCleanup.cpp60 for (auto IB = inst_begin(F), E = inst_end(F); IB != E;) { in lowerRemainingCoroIntrinsics()
61 Instruction &I = *IB++; in lowerRemainingCoroIntrinsics()
H A DCoroEarly.cpp157 for (auto IB = inst_begin(F), IE = inst_end(F); IB != IE;) { in lowerEarlyIntrinsics()
158 Instruction &I = *IB++; in lowerEarlyIntrinsics()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp311 for (SuperRegClassIterator IB(RCB, this, true); IB.isValid(); ++IB) {
314 firstCommonClass(IA.getMask(), IB.getMask(), this);
319 unsigned FinalB = composeSubRegIndices(IB.getSubReg(), SubB);
330 *BestPreB = IB.getSubReg();
/third_party/musl/porting/linux/user/src/malloc/mallocng/
H A Dmeta.h15 #define IB 4 macro
214 size_t slack = (stride-IB-n)/UNIT; in enframe()
216 unsigned char *end = p+stride-IB; in enframe()
246 n = (n+IB-1)>>4; in size_to_class()
H A Dmalloc.c305 req += IB + UNIT; in alloc_group()
325 int j = size_to_class(UNIT+cnt*size-IB); in alloc_group()
326 int idx = alloc_slot(j, UNIT+cnt*size-IB); in alloc_group()
332 p = enframe(g, idx, UNIT*size_classes[j]-IB, ctx.mmap_counter); in alloc_group()
374 size_t needed = n + IB + UNIT; in malloc()
H A Dmalloc_usable_size.c21 unsigned char *end = start + stride - IB; in malloc_usable_size()
H A Daligned_alloc.c43 unsigned char *end = g->mem->storage + stride*(idx+1) - IB; in __libc_aligned_alloc()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp298 uint64_t Size, InitializerBuilder &IB);
336 InitializerBuilder &IB) { in collectInitializers()
368 if (!IB.addStore(*Offset, NextStore, DL)) in collectInitializers()
385 if (!IB.addMemSet(*Offset, MSI)) in collectInitializers()
414 InitializerBuilder IB(Size, DL, Ptr, SetTagFunc, SetTagZeroFunc, StgpFunc); in tagAlloca()
421 InsertBefore = collectInitializers(InsertBefore, Ptr, Size, IB); in tagAlloca()
425 IB.generate(IRB); in tagAlloca()
333 collectInitializers(Instruction *StartInst, Value *StartPtr, uint64_t Size, InitializerBuilder &IB) collectInitializers() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp508 int IB = PathB.size() - 1; in getLeastCommonType() local
511 while (IA >= 0 && IB >= 0) { in getLeastCommonType()
512 if (PathA[IA] == PathB[IB]) in getLeastCommonType()
517 --IB; in getLeastCommonType()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_formats.c130 C4(A, R8G8B8A8_UNORM, RGBA8_UNORM, R, G, B, A, UNORM, A8B8G8R8, IB),
164 F3(A, R11G11B10_FLOAT, R11G11B10_FLOAT, R, G, B, xx, FLOAT, BF10GF11RF11, IB),
288 C4(A, R32G32B32A32_FLOAT, RGBA32_FLOAT, R, G, B, A, FLOAT, R32_G32_B32_A32, IB),
301 F2(A, R32G32_FLOAT, RG32_FLOAT, R, G, xx, xx, FLOAT, R32_G32, IB),
307 F1(A, R32_FLOAT, R32_FLOAT, R, xx, xx, xx, FLOAT, R32, IB),
313 C4(A, R16G16B16A16_FLOAT, RGBA16_FLOAT, R, G, B, A, FLOAT, R16_G16_B16_A16, IB),
324 F2(A, R16G16_FLOAT, RG16_FLOAT, R, G, xx, xx, FLOAT, R16_G16, IB),
330 F1(A, R16_FLOAT, R16_FLOAT, R, xx, xx, xx, FLOAT, R16, IB),
343 F2(A, R8G8_UNORM, RG8_UNORM, R, G, xx, xx, UNORM, G8R8, IB),
352 F1(A, R8_UNORM, R8_UNORM, R, xx, xx, xx, UNORM, R8, IB),
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp678 Value *IB = Den; in expandDivRem24() local
685 Value *FB = IsSigned ? Builder.CreateSIToFP(IB,F32Ty) in expandDivRem24()
686 : Builder.CreateUIToFP(IB,F32Ty); in expandDivRem24()
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DBC_Decoder.cpp1118 const int IB; // Primary index bits per element member
1165 // IDX NS PB RB ISB CB AB EPB SPB IB IBC, IB2
1625 auto numBits = secondary ? mode.IB2 : mode.IB; in colorIndex()
1644 auto numBits = secondary ? mode.IB2 : mode.IB; in alphaIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1028 } else if (IndirectBrInst *IB = dyn_cast<IndirectBrInst>(Terminator)) { in ProcessBlock()
1030 if (IB->getNumSuccessors() == 0) return false; in ProcessBlock()
1031 Condition = IB->getAddress()->stripPointerCasts(); in ProcessBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DInstrTypes.h60 Instruction *IB = nullptr) in UnaryInstruction()
61 : Instruction(Ty, iType, &Op<0>(), 1, IB) { in UnaryInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2593 unsigned IB = B.Sym ? Asm->OutStreamer->GetSymbolOrder(B.Sym) : 0;
2599 if (IB == 0)
2601 return IA < IB;

Completed in 24 milliseconds

12