Searched refs:SI (Results 1 - 25 of 388) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSetOperations.h25 for (typename S2Ty::const_iterator SI = S2.begin(), SE = S2.end();
26 SI != SE; ++SI)
27 if (S1.insert(*SI).second)
52 for (typename S1Ty::const_iterator SI = S1.begin(), SE = S1.end();
53 SI != SE; ++SI)
54 if (!S2.count(*SI)) // if the element is not in set2
55 Result.insert(*SI);
63 for (typename S2Ty::const_iterator SI
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DELFConfig.cpp42 NewSymbolInfo SI; local
44 std::tie(SI.SymbolName, Value) = FlagValue.split('=');
49 SI.SymbolName.str().c_str());
52 std::tie(SI.SectionName, Value) = Value.split(':');
53 if (SI.SectionName.empty() || Value.empty())
61 if (Flags[0].getAsInteger(0, SI.Value))
65 SI.Visibility = DefaultVisibility;
72 .CaseLower("global", [&SI] { SI.Bind = ELF::STB_GLOBAL; })
73 .CaseLower("local", [&SI] { S
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DObject.cpp32 inline section_iterator *unwrap(LLVMSectionIteratorRef SI) { argument
33 return reinterpret_cast<section_iterator*>(SI);
37 wrap(const section_iterator *SI) { argument
39 (const_cast<section_iterator*>(SI));
42 inline symbol_iterator *unwrap(LLVMSymbolIteratorRef SI) { argument
43 return reinterpret_cast<symbol_iterator*>(SI);
47 wrap(const symbol_iterator *SI) { argument
49 (const_cast<symbol_iterator*>(SI));
52 inline relocation_iterator *unwrap(LLVMRelocationIteratorRef SI) { argument
53 return reinterpret_cast<relocation_iterator*>(SI);
57 wrap(const relocation_iterator *SI) argument
157 LLVMObjectFileIsSectionIteratorAtEnd(LLVMBinaryRef BR, LLVMSectionIteratorRef SI) argument
171 LLVMObjectFileIsSymbolIteratorAtEnd(LLVMBinaryRef BR, LLVMSymbolIteratorRef SI) argument
200 section_iterator SI = OB->getBinary()->section_begin(); local
204 LLVMDisposeSectionIterator(LLVMSectionIteratorRef SI) argument
208 LLVMIsSectionIteratorAtEnd(LLVMObjectFileRef OF, LLVMSectionIteratorRef SI) argument
214 LLVMMoveToNextSection(LLVMSectionIteratorRef SI) argument
234 symbol_iterator SI = OB->getBinary()->symbol_begin(); local
238 LLVMDisposeSymbolIterator(LLVMSymbolIteratorRef SI) argument
242 LLVMIsSymbolIteratorAtEnd(LLVMObjectFileRef OF, LLVMSymbolIteratorRef SI) argument
248 LLVMMoveToNextSymbol(LLVMSymbolIteratorRef SI) argument
253 LLVMGetSectionName(LLVMSectionIteratorRef SI) argument
260 LLVMGetSectionSize(LLVMSectionIteratorRef SI) argument
264 LLVMGetSectionContents(LLVMSectionIteratorRef SI) argument
271 LLVMGetSectionAddress(LLVMSectionIteratorRef SI) argument
275 LLVMGetSectionContainsSymbol(LLVMSectionIteratorRef SI, LLVMSymbolIteratorRef Sym) argument
282 relocation_iterator SI = (*unwrap(Section))->relocation_begin(); local
286 LLVMDisposeRelocationIterator(LLVMRelocationIteratorRef SI) argument
290 LLVMIsRelocationIteratorAtEnd(LLVMSectionIteratorRef Section, LLVMRelocationIteratorRef SI) argument
295 LLVMMoveToNextRelocation(LLVMRelocationIteratorRef SI) argument
301 LLVMGetSymbolName(LLVMSymbolIteratorRef SI) argument
313 LLVMGetSymbolAddress(LLVMSymbolIteratorRef SI) argument
325 LLVMGetSymbolSize(LLVMSymbolIteratorRef SI) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCExpandPseudos.cpp61 MachineInstr &SI = *SII; local
64 isUInt<6>(SI.getOperand(2).getImm()) ? ARC::ADD_rru6 : ARC::ADD_rrlimm;
65 BuildMI(*SI.getParent(), SI, SI.getDebugLoc(), TII->get(AddOpc), AddrReg)
66 .addReg(SI.getOperand(1).getReg())
67 .addImm(SI.getOperand(2).getImm());
68 BuildMI(*SI.getParent(), SI, SI
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm-c/
H A DObject.h139 LLVMSectionIteratorRef SI);
160 LLVMSymbolIteratorRef SI);
162 void LLVMDisposeSectionIterator(LLVMSectionIteratorRef SI);
164 void LLVMMoveToNextSection(LLVMSectionIteratorRef SI);
169 void LLVMDisposeSymbolIterator(LLVMSymbolIteratorRef SI);
170 void LLVMMoveToNextSymbol(LLVMSymbolIteratorRef SI);
173 const char *LLVMGetSectionName(LLVMSectionIteratorRef SI);
174 uint64_t LLVMGetSectionSize(LLVMSectionIteratorRef SI);
175 const char *LLVMGetSectionContents(LLVMSectionIteratorRef SI);
176 uint64_t LLVMGetSectionAddress(LLVMSectionIteratorRef SI);
[all...]
/freebsd-12-stable/contrib/gcc/config/
H A Dfixunssfsi.c2 typedef unsigned int USItype __attribute__ ((mode (SI)));
3 typedef int SItype __attribute__ ((mode (SI)));
H A Dfloatunsidf.c2 typedef int SItype __attribute__ ((mode (SI)));
3 typedef unsigned int USItype __attribute__ ((mode (SI)));
H A Dfloatunsisf.c2 typedef int SItype __attribute__ ((mode (SI)));
3 typedef unsigned int USItype __attribute__ ((mode (SI)));
H A Dfloatunsitf.c2 typedef int SItype __attribute__ ((mode (SI)));
3 typedef unsigned int USItype __attribute__ ((mode (SI)));
H A Dfloatunsixf.c2 typedef int SItype __attribute__ ((mode (SI)));
3 typedef unsigned int USItype __attribute__ ((mode (SI)));
H A Dfixunsdfsi.c2 typedef unsigned int USItype __attribute__ ((mode (SI)));
3 typedef int SItype __attribute__ ((mode (SI)));
H A Dfloatdidf.c2 typedef int SItype __attribute__ ((mode (SI)));
3 typedef unsigned int USItype __attribute__ ((mode (SI)));
H A Dfloatundidf.c2 typedef unsigned int USItype __attribute__ ((mode (SI)));
H A Dfloatdisf.c4 typedef int SItype __attribute__ ((mode (SI)));
5 typedef unsigned int USItype __attribute__ ((mode (SI)));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DEdgeBundles.cpp48 for (MachineBasicBlock::const_succ_iterator SI = MBB.succ_begin(),
49 SE = MBB.succ_end(); SI != SE; ++SI)
50 EC.join(OutE, 2 * (*SI)->getNumber());
88 for (MachineBasicBlock::const_succ_iterator SI = MBB.succ_begin(),
89 SE = MBB.succ_end(); SI != SE; ++SI)
91 << printMBBReference(**SI) << "\" [ color=lightgray ]\n";
H A DMacroFusion.cpp40 for (const SDep &SI : SU.Preds)
41 if (SI.isCluster())
42 return SI.getSUnit();
58 for (SDep &SI : FirstSU.Succs)
59 if (SI.isCluster())
62 for (SDep &SI : SecondSU.Preds)
63 if (SI.isCluster())
83 for (SDep &SI : FirstSU.Succs)
84 if (SI.getSUnit() == &SecondSU)
85 SI
[all...]
H A DLiveIntervalUnion.cpp87 for (LiveSegments::const_iterator SI = Segments.begin(); SI.valid(); ++SI) {
88 OS << " [" << SI.start() << ' ' << SI.stop() << "):"
89 << printReg(SI.value()->reg, TRI);
97 for (SegmentIter SI = Segments.begin(); SI.valid(); ++SI)
98 VisitedVRegs.set(SI
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCQPXLoadSplat.cpp80 for (auto SI = Splats.begin(); SI != Splats.end();) {
81 MachineInstr *SMI = *SI;
88 SI = Splats.erase(SI);
113 SI = Splats.erase(SI);
137 SI = Splats.erase(SI);
141 ++SI;
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DWasmDump.cpp33 symbol_iterator SI = RelRef.getSymbol(); local
36 if (SI == Obj->symbol_end()) {
41 Expected<StringRef> SymNameOrErr = SI->getName();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAlloca.cpp96 auto SI = dyn_cast<StoreInst>(AllocaUse.getUser()); local
97 if (SI && SI->getPointerOperand() == allocaInst &&
98 !SI->isVolatile()) {
99 SI->setOperand(SI->getPointerOperandIndex(), NewASCToGeneric);
H A DNVPTXLowerAggrCopies.cpp79 if (StoreInst *SI = dyn_cast<StoreInst>(LI->user_back())) {
80 if (SI->getOperand(0) != LI)
106 auto *SI = cast<StoreInst>(*LI->user_begin()); local
108 Value *DstAddr = SI->getOperand(1);
113 createMemCpyLoopKnownSize(/* ConvertedInst */ SI,
117 /* DestAlign */ SI->getAlignment(),
119 /* DstIsVolatile */ SI->isVolatile(), TTI);
121 SI->eraseFromParent();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp314 SelectionDAGBuilder::StatepointLoweringInfo &SI,
318 Builder.lowerInvokable(SI.CLI, SI.EHPadBB);
337 bool HasDef = !SI.CLI.RetTy->isVoidTy();
479 SmallVectorImpl<MachineMemOperand*> &MemRefs, SelectionDAGBuilder::StatepointLoweringInfo &SI,
491 for (const Value *V : SI.Bases) {
498 for (const Value *V : SI.Ptrs) {
505 assert(SI.Bases.size() == SI.Ptrs.size() && "Pointer without base!");
507 assert(SI
313 lowerCallFromStatepointLoweringInfo( SelectionDAGBuilder::StatepointLoweringInfo &SI, SelectionDAGBuilder &Builder, SmallVectorImpl<SDValue> &PendingExports) argument
478 lowerStatepointMetaArgs(SmallVectorImpl<SDValue> &Ops, SmallVectorImpl<MachineMemOperand*> &MemRefs, SelectionDAGBuilder::StatepointLoweringInfo &SI, SelectionDAGBuilder &Builder) argument
635 LowerAsSTATEPOINT( SelectionDAGBuilder::StatepointLoweringInfo &SI) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp482 static StoreInst *combineStoreToNewValue(InstCombiner &IC, StoreInst &SI, Value *V) { argument
483 assert((!SI.isAtomic() || isSupportedAtomicType(V->getType())) &&
486 Value *Ptr = SI.getPointerOperand();
487 unsigned AS = SI.getPointerAddressSpace();
489 SI.getAllMetadata(MD);
493 SI.getAlignment(), SI.isVolatile());
494 NewStore->setAtomic(SI.getOrdering(), SI.getSyncScopeID());
606 auto *SI
614 auto *SI = cast<StoreInst>(*UI++); local
934 canSimplifyNullStoreOrGEP(StoreInst &SI) argument
1014 StoreInst *SI = new StoreInst(UndefValue::get(LI.getType()), local
1147 combineStoreToValueType(InstCombiner &IC, StoreInst &SI) argument
1179 unpackStoreToAggregate(InstCombiner &IC, StoreInst &SI) argument
1323 removeBitcastsFromLoadStoreOnMinMax(InstCombiner &IC, StoreInst &SI) argument
1371 visitStoreInst(StoreInst &SI) argument
1512 mergeStoreIntoSuccessor(StoreInst &SI) argument
[all...]
/freebsd-12-stable/stand/uboot/lib/
H A Ddisk.c68 #define SI(dev) (stor_info[(dev)->dd.d_unit]) macro
158 if (size % SI(dev).bsize) {
161 size, SI(dev).bsize);
164 bcount = size / SI(dev).bsize;
196 if (SI(dev).opened == 0) {
197 err = ub_dev_open(SI(dev).handle);
200 "handle=%d\n", err, SI(dev).handle);
203 SI(dev).opened++;
205 return (disk_open(dev, SI(dev).blocks * SI(de
[all...]
/freebsd-12-stable/contrib/ntp/include/
H A Dascii.h56 #define SI 15 macro

Completed in 321 milliseconds

1234567891011>>