Searched refs:SDB (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 379 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 D | SelectionDAGBuilder.h | 234 : SwitchCG::SwitchLowering(funcinfo), SDB(sdb) {} in SDAGSwitchLowering() 239 SDB->addSuccessorWithProb(Src, Dst, Prob); 243 SelectionDAGBuilder *SDB = nullptr;
|
| H A D | SelectionDAGBuilder.cpp | 4905 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 D | leds-is31fl319x.txt | 19 - shutdown-gpios : Specifier of the GPIO connected to SDB pin of the chip.
|
| /freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
| H A D | imx6sx-sdb.dts | 8 model = "Freescale i.MX6 SoloX SDB RevB Board";
|
| H A D | imx6sx-sdb-reva.dts | 8 model = "Freescale i.MX6 SoloX SDB RevA Board";
|
| H A D | imx6sx-sdb.dtsi | 12 model = "Freescale i.MX6 SoloX SDB Board";
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGISel.h | 55 std::unique_ptr<SelectionDAGBuilder> SDB; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.cpp | 1570 : MI.getOpcode() == SystemZ::WFSDB ? SystemZ::SDB in foldMemoryOperandImpl() 1615 if ((RegMemOpcode == SystemZ::SDB || RegMemOpcode == SystemZ::SEB) && in foldMemoryOperandImpl()
|
| H A D | SystemZInstrFP.td | 494 defm SDB : BinaryRXEAndPseudo<"sdb", 0xED1B, z_any_fsub_noreassoc, FP64,
|