Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/FuzzMutate/
H A 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()
202 RandomIRBuilder &IB) { in mutate()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/FuzzMutate/
H A DIRMutator.h51 virtual void mutate(Instruction &I, RandomIRBuilder &IB) { in mutate()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm-ldmstm.ml32 type amode = IA | IB | DA | DB Constructor
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm-ldmstm.ml32 type amode = IA | IB | DA | DB Constructor
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dstreamer-hooks.h74 #define stream_read_tree(IB, DATA_IN) \ argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dstreamer-hooks.h74 #define stream_read_tree(IB, DATA_IN) \ argument
/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
H A DCoroEarly.cpp152 for (auto IB = inst_begin(F), IE = inst_end(F); IB != IE;) { in lowerEarlyIntrinsics() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lipo/
H A Dllvm-lipo.cpp446 for (auto &IB : InputBinaries) { in printInfo() local
454 for (auto &IB : InputBinaries) { in printInfo() local
558 for (auto &IB : InputBinaries) { in buildSlices() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DSnippetGenerator.cpp193 InstructionTemplate &IB) { in setRegisterOperandValue()
H A DBenchmarkRunner.cpp162 InstructionBenchmark *const IB; in runConfiguration() member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp359 InitializerBuilder &IB) { in collectInitializers()
439 InitializerBuilder IB(Size, DL, Ptr, SetTagFunc, SetTagZeroFunc, StgpFunc); in tagAlloca() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp463 mca::InstrBuilder IB(*STI, *MCII, *MRI, MCIA.get()); in main() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp68 IRBuilder<> IB(EntryBlock); in addHelperAndWrapper() local
489 IRBuilder<> IB(EntryBlock); in operator ()() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp509 int IB = PathB.size() - 1; in getLeastCommonType() local
H A DIRSimilarityIdentifier.cpp596 Instruction *IB = ItB->Inst; in compareStructure() local
/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
H A DCodeGenPrepare.cpp6846 IRBuilder<> IB(SI); in optimizeSelectInst() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp895 Value *IB = Den; in expandDivRem24Impl() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1867 const IndirectBrInst *IB = cast<IndirectBrInst>(I); in SelectIndirectBr() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp1322 bit_value_t IB = bitFromBits(*InstBits, i); in emitSoftFailTableEntry() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1065 } else if (IndirectBrInst *IB = dyn_cast<IndirectBrInst>(Terminator)) { in processBlock() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1327 const IndirectBrInst *IB = cast<IndirectBrInst>(I); in SelectIndirectBr() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2884 unsigned IB = B.Sym ? Asm->OutStreamer->GetSymbolOrder(B.Sym) : 0; in emitDebugARanges() local