OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetInsertPoint
(Results
1 - 25
of
134
) sorted by relevancy
1
2
3
4
5
6
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
EscapeEnumerator.cpp
46
Builder.
SetInsertPoint
(TI);
96
Builder.
SetInsertPoint
(RI);
IntegerDivision.cpp
68
Builder.
SetInsertPoint
(URemInst);
93
Builder.
SetInsertPoint
(UDiv);
142
Builder.
SetInsertPoint
(UDiv);
250
Builder.
SetInsertPoint
(SpecialCases);
270
Builder.
SetInsertPoint
(BB1);
281
Builder.
SetInsertPoint
(Preheader);
304
Builder.
SetInsertPoint
(DoWhile);
329
Builder.
SetInsertPoint
(LoopExit);
339
Builder.
SetInsertPoint
(End, End->begin());
AMDGPUEmitPrintf.cpp
127
Builder.
SetInsertPoint
(Prev);
133
Builder.
SetInsertPoint
(While);
146
Builder.
SetInsertPoint
(WhileDone, WhileDone->begin());
154
Builder.
SetInsertPoint
(Join, Join->begin());
FlattenCFG.cpp
295
Builder.
SetInsertPoint
(PBI);
485
Builder.
SetInsertPoint
(PBI);
498
Builder.
SetInsertPoint
(SaveInsertBB, SaveInsertPt);
MatrixUtils.cpp
42
B.
SetInsertPoint
(Latch);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
PartiallyInlineLibCalls.cpp
72
Builder.
SetInsertPoint
(JoinBB, JoinBB->begin());
79
Builder.
SetInsertPoint
(LibCallTerm);
88
Builder.
SetInsertPoint
(CurrBBTerm);
ScalarizeMaskedMemIntrin.cpp
161
Builder.
SetInsertPoint
(InsertPt);
236
Builder.
SetInsertPoint
(CondBlock->getTerminator());
248
Builder.
SetInsertPoint
(NewIfBlock, NewIfBlock->begin());
301
Builder.
SetInsertPoint
(InsertPt);
370
Builder.
SetInsertPoint
(CondBlock->getTerminator());
379
Builder.
SetInsertPoint
(NewIfBlock, NewIfBlock->begin());
428
Builder.
SetInsertPoint
(InsertPt);
492
Builder.
SetInsertPoint
(CondBlock->getTerminator());
506
Builder.
SetInsertPoint
(NewIfBlock, NewIfBlock->begin());
561
Builder.
SetInsertPoint
(InsertPt)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyLowerEmscriptenEHSjLj.cpp
418
IRB.
SetInsertPoint
(CI);
572
IRB.
SetInsertPoint
(BB);
585
IRB.
SetInsertPoint
(ThenBB1);
598
IRB.
SetInsertPoint
(ThenBB2);
603
IRB.
SetInsertPoint
(EndBB2);
607
IRB.
SetInsertPoint
(ElseBB1);
611
IRB.
SetInsertPoint
(EndBB1);
663
IRB.
SetInsertPoint
(CI);
810
IRB.
SetInsertPoint
(II);
853
IRB.
SetInsertPoint
(RI)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86LowerAMXIntrinsics.cpp
122
B.
SetInsertPoint
(Latch);
182
B.
SetInsertPoint
(ColBody->getTerminator());
195
B.
SetInsertPoint
(RowLoopHeader->getTerminator());
203
B.
SetInsertPoint
(ColLoopHeader->getTerminator());
212
B.
SetInsertPoint
(ColBody->getTerminator());
228
B.
SetInsertPoint
(ColBody->getTerminator());
289
B.
SetInsertPoint
(ColBody->getTerminator());
322
B.
SetInsertPoint
(RowLoopHeader->getTerminator());
339
B.
SetInsertPoint
(ColLoopHeader->getTerminator());
352
B.
SetInsertPoint
(InnerLoopHeader->getTerminator())
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
Speculation.cpp
108
Mutator.
SetInsertPoint
(SpeculateDecisionBlock);
118
Mutator.
SetInsertPoint
(SpeculateBlock);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroCleanup.cpp
40
Builder.
SetInsertPoint
(SubFn);
48
Builder.
SetInsertPoint
(SubFn);
CoroEarly.cpp
73
Builder.
SetInsertPoint
(Intrin);
94
Builder.
SetInsertPoint
(II);
132
Builder.
SetInsertPoint
(II);
/src/external/apache2/llvm/dist/llvm/examples/HowToUseJIT/
HowToUseJIT.cpp
112
builder.
SetInsertPoint
(BB);
/src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
OMPIRBuilder.cpp
402
Builder.
SetInsertPoint
(ThenTI);
425
Builder.
SetInsertPoint
(UI->getParent());
447
Builder.
SetInsertPoint
(BB);
459
Builder.
SetInsertPoint
(CancellationBlock);
464
Builder.
SetInsertPoint
(NonCancellationBlock, NonCancellationBlock->begin());
562
Builder.
SetInsertPoint
(PRegEntryBB->getTerminator());
632
Builder.
SetInsertPoint
(CI);
651
Builder.
SetInsertPoint
(PrivTID);
663
Builder.
SetInsertPoint
(ElseTI);
765
Builder.
SetInsertPoint
(InsertBB
[
all
...]
/src/external/apache2/llvm/dist/llvm/examples/BrainF/
BrainF.cpp
271
builder->
SetInsertPoint
(nextbb);
300
builder->
SetInsertPoint
(bb_1);
456
builder->
SetInsertPoint
(bb_0);
/src/external/apache2/llvm/dist/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp
989
builder.
SetInsertPoint
(ret);
1036
builder.
SetInsertPoint
(ret);
1167
builder.
SetInsertPoint
(entryBlock);
1178
builder.
SetInsertPoint
(endBlock);
1194
builder.
SetInsertPoint
(normalBlock);
1207
builder.
SetInsertPoint
(unwindResumeBlock);
1213
builder.
SetInsertPoint
(exceptionBlock);
1261
builder.
SetInsertPoint
(externalExceptionBlock);
1274
builder.
SetInsertPoint
(exceptionRouteBlock);
1379
builder.
SetInsertPoint
(nativeThrowBlock)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
WasmEHPrepare.cpp
204
IRB.
SetInsertPoint
(BB);
287
IRB.
SetInsertPoint
(&*BB->getFirstInsertionPt());
327
IRB.
SetInsertPoint
(CatchCI->getNextNode());
ExpandMemCmp.cpp
336
Builder.
SetInsertPoint
(BB);
380
Builder.
SetInsertPoint
(CI);
382
Builder.
SetInsertPoint
(LoadCmpBlocks[BlockIndex]);
484
Builder.
SetInsertPoint
(LoadCmpBlocks[BlockIndex]);
527
Builder.
SetInsertPoint
(ResBlock.BB, InsertPt);
537
Builder.
SetInsertPoint
(ResBlock.BB, InsertPt);
555
Builder.
SetInsertPoint
(ResBlock.BB);
564
Builder.
SetInsertPoint
(&EndBlock->front());
AtomicExpandPass.cpp
895
Builder.
SetInsertPoint
(BB);
915
Builder.
SetInsertPoint
(LoopBB);
942
Builder.
SetInsertPoint
(FailureBB);
954
Builder.
SetInsertPoint
(CI);
1062
Builder.
SetInsertPoint
(BB);
1066
Builder.
SetInsertPoint
(LoopBB);
1077
Builder.
SetInsertPoint
(ExitBB, ExitBB->begin());
1222
Builder.
SetInsertPoint
(BB);
1232
Builder.
SetInsertPoint
(StartBB);
1244
Builder.
SetInsertPoint
(ReleasingStoreBB)
[
all
...]
SafeStack.cpp
462
IRB.
SetInsertPoint
(I->getNextNode());
559
IRB.
SetInsertPoint
(BasePointer->getNextNode());
566
IRB.
SetInsertPoint
(BasePointer->getNextNode());
598
IRB.
SetInsertPoint
(cast<Instruction>(NewArg)->getNextNode());
604
IRB.
SetInsertPoint
(AI);
645
IRB.
SetInsertPoint
(BasePointer->getNextNode());
844
IRB.
SetInsertPoint
(RI);
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
MVELaneInterleavingPass.cpp
338
Builder.
SetInsertPoint
(I);
351
Builder.
SetInsertPoint
(cast<Instruction>(I->getUser()));
360
Builder.
SetInsertPoint
(I->getParent(), ++I->getIterator());
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenABITypes.cpp
127
CGF.Builder.
SetInsertPoint
(InsertBlock, InsertPoint);
CGAtomic.cpp
401
CGF.Builder.
SetInsertPoint
(StoreExpectedBB);
407
CGF.Builder.
SetInsertPoint
(ContinueBB);
472
CGF.Builder.
SetInsertPoint
(MonotonicBB);
477
CGF.Builder.
SetInsertPoint
(AcquireBB);
482
CGF.Builder.
SetInsertPoint
(SeqCstBB);
487
CGF.Builder.
SetInsertPoint
(ContBB);
552
CGF.Builder.
SetInsertPoint
(StrongBB);
557
CGF.Builder.
SetInsertPoint
(WeakBB);
562
CGF.Builder.
SetInsertPoint
(ContBB);
747
Builder.
SetInsertPoint
(B)
[
all
...]
CGGPUBuiltin.cpp
154
Builder.
SetInsertPoint
(IRB.GetInsertBlock(), IRB.GetInsertPoint());
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
SVEIntrinsicOpts.cpp
170
Builder.
SetInsertPoint
(&BB, ++MostEncompassingPTrue->getIterator());
187
Builder.
SetInsertPoint
(&BB, ++ConvertToSVBool->getIterator());
410
Builder.
SetInsertPoint
(I);
Completed in 42 milliseconds
1
2
3
4
5
6
Indexes created Mon Jun 15 00:25:07 UTC 2026