Home
last modified time | relevance | path

Searched refs:SI (Results 101 – 125 of 477) sorted by relevance

12345678910>>...20

/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DGraph.h143 VertexIdentifier SI; variable
151 const EdgeValueType>(this->I, MP, SI);
160 MP(_MP), SI(_SI) {} in NeighborEdgeIteratorT()
164 return *(MP->find({*(this->I), SI}));
166 return *(MP->find({SI, *(this->I)}));
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DRecordStreamer.cpp115 auto SI = Symbols.find(Sym->getName()); in getSymbolState() local
116 if (SI == Symbols.end()) in getSymbolState()
118 return SI->second; in getSymbolState()
H A DMachOUniversalWriter.cpp50 for (unsigned SI = 0; SI < NumberOfSections; ++SI) { in calculateFileAlignment() local
52 (Is64Bit ? O.getSection64(LC, SI).align in calculateFileAlignment()
53 : O.getSection(LC, SI).align)); in calculateFileAlignment()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp473 SwitchInst *SI, BasicBlock *BranchBB, in processSwitch() argument
475 Value *Op = SI->getCondition(); in processSwitch()
481 for (unsigned i = 0, e = SI->getNumSuccessors(); i != e; ++i) { in processSwitch()
482 BasicBlock *TargetBlock = SI->getSuccessor(i); in processSwitch()
487 for (auto C : SI->cases()) { in processSwitch()
491 Op, SI->getParent(), TargetBlock, C.getCaseValue(), SI); in processSwitch()
514 } else if (auto *SI = dyn_cast<SwitchInst>(BranchBB->getTerminator())) { in buildPredicateInfo() local
515 processSwitch(SI, BranchBB, OpsToRename); in buildPredicateInfo()
H A DEvaluator.cpp303 if (StoreInst *SI = dyn_cast<StoreInst>(CurInst)) { in EvaluateBlock() local
304 if (SI->isVolatile()) { in EvaluateBlock()
308 Constant *Ptr = getVal(SI->getOperand(1)); in EvaluateBlock()
329 Constant *Val = getVal(SI->getOperand(0)); in EvaluateBlock()
574 } else if (SwitchInst *SI = dyn_cast<SwitchInst>(CurInst)) { in EvaluateBlock() local
576 dyn_cast<ConstantInt>(getVal(SI->getCondition())); in EvaluateBlock()
578 NextBB = SI->findCaseValue(Val)->getCaseSuccessor(); in EvaluateBlock()
H A DSCCPSolver.cpp299 SwitchInstProfUpdateWrapper SI(*cast<SwitchInst>(TI)); in removeNonFeasibleEdges() local
304 BasicBlock *DefaultDest = SI->getDefaultDest(); in removeNonFeasibleEdges()
314 SI->setDefaultDest(NewUnreachableBB); in removeNonFeasibleEdges()
319 for (auto CI = SI->case_begin(); CI != SI->case_end();) { in removeNonFeasibleEdges()
328 SI.removeCase(CI); in removeNonFeasibleEdges()
1051 if (auto *SI = dyn_cast<SwitchInst>(&TI)) { in getFeasibleSuccessors() local
1052 if (!SI->getNumCases()) { in getFeasibleSuccessors()
1068 for (const auto &Case : SI->cases()) { in getFeasibleSuccessors()
1076 Succs[SI->case_default()->getSuccessorIndex()] = in getFeasibleSuccessors()
1557 void SCCPInstVisitor::visitStoreInst(StoreInst &SI) { in visitStoreInst() argument
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterScavenging.h118 for (const ScavengedInfo &SI : Scavenged) in isScavengingFrameIndex() local
119 if (SI.FrameIndex == FI) in isScavengingFrameIndex()
H A DSwitchLoweringUtils.h276 void findJumpTables(CaseClusterVector &Clusters, const SwitchInst *SI,
281 unsigned Last, const SwitchInst *SI,
285 void findBitTestClusters(CaseClusterVector &Clusters, const SwitchInst *SI);
290 const SwitchInst *SI, CaseCluster &BTCluster);
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DState.h87 FFDiag(const SourceInfo &SI,
107 CCEDiag(const SourceInfo &SI,
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DMultilibBuilder.cpp77 llvm::StringMap<int>::iterator SI = FlagSet.find(Flag.substr(1)); in isValid() local
81 if (SI == FlagSet.end()) in isValid()
83 else if (Flags[I] != Flags[SI->getValue()]) in isValid()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.h605 PrologEpilogSGPRSaveRestoreInfo SI) {
606 PrologEpilogSGPRSpills.insert(std::make_pair(Reg, SI));
627 for (const auto &SI : PrologEpilogSGPRSpills) {
628 if (SI.second.getKind() == SGPRSaveKind::COPY_TO_SCRATCH_SGPR)
629 Regs.push_back(SI.second.getReg());
637 PrologEpilogSGPRSaveRestoreInfo> &SI) {
638 return SI.second.getKind() ==
640 SI.second.getIndex() == FI;
H A DAMDGPUPromoteAlloca.cpp452 StoreInst *SI = cast<StoreInst>(Inst); in promoteAllocaUserToVector() local
454 Value *Val = SI->getValueOperand(); in promoteAllocaUserToVector()
1091 if (StoreInst *SI = dyn_cast<StoreInst>(UseInst)) { in collectUsesWithPtrTypes() local
1092 if (SI->isVolatile()) in collectUsesWithPtrTypes()
1096 if (SI->getPointerOperand() != Val) in collectUsesWithPtrTypes()
1142 if (SelectInst *SI = dyn_cast<SelectInst>(UseInst)) { in collectUsesWithPtrTypes() local
1441 if (SelectInst *SI = dyn_cast<SelectInst>(V)) { in tryPromoteAllocaToLDS() local
1442 if (isa<ConstantPointerNull>(SI->getOperand(1))) in tryPromoteAllocaToLDS()
1443 SI->setOperand(1, ConstantPointerNull::get(NewTy)); in tryPromoteAllocaToLDS()
1445 if (isa<ConstantPointerNull>(SI->getOperand(2))) in tryPromoteAllocaToLDS()
[all …]
H A DAMDGPUMachineCFGStructurizer.cpp134 assert((SI.second != SourceMBB || SourceReg == SI.first)); in phiInfoElementAddSource()
146 for (auto SI : Sources) { in phiInfoElementRemoveSource() local
147 if (SI.first == SourceReg && in phiInfoElementRemoveSource()
148 (SI.second == nullptr || SI.second == SourceMBB)) { in phiInfoElementRemoveSource()
149 ElimiatedSources.push_back(PHISourceT(SI.first, SI.second)); in phiInfoElementRemoveSource()
173 if (SI.first == SourceReg && in findPHIInfoElementFromSource()
174 (SI.second == nullptr || SI.second == SourceMBB)) { in findPHIInfoElementFromSource()
187 if (SI.second == SourceMBB) { in findSourcesFromMBB()
255 dbgs() << printReg(SI.first, TRI) << '(' << printMBBReference(*SI.second) in dump()
1781 for (auto SI : Succs) { in removeExternalCFGEdges() local
[all …]
/freebsd/usr.bin/col/
H A Dcol.c55 #define SI '\017' /* shift in to normal character set */ macro
219 case SI: in main()
346 PUTC(SI); in main()
510 PUTC(SI); in flush_line()
/freebsd/sys/contrib/device-tree/Bindings/powerpc/nintendo/
H A Dwii.txt67 1.d) The Serial Interface (SI) node
70 The SI is a proprietary serial interface used normally to control gamepads.
76 - reg : should contain the SI registers location and length
77 - interrupts : should contain the SI interrupt
/freebsd/sys/i386/i386/
H A Ddb_disasm.c67 #define SI 14 /* si */ macro
701 /*6e*/ { "outs", false, BYTE, op2(SI, DX), 0 },
702 /*6f*/ { "outs", false, LONG, op2(SI, DX), 0 },
762 /*a4*/ { "movs", false, BYTE, op2(SI,DI), 0 },
763 /*a5*/ { "movs", false, LONG, op2(SI,DI), 0 },
764 /*a6*/ { "cmps", false, BYTE, op2(SI,DI), 0 },
765 /*a7*/ { "cmps", false, LONG, op2(SI,DI), 0 },
771 /*ac*/ { "lods", false, BYTE, op1(SI), 0 },
772 /*ad*/ { "lods", false, LONG, op1(SI), 0 },
773 /*ae*/ { "scas", false, BYTE, op1(SI), 0 },
[all …]
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp99 const auto *SI = in getElementContainingOffset() local
104 assert(SI != MemberOffsets.begin() && "Offset not in structure type!"); in getElementContainingOffset()
105 --SI; in getElementContainingOffset()
106 assert(TypeSize::isKnownLE(*SI, Offset) && "upper_bound didn't work"); in getElementContainingOffset()
108 (SI == MemberOffsets.begin() || TypeSize::isKnownLE(*(SI - 1), Offset)) && in getElementContainingOffset()
109 (SI + 1 == MemberOffsets.end() || in getElementContainingOffset()
110 TypeSize::isKnownGT(*(SI + 1), Offset)) && in getElementContainingOffset()
118 return SI - MemberOffsets.begin(); in getElementContainingOffset()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h3304 SwitchInst(const SwitchInst &SI);
3355 SwitchInstT *SI;
3359 CaseHandleImpl(SwitchInstT *SI, ptrdiff_t Index) : SI(SI), Index(Index) {}
3389 assert(SI == RHS.SI && "Incompatible operators.");
3402 CaseHandle(SwitchInst *SI, ptrdiff_t Index) : CaseHandleImpl(SI, Index) {}
3433 CaseIteratorImpl(SwitchInstT *SI, unsigned CaseNum) : Case(SI, CaseNum) {}
3470 assert(Case.SI == RHS.Case.SI && "Incompatible operators.");
3477 assert(Case.SI == RHS.Case.SI && "Incompatible operators.");
3640 SwitchInst &SI;
3652 SwitchInst &operator*() { return SI; }
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSparsePropagation.h340 SwitchInst &SI = cast<SwitchInst>(TI); in getFeasibleSuccessors() local
343 SCValue = getValueState(KeyInfo::getLatticeKeyFromValue(SI.getCondition())); in getFeasibleSuccessors()
346 KeyInfo::getLatticeKeyFromValue(SI.getCondition())); in getFeasibleSuccessors()
360 std::move(SCValue), SI.getCondition()->getType())); in getFeasibleSuccessors()
366 SwitchInst::CaseHandle Case = *SI.findCaseValue(cast<ConstantInt>(C)); in getFeasibleSuccessors()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMacroFusion.def135 // addis rx,ra,si - addi rt,rx,SI, SI >= 0
140 // addi rx,ra,si - addis rt,rx,SI, ra > 0, SI >= 2
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp115 } else if (auto *SI = dyn_cast<StoreInst>(&Inst)) { in runInternal() local
116 Pointers.insert({SI->getPointerOperand(), in runInternal()
117 SI->getValueOperand()->getType()}); in runInternal()
118 Stores.insert(SI); in runInternal()
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dfaraday,ftgmac100.yaml53 Use the NC-SI stack instead of an MDIO PHY. Currently assumes
54 rmii (100bT) but kept as a separate property in case NC-SI grows support
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderBindings.cpp68 StandardInstrumentations SI(Mod->getContext(), Debug, VerifyEach); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() local
69 SI.registerCallbacks(PIC, &MAM); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp272 if (const StoreInst *SI = dyn_cast<StoreInst>(&I)) in getMemOpAlign() local
273 return SI->getAlign(); in getMemOpAlign()
696 const SwitchInst &SI = cast<SwitchInst>(U); in translateSwitch() local
699 Clusters.reserve(SI.getNumCases()); in translateSwitch()
700 for (const auto &I : SI.cases()) { in translateSwitch()
728 SL->findBitTestClusters(Clusters, &SI); in translateSwitch()
1016 SI != SE; ++SI) { in lowerJumpTableWorkItem()
1017 if (*SI == DefaultMBB) { in lowerJumpTableWorkItem()
1417 const StoreInst &SI = cast<StoreInst>(U); in translateStore() local
1445 Align BaseAlign = getMemOpAlign(SI); in translateStore()
[all …]
/freebsd/sys/amd64/amd64/
H A Ddb_disasm.c80 #define SI 14 /* si */ macro
806 /*6e*/ { "outs", false, BYTE, op2(SI, DX), 0 },
807 /*6f*/ { "outs", false, LONG, op2(SI, DX), 0 },
867 /*a4*/ { "movs", false, BYTE, op2(SI,DI), 0 },
868 /*a5*/ { "movs", false, LONG, op2(SI,DI), 0 },
869 /*a6*/ { "cmps", false, BYTE, op2(SI,DI), 0 },
870 /*a7*/ { "cmps", false, LONG, op2(SI,DI), 0 },
876 /*ac*/ { "lods", false, BYTE, op1(SI), 0 },
877 /*ad*/ { "lods", false, LONG, op1(SI), 0 },
878 /*ae*/ { "scas", false, BYTE, op1(SI), 0 },
[all …]

12345678910>>...20