Searched refs:SDB (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGISel.cpp | 381 SDB(std::make_unique<SelectionDAGBuilder>(*CurDAG, *FuncInfo, *SwiftError, in SelectionDAGISel() 600 SDB->init(GFI, AA, AC, LibInfo); in runOnMachineFunction() 836 for (BasicBlock::const_iterator I = Begin; I != End && !SDB->HasTailCall; ++I) { in SelectBasicBlock() 838 SDB->visit(*I); in SelectBasicBlock() 840 SDB->visitDbgInfo(*I); in SelectBasicBlock() 844 CurDAG->setRoot(SDB->getControlRoot()); in SelectBasicBlock() 845 HadTailCall = SDB->HasTailCall; in SelectBasicBlock() 846 SDB->resolveOrClearDbgInfo(); in SelectBasicBlock() 847 SDB->clear(); in SelectBasicBlock() 1132 SDB->UpdateSplitBlock(FirstMBB, LastMBB); in CodeGenAndEmitDAG() [all …]
|
H A D | SelectionDAGBuilder.h | 235 : SwitchCG::SwitchLowering(funcinfo), SDB(sdb) {} in SDAGSwitchLowering() 240 SDB->addSuccessorWithProb(Src, Dst, Prob); 244 SelectionDAGBuilder *SDB = nullptr;
|
H A D | SelectionDAGBuilder.cpp | 4831 SelectionDAGBuilder *SDB, const BasicBlock *CurBB, in getUniformBase() argument 4833 SelectionDAG& DAG = SDB->DAG; in getUniformBase() 4845 Base = SDB->getValue(C); in getUniformBase() 4849 Index = DAG.getConstant(0, SDB->getCurSDLoc(), VT); in getUniformBase() 4851 Scale = DAG.getTargetConstant(1, SDB->getCurSDLoc(), TLI.getPointerTy(DL)); in getUniformBase() 4878 Base = SDB->getValue(BasePtr); in getUniformBase() 4879 Index = SDB->getValue(IndexVal); in getUniformBase() 4883 DAG.getTargetConstant(ScaleVal, SDB->getCurSDLoc(), TLI.getPointerTy(DL)); in getUniformBase() 11440 SelectionDAG &DAG = SDB->DAG; in LowerArguments() 11441 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 | 53 std::unique_ptr<SelectionDAGBuilder> SDB; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrInfo.cpp | 1537 : MI.getOpcode() == SystemZ::WFSDB ? SystemZ::SDB in foldMemoryOperandImpl() 1582 if ((RegMemOpcode == SystemZ::SDB || RegMemOpcode == SystemZ::SEB) && in foldMemoryOperandImpl()
|
H A D | SystemZInstrFP.td | 448 defm SDB : BinaryRXEAndPseudo<"sdb", 0xED1B, z_any_fsub_noreassoc, FP64,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ScheduleZnver4.td | 1652 …"VPMOV(DB|DW|QB|QD|QW|SDB|SDW|SQB|SQD|SQW|SWB|USDB|USDW|USQB|USQD|USWB|WB)(Z128?|Z256?)(rr|rrk|rrk… 1670 "(V?)PMOV(DB|QB|QW|SDB|SQB|SQW|USDB|USQB|USQW)(Z?)(rr|rrk|rrkz)"
|