Searched refs:SI (Results 251 - 275 of 439) sorted by relevance

<<1112131415161718

/openbsd-current/gnu/usr.bin/gcc/gcc/config/
H A Dfp-bit.h101 typedef int SItype __attribute__ ((mode (SI)));
113 typedef unsigned int USItype __attribute__ ((mode (SI)));
/openbsd-current/usr.bin/ul/
H A Dul.c46 #define SI L'\017' macro
228 case SI:
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64PBQPRegAlloc.cpp322 SlotIndex SI = LIs.getInstructionIndex(MI); local
323 return LI.expiredAt(SI);
/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp177 for (auto *SI : Stores) {
178 const MachineMemOperand &SMO = getStoreTarget(SI);
/openbsd-current/gnu/llvm/llvm/include/llvm/ADT/
H A DSparseMultiSet.h234 iterator_base(SMSPtrTy P, unsigned I, unsigned SI) argument
235 : SMS(P), Idx(I), SparseIdx(SI) {}
/openbsd-current/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1546 if (auto *SI = dyn_cast<StoreInst>(I)) {
1547 if (auto *GV = dyn_cast<GlobalVariable>(SI->getPointerOperand())) {
1549 SI->getValueOperand() == getAddrSizeInt(&M, 0)) {
1550 ThrewResetSI = SI;
1634 SwitchInst *SI = IRB.CreateSwitch(Label, Tail, SetjmpRetPHIs.size()); local
1640 SI->addCase(IRB.getInt32(I + 1), SetjmpRetPHIs[I]->getParent());
1777 SwitchInst *SI = IRB.CreateSwitch(LabelPHI, OrigEntry, SetjmpRetPHIs.size()); local
1783 SI->addCase(IRB.getInt32(I + 1), SetjmpRetPHIs[I]->getParent());
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp160 const unsigned SI = Use64BitRegs ? X86::RSI : X86::ESI; local
167 Chain = DAG.getCopyToReg(Chain, dl, SI, Src, InFlag);
/openbsd-current/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSCCP.cpp369 StoreInst *SI = cast<StoreInst>(GV->user_back()); local
370 SI->eraseFromParent();
H A DAttributorAttributes.cpp250 if (auto *SI = dyn_cast<StoreInst>(I)) {
251 return SI->getPointerOperand();
4146 bool isDeadStore(Attributor &A, StoreInst &SI, argument
4149 if (SI.isVolatile())
4158 if (!AA::getPotentialCopiesOfStoredValue(A, SI, PotentialCopies, *this,
4205 if (auto *SI = dyn_cast_or_null<StoreInst>(I)) {
4206 if (!isDeadStore(A, *SI))
4229 if (auto *SI = dyn_cast<StoreInst>(I)) {
4231 bool IsDead = isDeadStore(A, *SI, &AssumeOnlyInst);
4669 identifyAliveSuccessors(Attributor &A, const SwitchInst &SI,
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp122 } else if (StoreInst *SI = dyn_cast<StoreInst>(U)) {
123 Ptr = SI->getPointerOperand();
640 if (StoreInst *SI = dyn_cast<StoreInst>(U)) {
642 if (SI->getOperand(1) == AI) continue;
1318 } else if (auto *SI = dyn_cast<SwitchInst>(IDom->getTerminator())) {
1319 Cond = SI->getCondition();
1320 ++SuccCount[SI->getDefaultDest()];
1321 for (auto Case : SI->cases())
/openbsd-current/gnu/llvm/llvm/lib/TableGen/
H A DSetTheory.cpp192 if (StringInit *SI = dyn_cast<StringInit>(Expr->arg_begin()[0]))
193 Format = std::string(SI->getValue());
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp50 SlotIndexes *SI,
55 Indexes = SI;
49 reset(const MachineFunction *mf, SlotIndexes *SI, MachineDominatorTree *MDT, VNInfo::Allocator *VNIA) argument
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1448 bool SI = isa<StoreInst>(V); local
1449 if (!LI && !SI)
1456 (SI && TTI.isLegalMaskedScatter(Ty, Align));
3573 } else if (auto *SI = dyn_cast<SelectInst>(I)) {
3574 NewI = B.CreateSelect(SI->getCondition(),
3575 ShrinkOperand(SI->getTrueValue()),
3576 ShrinkOperand(SI->getFalseValue()));
3595 } else if (auto *SI = dyn_cast<ShuffleVectorInst>(I)) {
3597 cast<VectorType>(SI->getOperand(0)->getType())->getElementCount();
3599 SI
[all...]
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dmcore-dis.c38 /* SI */ 0xFE00,
177 case SI:
H A Dmcore-opc.h24 OMa, SI, I7, LS, BR, BL, LR, LJ, enumerator in enum:__anon5087
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dcrtstuff.c462 __attribute__ ((unused, mode(SI), section(EH_FRAME_SECTION_NAME),
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dmcore-dis.c38 /* SI */ 0xFE00,
177 case SI:
H A Dmcore-opc.h24 OMa, SI, I7, LS, BR, BL, LR, LJ, enumerator in enum:__anon5803
/openbsd-current/gnu/llvm/clang/lib/Analysis/
H A DUninitializedValues.cpp615 for (CFGBlock::const_succ_iterator SI = Pred->succ_begin(),
617 SI != SE; ++SI)
618 if (!*SI)
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp1186 if (auto *SI = dyn_cast<StoreInst>(U)) {
1187 if (SI->getPointerOperand() == Ptr)
1188 SI->setAlignment(std::max(A, SI->getAlign()));
H A DAMDGPUSubtarget.cpp69 // for SI has the unhelpful behavior that it unsets everything else if you
608 // Enabling ShouldTrackLaneMasks crashes the SI Machine Scheduler.
899 for (SDep &SI : From->Succs) {
900 SUnit *SUv = SI.getSUnit();
906 for (SDep &SI : SU->Succs) {
907 SUnit *Succ = SI.getSUnit();
/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp225 for (MCSubRegIterator SI(Reg, this); SI.isValid(); ++SI)
226 if (Reserved.test(*SI))
/openbsd-current/gnu/llvm/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h209 const MCInstPrinter *IP, MCAsmParserSemaCallback &SI) = 0;
/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfo.h284 const StoreInst *SI);
/openbsd-current/gnu/llvm/llvm/include/llvm/Analysis/
H A DBasicAliasAnalysis.h133 AliasResult aliasSelect(const SelectInst *SI, LocationSize SISize,

Completed in 244 milliseconds

<<1112131415161718