Home
last modified time | relevance | path

Searched defs:IRB (Results 1 – 25 of 36) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64StackTagging.cpp112 IRBuilder<> IRB(SI); in addStore() local
121 IRBuilder<> IRB(MSI); in addMemSet() local
127 void applyMemSet(IRBuilder<> &IRB, int64_t Start, int64_t End, in applyMemSet()
156 Value *sliceValue(IRBuilder<> &IRB, Value *V, int64_t Offset) { in sliceValue()
169 void applyStore(IRBuilder<> &IRB, int64_t Start, int64_t End, in applyStore()
183 void generate(IRBuilder<> &IRB) { in generate()
222 void emitZeroes(IRBuilder<> &IRB, uint64_t Offset, uint64_t Size) { in emitZeroes()
232 void emitUndef(IRBuilder<> &IRB, uint64_t Offset, uint64_t Size) { in emitUndef()
241 void emitPair(IRBuilder<> &IRB, uint64_t Offset, Value *A, Value *B) { in emitPair()
250 Value *flatten(IRBuilder<> &IRB, Value *V) { in flatten()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp693 IRBuilder<> IRB(*C); in createKernelApi() local
760 IRBuilder<> IRB(*C); in createUserspaceApi() local
823 IRBuilder<> IRB(*C); in initializeCallbacks() local
941 IRBuilder<> IRB(*C); in initializeModule() local
1162 IRBuilder<> IRB(SI); in materializeStores() local
1207 IRBuilder<> IRB(OrigIns); in materializeOneCheck() local
1256 IRBuilder<> IRB(F.getEntryBlock().getFirstNonPHI()); in insertKmsanPrologue() local
1778 IRBuilder<> IRB(I.getNextNode()); in visitLoadInst() local
1822 IRBuilder<> IRB(&I); in handleCASOrRMW() local
1856 IRBuilder<> IRB(&I); in visitExtractElementInst() local
[all …]
DHWAddressSanitizer.cpp372 IRBuilder<> IRB(*C); in initializeModule() local
435 IRBuilder<> IRB(*C); in initializeCallbacks() local
478 Value *HWAddressSanitizer::getDynamicShadowIfunc(IRBuilder<> &IRB) { in getDynamicShadowIfunc()
488 Value *HWAddressSanitizer::getDynamicShadowNonTls(IRBuilder<> &IRB) { in getDynamicShadowNonTls()
584 IRBuilder<> IRB(I); in untagPointerOperand() local
598 Value *HWAddressSanitizer::memToShadow(Value *Mem, IRBuilder<> &IRB) { in memToShadow()
611 IRBuilder<> IRB(InsertBefore); in instrumentMemAccessInline() local
699 IRBuilder<> IRB(MI); in instrumentMemIntrinsic() local
737 IRBuilder<> IRB(I); in instrumentMemAccess() local
771 bool HWAddressSanitizer::tagAlloca(IRBuilder<> &IRB, AllocaInst *AI, in tagAlloca()
[all …]
DBoundsChecking.cpp60 BuilderTy &IRB, ScalarEvolution &SE) { in getBoundsCheckCond()
115 static void insertBoundsCheck(Value *Or, BuilderTy IRB, GetTrapBBT GetTrapBB) { in insertBoundsCheck()
155 BuilderTy IRB(I.getParent(), BasicBlock::iterator(&I), TargetFolder(DL)); in addBoundsChecking() local
177 auto GetTrapBB = [&TrapBB](BuilderTy &IRB) { in addBoundsChecking()
202 BuilderTy IRB(Inst->getParent(), BasicBlock::iterator(Inst), TargetFolder(DL)); in addBoundsChecking() local
DDataFlowSanitizer.cpp987 IRBuilder<> IRB(Pos); in runOnModule() local
1006 IRBuilder<> IRB(&F->getEntryBlock().front()); in getArgTLSPtr() local
1016 IRBuilder<> IRB(&F->getEntryBlock().front()); in getRetvalTLS() local
1022 IRBuilder<> IRB(Pos); in getArgTLS() local
1041 IRBuilder<> IRB(ArgTLSPos); in getShadow() local
1072 IRBuilder<> IRB(Pos); in getShadowAddress() local
1121 IRBuilder<> IRB(Pos); in combineShadows() local
1192 IRBuilder<> IRB(Pos); in loadShadow() local
1223 IRBuilder<> IRB(Pos); in loadShadow() local
1244 IRBuilder<> IRB(Pos); in loadShadow() local
[all …]
DAddressSanitizer.cpp976 IRBuilder<> IRB(InstBefore); in unpoisonDynamicAllocasBeforeInst() local
1285 Value *AddressSanitizer::memToShadow(Value *Shadow, IRBuilder<> &IRB) { in memToShadow()
1303 IRBuilder<> IRB(MI); in instrumentMemIntrinsic() local
1482 IRBuilder<> IRB(I); in instrumentPointerComparisonOrSubtraction() local
1533 IRBuilder<> IRB(I); in instrumentMaskedLoadOrStore() local
1539 IRBuilder<> IRB(InsertBefore); in instrumentMaskedLoadOrStore() local
1613 IRBuilder<> IRB(InsertBefore); in generateCrashCode() local
1639 Value *AddressSanitizer::createSlowPathCmp(IRBuilder<> &IRB, Value *AddrLong, in createSlowPathCmp()
1664 IRBuilder<> IRB(InsertBefore); in instrumentAddress() local
1742 IRBuilder<> IRB(InsertBefore); in instrumentUnusualSizeOrAlignment() local
[all …]
DSanitizerCoverage.cpp314 IRBuilder<> IRB(M.getContext()); in CreateSecStartEnd() local
374 IRBuilder<> IRB(*C); in instrumentModule() local
673 IRBuilder<> IRB(&*F.getEntryBlock().getFirstInsertionPt()); in CreatePCArray() local
732 IRBuilder<> IRB(I); in InjectCoverageForIndirectCalls() local
749 IRBuilder<> IRB(I); in InjectTraceForSwitch() local
787 IRBuilder<> IRB(BO); in InjectTraceForDiv() local
805 IRBuilder<> IRB(GEP); in InjectTraceForGep() local
817 IRBuilder<> IRB(ICMP); in InjectTraceForCmp() local
865 IRBuilder<> IRB(&*IP); in InjectCoverageAtBlock() local
DThreadSanitizer.cpp204 IRBuilder<> IRB(M.getContext()); in initialize() local
430 IRBuilder<> IRB(F.getEntryBlock().getFirstNonPHI()); in InsertRuntimeIgnores() local
504 IRBuilder<> IRB(F.getEntryBlock().getFirstNonPHI()); in sanitizeFunction() local
521 IRBuilder<> IRB(I); in instrumentLoadOrStore() local
576 static ConstantInt *createOrdering(IRBuilder<> *IRB, AtomicOrdering ord) { in createOrdering()
602 IRBuilder<> IRB(I); in instrumentMemIntrinsic() local
630 IRBuilder<> IRB(I); in instrumentAtomic() local
DInstrProfiling.cpp962 IRBuilder<> IRB(BasicBlock::Create(M->getContext(), "", RegisterF)); in emitRegistration() local
1008 IRBuilder<> IRB(BasicBlock::Create(M->getContext(), "", User)); in emitRuntimeHook() local
1044 IRBuilder<> IRB(BasicBlock::Create(M->getContext(), "", F)); in emitInitialization() local
DPGOMemOPSizeOpt.cpp354 IRBuilder<> IRB(BB); in perform() local
DControlHeightReduction.cpp1854 IRBuilder<> IRB(PreEntryBlock->getTerminator()); in fixupBranchesAndSelects() local
1889 IRBuilder<> &IRB, in fixupBranch()
1933 IRBuilder<> &IRB, in fixupSelect()
1960 IRBuilder<> &IRB, in addToMergedCondition()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DWasmEHPrepare.cpp145 IRBuilder<> IRB(M.getContext()); in doInitialization() local
176 IRBuilder<> IRB(F.getContext()); in prepareThrows() local
205 IRBuilder<> IRB(F.getContext()); in prepareEHPads() local
279 IRBuilder<> IRB(BB->getContext()); in prepareEHPad() local
DSafeStack.cpp370 Value *SafeStack::getStackGuard(IRBuilder<> &IRB, Function &F) { in getStackGuard()
428 SafeStack::createStackRestorePoints(IRBuilder<> &IRB, Function &F, in createStackRestorePoints()
464 void SafeStack::checkStackGuard(IRBuilder<> &IRB, Function &F, ReturnInst &RI, in checkStackGuard()
488 IRBuilder<> &IRB, Function &F, ArrayRef<AllocaInst *> StaticAllocas, in moveStaticAllocasToUnsafeStack()
645 IRBuilder<> IRB(AI); in moveDynamicAllocasToUnsafeStack() local
693 IRBuilder<> IRB(II); in moveDynamicAllocasToUnsafeStack() local
699 IRBuilder<> IRB(II); in moveDynamicAllocasToUnsafeStack() local
773 IRBuilder<> IRB(&F.front(), F.begin()->getFirstInsertionPt()); in run() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerEmscriptenEHSjLj.cpp315 static GlobalVariable *getGlobalVariableI32(Module &M, IRBuilder<> &IRB, in getGlobalVariableI32()
387 IRBuilder<> IRB(C); in wrapInvoke() local
546 IRBuilder<> IRB(C); in wrapTestSetjmp() local
629 IRBuilder<> IRB(C); in runOnModule() local
743 IRBuilder<> IRB(C); in runEHOnFunction() local
880 IRBuilder<> IRB(C); in runSjLjOnFunction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSROA.cpp1358 IRBuilderTy IRB(&SI); in speculateSelectInstLoads() local
1398 static Value *buildGEP(IRBuilderTy &IRB, Value *BasePtr, in buildGEP()
1421 static Value *getNaturalGEPWithType(IRBuilderTy &IRB, const DataLayout &DL, in getNaturalGEPWithType()
1465 static Value *getNaturalGEPRecursively(IRBuilderTy &IRB, const DataLayout &DL, in getNaturalGEPRecursively()
1539 static Value *getNaturalGEPWithOffset(IRBuilderTy &IRB, const DataLayout &DL, in getNaturalGEPWithOffset()
1579 static Value *getAdjustedPtr(IRBuilderTy &IRB, const DataLayout &DL, Value *Ptr, in getAdjustedPtr()
1757 static Value *convertValue(const DataLayout &DL, IRBuilderTy &IRB, Value *V, in convertValue()
2127 static Value *extractInteger(const DataLayout &DL, IRBuilderTy &IRB, Value *V, in extractInteger()
2150 static Value *insertInteger(const DataLayout &DL, IRBuilderTy &IRB, Value *Old, in insertInteger()
2181 static Value *extractVector(IRBuilderTy &IRB, Value *V, unsigned BeginIndex, in extractVector()
[all …]
DFloat2Int.cpp463 IRBuilder<> IRB(I); in convert() local
DSpeculateAroundPHIs.cpp700 IRBuilder<> IRB(SpecPNs[0]); in speculatePHIs() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DModuleUtils.cpp25 IRBuilder<> IRB(M.getContext()); in appendToGlobalArray() local
133 IRBuilder<> IRB(ReturnInst::Create(M.getContext(), CtorBB)); in createSanitizerCtorAndInitFunctions() local
DVNCoercion.cpp151 IRBuilder<> &IRB, const DataLayout &DL) { in coerceAvailableValueToLoadType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DCrossDSOCFI.cpp141 IRBuilder<> IRB(BB); in buildCFICheck() local
DArgumentPromotion.cpp248 IRBuilder<NoFolder> IRB(Call); in doPromotion() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonGenExtract.cpp211 IRBuilder<> IRB(In); in INITIALIZE_PASS_DEPENDENCY() local
DHexagonVectorLoopCarriedReuse.cpp636 IRBuilder<> IRB(BB); in reuseValue() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTDC.cpp361 IRBuilder<> IRB(I); in runOnFunction() local
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder.h69 IRBuilder<>* IRB() { return mpIRBuilder; }; in IRB() function

12