Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp379 SDB(std::make_unique<SelectionDAGBuilder>(*CurDAG, *FuncInfo, *SwiftError, in SelectionDAGISel()
573 SDB->init(GFI, getBatchAA(), AC, LibInfo); in runOnMachineFunction()
852 for (BasicBlock::const_iterator I = Begin; I != End && !SDB->HasTailCall; ++I) { in SelectBasicBlock()
854 SDB->visit(*I); in SelectBasicBlock()
856 SDB->visitDbgInfo(*I); in SelectBasicBlock()
860 CurDAG->setRoot(SDB->getControlRoot()); in SelectBasicBlock()
861 HadTailCall = SDB->HasTailCall; in SelectBasicBlock()
862 SDB->resolveOrClearDbgInfo(); in SelectBasicBlock()
863 SDB->clear(); in SelectBasicBlock()
1148 SDB->UpdateSplitBlock(FirstMBB, LastMBB); in CodeGenAndEmitDAG()
[all …]
H A DSelectionDAGBuilder.h234 : SwitchCG::SwitchLowering(funcinfo), SDB(sdb) {} in SDAGSwitchLowering()
239 SDB->addSuccessorWithProb(Src, Dst, Prob);
243 SelectionDAGBuilder *SDB = nullptr;
H A DSelectionDAGBuilder.cpp4905 SelectionDAGBuilder *SDB, const BasicBlock *CurBB, in getUniformBase() argument
4907 SelectionDAG& DAG = SDB->DAG; in getUniformBase()
4919 Base = SDB->getValue(C); in getUniformBase()
4923 Index = DAG.getConstant(0, SDB->getCurSDLoc(), VT); in getUniformBase()
4925 Scale = DAG.getTargetConstant(1, SDB->getCurSDLoc(), TLI.getPointerTy(DL)); in getUniformBase()
4952 Base = SDB->getValue(BasePtr); in getUniformBase()
4953 Index = SDB->getValue(IndexVal); in getUniformBase()
4957 DAG.getTargetConstant(ScaleVal, SDB->getCurSDLoc(), TLI.getPointerTy(DL)); in getUniformBase()
11594 SelectionDAG &DAG = SDB->DAG; in LowerArguments()
11595 SDLoc dl = SDB->getCurSDLoc(); in LowerArguments()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/leds/
H A Dleds-is31fl319x.txt19 - shutdown-gpios : Specifier of the GPIO connected to SDB pin of the chip.
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6sx-sdb.dts8 model = "Freescale i.MX6 SoloX SDB RevB Board";
H A Dimx6sx-sdb-reva.dts8 model = "Freescale i.MX6 SoloX SDB RevA Board";
H A Dimx6sx-sdb.dtsi12 model = "Freescale i.MX6 SoloX SDB Board";
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h55 std::unique_ptr<SelectionDAGBuilder> SDB; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1570 : MI.getOpcode() == SystemZ::WFSDB ? SystemZ::SDB in foldMemoryOperandImpl()
1615 if ((RegMemOpcode == SystemZ::SDB || RegMemOpcode == SystemZ::SEB) && in foldMemoryOperandImpl()
H A DSystemZInstrFP.td494 defm SDB : BinaryRXEAndPseudo<"sdb", 0xED1B, z_any_fsub_noreassoc, FP64,