Home
last modified time | relevance | path

Searched defs:IB (Results 1 – 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
DIRMutator.cpp35 void IRMutationStrategy::mutate(Module &M, RandomIRBuilder &IB) { in mutate()
46 void IRMutationStrategy::mutate(Function &F, RandomIRBuilder &IB) { in mutate()
50 void IRMutationStrategy::mutate(BasicBlock &BB, RandomIRBuilder &IB) { in mutate()
59 RandomIRBuilder IB(Seed, Types); in mutateModule() local
79 void InjectorIRStrategy::mutate(Function &F, RandomIRBuilder &IB) { in mutate()
96 InjectorIRStrategy::chooseOperation(Value *Src, RandomIRBuilder &IB) { in chooseOperation()
106 void InjectorIRStrategy::mutate(BasicBlock &BB, RandomIRBuilder &IB) { in mutate()
153 void InstDeleterIRStrategy::mutate(Function &F, RandomIRBuilder &IB) { in mutate()
172 void InstDeleterIRStrategy::mutate(Instruction &Inst, RandomIRBuilder &IB) { in mutate()
/third_party/typescript/tests/cases/compiler/
DgenericTypeWithMultipleBases3.ts7 interface IB<T> { interface
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.3/generic_parameter_defaults/
Dgeneric_parameter_defaults_2.ts48 interface IB<V, T, U> { interface
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/
DIRMutator.h51 virtual void mutate(Instruction &I, RandomIRBuilder &IB) { in mutate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroCleanup.cpp60 for (auto IB = inst_begin(F), E = inst_end(F); IB != E;) { in lowerRemainingCoroIntrinsics() local
DCoroEarly.cpp157 for (auto IB = inst_begin(F), IE = inst_end(F); IB != IE;) { in lowerEarlyIntrinsics() local
/third_party/ffmpeg/libavutil/
Dcast5.c27 #define IB(x) (((x) >> 16) & 0xff) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64StackTagging.cpp336 InitializerBuilder &IB) { in collectInitializers()
414 InitializerBuilder IB(Size, DL, Ptr, SetTagFunc, SetTagZeroFunc, StgpFunc); in tagAlloca() local
/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_dx12.cpp46 ID3D12Resource* IB; member
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.h236 IB = (8|4|0) << 21, // increment before enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssemblerARM32.h692 IB = (8 | 4 | 0) << 21, // increment before enumerator
/third_party/musl/src/malloc/mallocng/
Dmeta.h15 #define IB 4 macro
/third_party/musl/porting/linux/user/src/malloc/mallocng/
Dmeta.h15 #define IB 4 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTypeBasedAliasAnalysis.cpp508 int IB = PathB.size() - 1; in getLeastCommonType() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetRegisterInfo.cpp311 for (SuperRegClassIterator IB(RCB, this, true); IB.isValid(); ++IB) { in getCommonSuperRegClass() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUCodeGenPrepare.cpp678 Value *IB = Den; in expandDivRem24() local
/third_party/flutter/skia/tests/
DClipStackTest.cpp1312 constexpr SkScalar IL = 2, IT = 1, IR = 6, IB = 7; // Pixel aligned rect. in test_reduced_clip_stack_aa() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp1865 const IndirectBrInst *IB = cast<IndirectBrInst>(I); in SelectIndirectBr() local
/third_party/skia/third_party/externals/swiftshader/src/Device/
DBC_Decoder.cpp1118 const int IB; // Primary index bits per element member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp1028 } else if (IndirectBrInst *IB = dyn_cast<IndirectBrInst>(Terminator)) { in ProcessBlock() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMFastISel.cpp1343 const IndirectBrInst *IB = cast<IndirectBrInst>(I); in SelectIndirectBr() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp2593 unsigned IB = B.Sym ? Asm->OutStreamer->GetSymbolOrder(B.Sym) : 0; in emitDebugARanges() local