/llvm-project/llvm/lib/Object/ |
H A D | Object.cpp | 33 inline section_iterator *unwrap(LLVMSectionIteratorRef SI) { in unwrap() 38 wrap(const section_iterator *SI) { in wrap() 43 inline symbol_iterator *unwrap(LLVMSymbolIteratorRef SI) { in unwrap() 48 wrap(const symbol_iterator *SI) { in wrap() 53 inline relocation_iterator *unwrap(LLVMRelocationIteratorRef SI) { in unwrap() 58 wrap(const relocation_iterator *SI) { in wrap() 161 LLVMSectionIteratorRef SI) { in LLVMObjectFileIsSectionIteratorAtEnd() 175 LLVMSymbolIteratorRef SI) { in LLVMObjectFileIsSymbolIteratorAtEnd() 203 section_iterator SI = OB->getBinary()->section_begin(); in LLVMGetSections() local 207 void LLVMDisposeSectionIterator(LLVMSectionIteratorRef SI) { in LLVMDisposeSectionIterator() [all …]
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | SetOperations.h | 37 for (typename S2Ty::const_iterator SI = S2.begin(), SE = S2.end(); SI != SE; set_union() local 67 for (typename S1Ty::const_iterator SI = S1.begin(), SE = S1.end(); SI != SE; set_intersection_impl() local 88 for (typename S1Ty::const_iterator SI = S1.begin(), SE = S1.end(); SI != SE; set_difference() local 98 for (typename S2Ty::const_iterator SI = S2.begin(), SE = S2.end(); SI != SE; set_subtract() local 108 for (typename S2Ty::const_iterator SI = S2.begin(), SE = S2.end(); SI != SE; set_subtract() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | SelectOptimize.cpp | 533 getTrueOrFalseValue(SelectOptimizeImpl::SelectLike SI,bool isTrue,const SmallPtrSet<const Instruction *,2> & Selects,IRBuilder<> & IB) getTrueOrFalseValue() argument 601 for (SelectLike SI : ASI) { convertProfitableSIGroups() local 648 SelectLike SI = ASI.front(); convertProfitableSIGroups() local 751 for (auto SI : ASI) convertProfitableSIGroups() local 758 SelectLike SI = *It; convertProfitableSIGroups() local 773 for (auto SI : ASI) convertProfitableSIGroups() local 783 if (SelectLike SI = SelectLike::match(I)) { collectSelectGroups() local 877 for (SelectLike SI : ASI) { findProfitableSIGroupsInnerLoops() local 902 SelectLike SI = ASI.front(); isConvertToBranchProfitableBase() local 952 extractBranchWeights(const SelectOptimizeImpl::SelectLike SI,uint64_t & TrueVal,uint64_t & FalseVal) extractBranchWeights() argument 978 for (SelectLike SI : ASI) { hasExpensiveColdOperand() local 1014 isSafeToSinkLoad(Instruction * LoadI,Instruction * SI) isSafeToSinkLoad() argument 1035 getExclBackwardsSlice(Instruction * I,std::stack<Instruction * > & Slice,Instruction * SI,bool ForSinking) getExclBackwardsSlice() argument 1080 isSelectHighlyPredictable(const SelectLike SI) isSelectHighlyPredictable() argument 1214 auto SI = SImap.at(&I); computeLoopCosts() local 1247 for (SelectLike SI : ASI) getSImap() local 1262 getMispredictionCost(const SelectLike SI,const Scaled64 CondCost) getMispredictionCost() argument 1289 getPredictedPathCost(Scaled64 TrueCost,Scaled64 FalseCost,const SelectLike SI) getPredictedPathCost() argument 1309 isSelectKindSupported(const SelectLike SI) isSelectKindSupported() argument [all...] |
H A D | LiveIntervalUnion.cpp | 88 for (LiveSegments::const_iterator SI = Segments.begin(); SI.valid(); ++SI) { in print() local 98 for (SegmentIter SI = Segments.begin(); SI.valid(); ++SI) in verify() local 106 for (LiveSegments::const_iterator SI = Segments.begin(); SI.valid(); ++SI) { in getOneVReg() local
|
H A D | MacroFusion.cpp | 39 for (const SDep &SI : SU.Preds) in getPredClusterSU() local 99 for (const SDep &SI : FirstSU.Succs) { in fuseInstructionPair() local 112 for (const SDep &SI : SecondSU.Preds) { in fuseInstructionPair() local
|
/llvm-project/polly/include/polly/ |
H A D | ScopPass.h | 65 explicit Result(ScopAnalysisManager &InnerAM, ScopInfo &SI) in Result() 89 ScopInfo *SI; variable
|
H A D | PolyhedralInfo.h | 91 ScopInfo *SI; variable
|
/llvm-project/llvm/tools/llvm-reduce/deltas/ |
H A D | ReduceMemoryOperations.cpp | 23 } else if (StoreInst *SI = dyn_cast<StoreInst>(&I)) { in removeVolatileInFunction() local 53 } else if (StoreInst *SI = dyn_cast<StoreInst>(&I)) { in reduceAtomicSyncScopesInFunction() local 86 } else if (StoreInst *SI = dyn_cast<StoreInst>(&I)) { in reduceAtomicOrderingInFunction() local
|
/llvm-project/llvm/unittests/Analysis/ |
H A D | TBAATest.cpp | 37 auto *SI = new StoreInst(ConstantInt::get(IntType, 42), in getFunctionWithSingleStore() local 45 auto *SI = getFunctionWithSingleStore(&M, "f1"); in TEST_F() local 66 auto *SI = getFunctionWithSingleStore(&M, "f2"); in TEST_F() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LowerAtomicPass.cpp | 35 SI->setAtomic(AtomicOrdering::NotAtomic); in LowerStoreInst() argument 52 if (SI->isAtomic()) in runOnBasicBlock() local
|
H A D | LowerExpectIntrinsic.cpp | 76 static bool handleSwitchExpect(SwitchInst &SI) { in handleSwitchExpect() 372 } else if (SwitchInst *SI = dyn_cast<SwitchInst>(BB.getTerminator())) { in lowerExpectIntrinsic() local 383 if (SelectInst *SI = dyn_cast<SelectInst>(&Inst)) { in lowerExpectIntrinsic() local
|
/llvm-project/libcxx/test/std/numerics/numeric.ops/numeric.ops.sat/ |
H A D | mul_sat.compile.pass.cpp | 43 using SI = long long int; in test() typedef
|
H A D | sub_sat.compile.pass.cpp | 43 using SI = long long int; in test() typedef
|
H A D | add_sat.compile.pass.cpp | 43 using SI = long long int; in test() typedef
|
H A D | div_sat.compile.pass.cpp | 46 using SI = long long int; in test() typedef
|
H A D | saturate_cast.compile.pass.cpp | 45 using SI = long long int; in test() typedef
|
/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXLowerAggrCopies.cpp | 105 Value *DstAddr = SI->getOperand(1); in runOnFunction() local 78 if (StoreInst *SI = dyn_cast<StoreInst>(LI->user_back())) { runOnFunction() local
|
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
H A D | SimpleRemoteEPCUtils.h | 209 static size_t size(const SimpleRemoteEPCExecutorInfo &SI) { in size() 215 const SimpleRemoteEPCExecutorInfo &SI) { in serialize() 220 static bool deserialize(SPSInputBuffer &IB, SimpleRemoteEPCExecutorInfo &SI) { in deserialize()
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCMacroFusion.cpp | 127 const MachineOperand &SI = FirstMI.getOperand(2); in checkOpConstraints() local 206 const MachineOperand &SI = SecondMI.getOperand(2); in checkOpConstraints() local 217 const MachineOperand &SI = FirstMI.getOperand(2); in checkOpConstraints() local
|
/llvm-project/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.unused/ |
H A D | p2.cpp | 5 static int SI [[maybe_unused]]; member
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNRegPressure.h | 187 reset(const MachineRegisterInfo & MRI,SlotIndex SI) reset() argument 285 auto SI = SII.getInstructionIndex(*I); getLiveRegMap() local 302 for (auto SI : LiveIdxs) getLiveRegMap() local 310 for (auto SI : SRLiveIdxs) getLiveRegMap() local [all...] |
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineLoadStoreAlloca.cpp | 322 } else if (auto *SI = dyn_cast<SelectInst>(Inst)) { collectUsersRecursive() local 396 } else if (auto *SI = dyn_cast<SelectInst>(I)) { replace() local 573 combineStoreToNewValue(InstCombinerImpl & IC,StoreInst & SI,Value * V) combineStoreToNewValue() argument 815 if (SelectInst *SI = dyn_cast<SelectInst>(P)) { isObjectSizeLessThanOrEq() local 976 canSimplifyNullStoreOrGEP(StoreInst & SI) canSimplifyNullStoreOrGEP() argument 1062 if (SelectInst *SI = dyn_cast<SelectInst>(Op)) { visitLoadInst() local 1174 combineStoreToValueType(InstCombinerImpl & IC,StoreInst & SI) combineStoreToValueType() argument 1212 unpackStoreToAggregate(InstCombinerImpl & IC,StoreInst & SI) unpackStoreToAggregate() argument 1350 visitStoreInst(StoreInst & SI) visitStoreInst() argument 1483 mergeStoreIntoSuccessor(StoreInst & SI) mergeStoreIntoSuccessor() argument [all...] |
/llvm-project/clang/tools/libclang/ |
H A D | CXString.cpp | 126 for (unsigned SI = 0, SE = Set->Count; SI < SE; ++SI) in createSet() local 195 for (unsigned SI = 0, SE = set->Count; SI < SE; ++SI) in clang_disposeStringSet() local
|
/llvm-project/clang/test/Sema/ |
H A D | warn-free-nonheap-object.cpp | 51 static int SI = 0; in test1() local 91 static int SI = 0; in test2() local
|
H A D | warn-free-nonheap-object.c | 18 static int SI = 0; in test() local
|