Lines Matching refs:IRBuilder

702   CallInst *createRuntimeCall(IRBuilder<> &IRB, FunctionCallee Callee,  in createRuntimeCall()
774 Instruction *genAMDGPUReportBlock(IRBuilder<> &IRB, Value *Cond,
789 Value *createSlowPathCmp(IRBuilder<> &IRB, Value *AddrLong,
796 Value *memToShadow(Value *Shadow, IRBuilder<> &IRB);
914 void instrumentGlobals(IRBuilder<> &IRB, Module &M, bool *CtorComdat);
915 void InstrumentGlobalsCOFF(IRBuilder<> &IRB, Module &M,
918 void instrumentGlobalsELF(IRBuilder<> &IRB, Module &M,
922 void InstrumentGlobalsMachO(IRBuilder<> &IRB, Module &M,
926 InstrumentGlobalsWithMetadataArray(IRBuilder<> &IRB, Module &M,
1095 IRBuilder<> IRB(InstBefore); in unpoisonDynamicAllocasBeforeInst()
1216 IRBuilder<> &IRB, Value *ShadowBase);
1218 size_t Begin, size_t End, IRBuilder<> &IRB,
1222 size_t End, IRBuilder<> &IRB, Value *ShadowBase);
1224 void poisonAlloca(Value *V, uint64_t Size, IRBuilder<> &IRB, bool DoPoison);
1226 Value *createAllocaForLayout(IRBuilder<> &IRB, const ASanStackFrameLayout &L,
1228 PHINode *createPHI(IRBuilder<> &IRB, Value *Cond, Value *ValueIfTrue,
1314 Value *AddressSanitizer::memToShadow(Value *Shadow, IRBuilder<> &IRB) { in memToShadow()
1467 IRBuilder IB(I); in getInterestingMemoryOperands()
1581 IRBuilder<> IRB(I); in instrumentPointerComparisonOrSubtraction()
1628 IRBuilder IB(I); in instrumentMaskedLoadOrStore()
1770 Value *AddressSanitizer::createSlowPathCmp(IRBuilder<> &IRB, Value *AddrLong, in createSlowPathCmp()
1799 IRBuilder<> IRB(InsertBefore); in instrumentAMDGPUAddress()
1810 Instruction *AddressSanitizer::genAMDGPUReportBlock(IRBuilder<> &IRB, in genAMDGPUReportBlock()
1959 IRBuilder<> IRB(&GlobalInit.front(), in poisonOneInitializer()
2198 IRBuilder<> IRB(*C); in initializeCallbacks()
2295 IRBuilder<> &IRB, Module &M, ArrayRef<GlobalVariable *> ExtendedGlobals, in InstrumentGlobalsCOFF()
2328 IRBuilder<> &IRB, Module &M, ArrayRef<GlobalVariable *> ExtendedGlobals, in instrumentGlobalsELF()
2388 IRBuilder<> IrbDtor(CreateAsanModuleDtor(M)); in instrumentGlobalsELF()
2397 IRBuilder<> &IRB, Module &M, ArrayRef<GlobalVariable *> ExtendedGlobals, in InstrumentGlobalsMachO()
2450 IRBuilder<> IrbDtor(CreateAsanModuleDtor(M)); in InstrumentGlobalsMachO()
2457 IRBuilder<> &IRB, Module &M, ArrayRef<GlobalVariable *> ExtendedGlobals, in InstrumentGlobalsWithMetadataArray()
2481 IRBuilder<> IrbDtor(CreateAsanModuleDtor(M)); in InstrumentGlobalsWithMetadataArray()
2493 void ModuleAddressSanitizer::instrumentGlobals(IRBuilder<> &IRB, Module &M, in instrumentGlobals()
2753 IRBuilder<> IRB(AsanCtorFunction->getEntryBlock().getTerminator()); in instrumentModule()
2756 IRBuilder<> IRB(*C); in instrumentModule()
2786 IRBuilder<> IRB(*C); in initializeCallbacks()
2872 IRBuilder<> IRB(&F.front(), F.front().begin()); in maybeInsertAsanInitAtFunctionEntry()
2884 IRBuilder<> IRB(&F.front().front()); in maybeInsertDynamicShadowAtFunctionEntry()
3072 IRBuilder<> IRB(CI); in instrumentFunction()
3104 IRBuilder<> IRB(*C); in initializeCallbacks()
3145 IRBuilder<> &IRB, in copyToShadowInline()
3197 IRBuilder<> &IRB, Value *ShadowBase) { in copyToShadow()
3204 IRBuilder<> &IRB, Value *ShadowBase) { in copyToShadow()
3250 IRBuilder<> IRB(CopyInsertPoint); in copyArgsPassedByValToAllocas()
3271 PHINode *FunctionStackPoisoner::createPHI(IRBuilder<> &IRB, Value *Cond, in createPHI()
3284 IRBuilder<> &IRB, const ASanStackFrameLayout &L, bool Dynamic) { in createAllocaForLayout()
3303 IRBuilder<> IRB(dyn_cast<Instruction>(FirstBB.begin())); in createDynamicAllocasInitStorage()
3322 IRBuilder<> IRB(APC.InsBefore); in processDynamicAllocas()
3402 IRBuilder<> IRB(InsBefore); in processStaticAllocas()
3508 IRBuilder<> IRBIf(Term); in processStaticAllocas()
3531 IRBuilder<> IRBIf(Term); in processStaticAllocas()
3609 IRBuilder<> IRB(APC.InsBefore); in processStaticAllocas()
3621 IRBuilder<> IRBRet(Ret); in processStaticAllocas()
3642 IRBuilder<> IRBPoison(ThenTerm); in processStaticAllocas()
3664 IRBuilder<> IRBElse(ElseTerm); in processStaticAllocas()
3677 IRBuilder<> &IRB, bool DoPoison) { in poisonAlloca()
3695 IRBuilder<> IRB(AI); in handleDynamicAllocaCall()