Home
last modified time | relevance | path

Searched defs:SI (Results 1 – 25 of 377) sorted by relevance

12345678910>>...16

/netbsd/external/apache2/llvm/dist/llvm/lib/Object/
H A DObject.cpp32 inline section_iterator *unwrap(LLVMSectionIteratorRef SI) { in unwrap()
37 wrap(const section_iterator *SI) { in wrap()
42 inline symbol_iterator *unwrap(LLVMSymbolIteratorRef SI) { in unwrap()
47 wrap(const symbol_iterator *SI) { in wrap()
57 wrap(const relocation_iterator *SI) { in wrap()
200 section_iterator SI = OB->getBinary()->section_begin(); in LLVMGetSections() local
214 void LLVMMoveToNextSection(LLVMSectionIteratorRef SI) { in LLVMMoveToNextSection()
234 symbol_iterator SI = OB->getBinary()->symbol_begin(); in LLVMGetSymbols() local
248 void LLVMMoveToNextSymbol(LLVMSymbolIteratorRef SI) { in LLVMMoveToNextSymbol()
260 uint64_t LLVMGetSectionSize(LLVMSectionIteratorRef SI) { in LLVMGetSectionSize()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DSetOperations.h25 for (typename S2Ty::const_iterator SI = S2.begin(), SE = S2.end(); in set_union() local
52 for (typename S1Ty::const_iterator SI = S1.begin(), SE = S1.end(); in set_difference() local
63 for (typename S2Ty::const_iterator SI = S2.begin(), SE = S2.end(); in set_subtract() local
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveIntervalUnion.cpp87 for (LiveSegments::const_iterator SI = Segments.begin(); SI.valid(); ++SI) { in print() local
97 for (SegmentIter SI = Segments.begin(); SI.valid(); ++SI) in verify() local
105 for (LiveSegments::const_iterator SI = Segments.begin(); SI.valid(); ++SI) { in getOneVReg() local
H A DMacroFusion.cpp40 for (const SDep &SI : SU.Preds) in getPredClusterSU() local
100 for (const SDep &SI : FirstSU.Succs) { in fuseInstructionPair() local
113 for (const SDep &SI : SecondSU.Preds) { in fuseInstructionPair() local
H A DSwitchLoweringUtils.cpp47 const SwitchInst *SI, in findJumpTables()
192 const SwitchInst *SI, in buildJumpTable()
266 const SwitchInst *SI) { in findBitTestClusters()
366 const SwitchInst *SI, in buildBitTests()
/netbsd/external/gpl3/gdb/dist/sim/common/
H A Dcgen-par.c141 void (*write_function)(SIM_CPU *cpu, UINT, SI *), in sim_queue_fn_xi_write() argument
253 void (*write_function)(SIM_CPU *cpu, IADDR, SI, QI), in sim_queue_fn_mem_qi_write() argument
269 void (*write_function)(SIM_CPU *cpu, IADDR, SI, HI), in sim_queue_fn_mem_hi_write() argument
285 void (*write_function)(SIM_CPU *cpu, IADDR, SI, SI), in sim_queue_fn_mem_si_write() argument
301 void (*write_function)(SIM_CPU *cpu, IADDR, SI, DI), in sim_queue_fn_mem_di_write() argument
317 void (*write_function)(SIM_CPU *cpu, IADDR, SI, DF), in sim_queue_fn_mem_df_write() argument
333 void (*write_function)(SIM_CPU *cpu, IADDR, SI, SI *), in sim_queue_fn_mem_xi_write() argument
/netbsd/external/gpl3/gdb.old/dist/sim/common/
H A Dcgen-par.c141 void (*write_function)(SIM_CPU *cpu, UINT, SI *), in sim_queue_fn_xi_write() argument
253 void (*write_function)(SIM_CPU *cpu, IADDR, SI, QI), in sim_queue_fn_mem_qi_write() argument
269 void (*write_function)(SIM_CPU *cpu, IADDR, SI, HI), in sim_queue_fn_mem_hi_write() argument
285 void (*write_function)(SIM_CPU *cpu, IADDR, SI, SI), in sim_queue_fn_mem_si_write() argument
301 void (*write_function)(SIM_CPU *cpu, IADDR, SI, DI), in sim_queue_fn_mem_di_write() argument
317 void (*write_function)(SIM_CPU *cpu, IADDR, SI, DF), in sim_queue_fn_mem_df_write() argument
333 void (*write_function)(SIM_CPU *cpu, IADDR, SI, SI *), in sim_queue_fn_mem_xi_write() argument
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.cpp23 void llvm::printLivesAt(SlotIndex SI, in printLivesAt()
214 auto SI = LIS.getInstructionIndex(*MO.getParent()).getBaseIndex(); in getUsedRegMask() local
245 SlotIndex SI, in getLiveLaneMask()
263 GCNRPTracker::LiveRegSet llvm::getLiveRegs(SlotIndex SI, in getLiveRegs()
362 SlotIndex SI = LIS.getInstructionIndex(*NextMI).getBaseIndex(); in advanceBeforeNext() local
463 const auto &SI = LIS.getInstructionIndex(*LastTrackedMI).getBaseIndex(); in isValid() local
H A DGCNRegPressure.h217 auto SI = SII.getInstructionIndex(*I); in getLiveRegMap() local
234 for (auto SI : LiveIdxs) in getLiveRegMap() local
242 for (auto SI : SRLiveIdxs) in getLiveRegMap() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp482 static StoreInst *combineStoreToNewValue(InstCombinerImpl &IC, StoreInst &SI, in combineStoreToNewValue()
752 if (SelectInst *SI = dyn_cast<SelectInst>(P)) { in isObjectSizeLessThanOrEq() local
912 static bool canSimplifyNullStoreOrGEP(StoreInst &SI) { in canSimplifyNullStoreOrGEP()
984 StoreInst *SI = new StoreInst(UndefValue::get(LI.getType()), in visitLoadInst() local
1001 if (SelectInst *SI = dyn_cast<SelectInst>(Op)) { in visitLoadInst() local
1113 static bool combineStoreToValueType(InstCombinerImpl &IC, StoreInst &SI) { in combineStoreToValueType()
1151 static bool unpackStoreToAggregate(InstCombinerImpl &IC, StoreInst &SI) { in unpackStoreToAggregate()
1292 StoreInst &SI) { in removeBitcastsFromLoadStoreOnMinMax()
1319 auto *SI = dyn_cast<StoreInst>(U); in removeBitcastsFromLoadStoreOnMinMax() local
1340 Instruction *InstCombinerImpl::visitStoreInst(StoreInst &SI) { in visitStoreInst()
[all …]
H A DInstCombineAtomicRMW.cpp126 auto *SI = new StoreInst(RMWI.getValOperand(), in visitAtomicRMWInst() local
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp176 for (section_iterator SI = Obj->section_begin(), SE = Obj->section_end(); in setPreferredBaseAddress() local
189 for (section_iterator SI = Obj->section_begin(), SE = Obj->section_end(); in decodePseudoProbe() local
211 bool ProfiledBinary::dissassembleSymbol(std::size_t SI, ArrayRef<uint8_t> Bytes, in dissassembleSymbol()
375 for (section_iterator SI = Obj->section_begin(), SE = Obj->section_end(); in disassemble() local
405 for (std::size_t SI = 0, SE = Symbols.size(); SI != SE; ++SI) { in disassemble() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAggrCopies.cpp79 if (StoreInst *SI = dyn_cast<StoreInst>(LI->user_back())) { in runOnFunction() local
106 auto *SI = cast<StoreInst>(*LI->user_begin()); in runOnFunction() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLowerAtomic.cpp113 static bool LowerStoreInst(StoreInst *SI) { in LowerStoreInst()
130 } else if (StoreInst *SI = dyn_cast<StoreInst>(&Inst)) { in runOnBasicBlock() local
H A DSROA.cpp365 iterator SI, SJ; member in llvm::sroa::Partition
372 Partition(iterator SI) : SI(SI), SJ(SI) {} in Partition()
616 static Value *foldSelectInst(SelectInst &SI) { in foldSelectInst()
794 void visitStoreInst(StoreInst &SI) { in visitStoreInst()
980 if (StoreInst *SI = dyn_cast<StoreInst>(I)) { in hasUnsafePHIOrSelectUse() local
2665 bool visitStoreInst(StoreInst &SI) { in visitStoreInst()
3202 bool visitSelectInst(SelectInst &SI) { in visitSelectInst()
3453 bool visitStoreInst(StoreInst &SI) { in visitStoreInst()
3605 bool visitSelectInst(SelectInst &SI) { in visitSelectInst()
3850 auto *SI = dyn_cast<StoreInst>(LU); in presplitLoadsAndStores() local
[all …]
H A DLowerExpectIntrinsic.cpp78 static bool handleSwitchExpect(SwitchInst &SI) { in handleSwitchExpect()
352 } else if (SwitchInst *SI = dyn_cast<SwitchInst>(BB.getTerminator())) { in lowerExpectIntrinsic() local
364 if (SelectInst *SI = dyn_cast<SelectInst>(Inst)) { in lowerExpectIntrinsic() local
H A DLoopUnswitch.cpp354 void LUAnalysisCache::setUnswitched(const SwitchInst *SI, const Value *V) { in setUnswitched()
359 bool LUAnalysisCache::isUnswitched(const SwitchInst *SI, const Value *V) { in isUnswitched()
630 auto HasUndefInSelect = [](SelectInst &SI) { in equalityPropUnSafe()
767 } else if (SwitchInst *SI = dyn_cast<SwitchInst>(TI)) { in processCurrentLoop() local
831 if (SelectInst *SI = dyn_cast<SelectInst>(BBI)) { in processCurrentLoop() local
1199 } else if (SwitchInst *SI = dyn_cast<SwitchInst>(CurrentTerm)) { in tryTrivialLoopUnswitch() local
1258 } else if (SwitchInst *SI = dyn_cast<SwitchInst>(CurrentTerm)) { in tryTrivialLoopUnswitch() local
1623 SwitchInst *SI = dyn_cast<SwitchInst>(UI); in rewriteLoopBodyWithConditionConstant() local
/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXString.cpp117 for (unsigned SI = 0, SE = Set->Count; SI < SE; ++SI) in createSet() local
186 for (unsigned SI = 0, SE = set->Count; SI < SE; ++SI) in clang_disposeStringSet() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp72 } else if (const StoreInst *SI = dyn_cast<StoreInst>(U)) { in isAllocaPromotable() local
135 if (StoreInst *SI = dyn_cast<StoreInst>(User)) { in AnalyzeAlloca() local
470 if (StoreInst *SI = dyn_cast<StoreInst>(U)) in promoteSingleBlockAlloca() local
522 StoreInst *SI = cast<StoreInst>(AI->user_back()); in promoteSingleBlockAlloca() local
805 if (StoreInst *SI = dyn_cast<StoreInst>(I)) { in ComputeLiveInBlocks() local
968 } else if (StoreInst *SI = dyn_cast<StoreInst>(I)) { in RenamePass() local
/netbsd/external/gpl3/gcc.old/dist/libgcc/config/spu/
H A Dfloat_unssidf.c33 __float_unssidf (qword SI) in __float_unssidf()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DState.cpp33 OptionalDiagnostic State::FFDiag(const SourceInfo &SI, diag::kind DiagId, in FFDiag()
57 OptionalDiagnostic State::CCEDiag(const SourceInfo &SI, diag::kind DiagId, in CCEDiag()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DWasmDump.cpp35 symbol_iterator SI = RelRef.getSymbol(); in getWasmRelocationValueString() local
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/py_range/
H A Dfoo.adb23 SI : Small_Integer := 740804; variable
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/py_range/
H A Dfoo.adb23 SI : Small_Integer := 740804; variable
/netbsd/external/gpl3/gdb/dist/include/cgen/
H A Dbasic-modes.h40 typedef int32_t SI; typedef

12345678910>>...16