Home
last modified time | relevance | path

Searched refs:SDB (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp348 SDB(new SelectionDAGBuilder(*CurDAG, *FuncInfo, OL)), in SelectionDAGISel()
360 delete SDB; in ~SelectionDAGISel()
456 SDB->init(GFI, *AA, LibInfo); in runOnMachineFunction()
604 for (BasicBlock::const_iterator I = Begin; I != End && !SDB->HasTailCall; ++I) in SelectBasicBlock()
605 SDB->visit(*I); in SelectBasicBlock()
608 CurDAG->setRoot(SDB->getControlRoot()); in SelectBasicBlock()
609 HadTailCall = SDB->HasTailCall; in SelectBasicBlock()
610 SDB->clear(); in SelectBasicBlock()
818 SDB->UpdateSplitBlock(FirstMBB, LastMBB); in CodeGenAndEmitDAG()
924 MF->getMMI().setCallSiteLandingPad(Label, SDB->LPadToCallSiteMap[MBB]); in PrepareEHLandingPad()
[all …]
DSelectionDAGBuilder.cpp7469 SelectionDAG &DAG = SDB->DAG; in LowerArguments()
7470 SDLoc dl = SDB->getCurSDLoc(); in LowerArguments()
7601 MachineFunction& MF = SDB->DAG.getMachineFunction(); in LowerArguments()
7606 SDB->DAG.getCopyToReg(NewRoot, SDB->getCurSDLoc(), SRetReg, ArgValue); in LowerArguments()
7624 SDB->setUnusedArgValue(I, InVals[i]); in LowerArguments()
7662 SDB->getCurSDLoc()); in LowerArguments()
7664 SDB->setValue(I, Res); in LowerArguments()
7688 SDB->CopyToExportRegsIfNeeded(I); in LowerArguments()
/external/llvm/test/CodeGen/SystemZ/
Dfp-sub-02.ll16 ; Check the low end of the SDB range.
26 ; Check the high end of the aligned SDB range.
62 ; Check that SDB allows indices.
75 ; Check that subtractions of spilled values can use SDB rather than SDBR.
/external/llvm/include/llvm/CodeGen/
DSelectionDAGISel.h50 SelectionDAGBuilder *SDB; variable
/external/llvm/lib/Target/SystemZ/
DSystemZInstrFP.td332 def SDB : BinaryRXE<"sdb", 0xED1B, fsub, FP64, load, 8>;