Searched refs:SDB (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGISel.cpp | 348 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 …]
|
D | SelectionDAGBuilder.cpp | 7469 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/ |
D | fp-sub-02.ll | 16 ; 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/ |
D | SelectionDAGISel.h | 50 SelectionDAGBuilder *SDB; variable
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFP.td | 332 def SDB : BinaryRXE<"sdb", 0xED1B, fsub, FP64, load, 8>;
|