| /external/llvm-project/llvm/lib/FuzzMutate/ |
| D | IRMutator.cpp | 35 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()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/ |
| D | IRMutator.cpp | 35 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()
|
| /external/llvm-project/llvm/unittests/FuzzMutate/ |
| D | RandomIRBuilderTest.cpp | 61 RandomIRBuilder IB(Seed, {}); in TEST() local 103 RandomIRBuilder IB(Seed, Types); in TEST() local 147 RandomIRBuilder IB(Seed, {}); in TEST() local 182 RandomIRBuilder IB(Seed, Types); in TEST() local 223 RandomIRBuilder IB(Seed, Types); in TEST() local 253 RandomIRBuilder IB(Seed, Types); in TEST() local 283 RandomIRBuilder IB(Seed, Types); in TEST() local
|
| /external/clang/test/Index/ |
| D | cursor-dynamic-call.mm | 13 @interface IB interface
|
| /external/llvm-project/clang/test/Layout/ |
| D | ms-x86-vtordisp.cpp | 422 struct __declspec(dllexport) IB : virtual IA { struct 424 IB() {} in IB() function
|
| /external/clang/test/Layout/ |
| D | ms-x86-vtordisp.cpp | 422 struct __declspec(dllexport) IB : virtual IA { struct 424 IB() {} in IB() argument
|
| /external/llvm-project/llvm/include/llvm/FuzzMutate/ |
| D | IRMutator.h | 51 virtual void mutate(Instruction &I, RandomIRBuilder &IB) { in mutate()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/ |
| D | IRMutator.h | 51 virtual void mutate(Instruction &I, RandomIRBuilder &IB) { in mutate()
|
| /external/llvm-project/clang/test/Index/ |
| D | cursor-dynamic-call.mm | 13 @interface IB interface
|
| /external/clang/test/Analysis/engine/ |
| D | replay-without-inlining.c | 18 } IB; typedef
|
| /external/llvm-project/clang/test/Analysis/engine/ |
| D | replay-without-inlining.c | 18 } IB; typedef
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
| D | CoroCleanup.cpp | 60 for (auto IB = inst_begin(F), E = inst_end(F); IB != E;) { in lowerRemainingCoroIntrinsics() local
|
| D | CoroEarly.cpp | 157 for (auto IB = inst_begin(F), IE = inst_end(F); IB != IE;) { in lowerEarlyIntrinsics() local
|
| /external/llvm-project/llvm/lib/Transforms/Coroutines/ |
| D | CoroCleanup.cpp | 59 for (auto IB = inst_begin(F), E = inst_end(F); IB != E;) { in lowerRemainingCoroIntrinsics() local
|
| D | CoroEarly.cpp | 152 for (auto IB = inst_begin(F), IE = inst_end(F); IB != IE;) { in lowerEarlyIntrinsics() local
|
| /external/llvm-project/llvm/tools/llvm-lipo/ |
| D | llvm-lipo.cpp | 446 for (auto &IB : InputBinaries) { in printInfo() local 454 for (auto &IB : InputBinaries) { in printInfo() local 559 for (auto &IB : InputBinaries) { in buildSlices() local
|
| /external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
| D | modernize-use-equals-default-copy.cpp | 222 struct IB : VBC { struct 223 IB(const IB &Other) : OL(Other), VBC(Other) {} in IB() argument
|
| /external/llvm-project/llvm/tools/llvm-exegesis/lib/ |
| D | SnippetGenerator.cpp | 193 InstructionTemplate &IB) { in setRegisterOperandValue()
|
| D | BenchmarkRunner.cpp | 162 InstructionBenchmark *const IB; in runConfiguration() member
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
| D | AArch64StackTagging.cpp | 336 InitializerBuilder &IB) { in collectInitializers() 414 InitializerBuilder IB(Size, DL, Ptr, SetTagFunc, SetTagZeroFunc, StgpFunc); in tagAlloca() local
|
| /external/llvm-project/llvm/lib/Target/AArch64/ |
| D | AArch64StackTagging.cpp | 357 InitializerBuilder &IB) { in collectInitializers() 437 InitializerBuilder IB(Size, DL, Ptr, SetTagFunc, SetTagZeroFunc, StgpFunc); in tagAlloca() local
|
| /external/llvm-project/llvm/tools/llvm-mca/ |
| D | llvm-mca.cpp | 434 mca::InstrBuilder IB(*STI, *MCII, *MRI, MCIA.get()); in main() local
|
| /external/llvm/lib/Analysis/ |
| D | TypeBasedAliasAnalysis.cpp | 435 int IB = PathB.size() - 1; in getMostGenericTBAA() local
|
| /external/swiftshader/third_party/subzero/src/DartARM32/ |
| D | assembler_arm.h | 236 IB = (8|4|0) << 21, // increment before enumerator
|
| /external/llvm/lib/CodeGen/ |
| D | TargetRegisterInfo.cpp | 258 for (SuperRegClassIterator IB(RCB, this, true); IB.isValid(); ++IB) { in getCommonSuperRegClass() local
|