OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDB
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp
319
SDB
(std::make_unique<SelectionDAGBuilder>(*CurDAG, *FuncInfo, *SwiftError,
478
SDB
->init(GFI, AA, LibInfo);
673
// Release function-specific state.
SDB
and CurDAG are already cleared
706
for (BasicBlock::const_iterator I = Begin; I != End && !
SDB
->HasTailCall; ++I) {
708
SDB
->visit(*I);
712
CurDAG->setRoot(
SDB
->getControlRoot());
713
HadTailCall =
SDB
->HasTailCall;
714
SDB
->resolveOrClearDbgInfo();
715
SDB
->clear();
1003
SDB
->UpdateSplitBlock(FirstMBB, LastMBB)
[
all
...]
SelectionDAGBuilder.h
396
SDAGSwitchLowering(SelectionDAGBuilder *
sdb
, FunctionLoweringInfo &funcinfo)
397
: SwitchCG::SwitchLowering(funcinfo),
SDB
(
sdb
) {}
402
SDB
->addSuccessorWithProb(Src, Dst, Prob);
406
SelectionDAGBuilder *
SDB
;
SelectionDAGBuilder.cpp
4355
SelectionDAGBuilder *
SDB
, const BasicBlock *CurBB) {
4356
SelectionDAG& DAG =
SDB
->DAG;
4368
Base =
SDB
->getValue(C);
4372
Index = DAG.getConstant(0,
SDB
->getCurSDLoc(), VT);
4374
Scale = DAG.getTargetConstant(1,
SDB
->getCurSDLoc(), TLI.getPointerTy(DL));
4392
Base =
SDB
->getValue(BasePtr);
4393
Index =
SDB
->getValue(IndexVal);
4397
SDB
->getCurSDLoc(), TLI.getPointerTy(DL));
9989
SelectionDAG &DAG =
SDB
->DAG;
9990
SDLoc dl =
SDB
->getCurSDLoc()
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGISel.h
48
std::unique_ptr<SelectionDAGBuilder>
SDB
;
Completed in 74 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026