Home
last modified time | relevance | path

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

12345678910>>...16

/llvm-project/llvm/lib/Object/
H A DObject.cpp33 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 DSetOperations.h37 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 DSelectOptimize.cpp533 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 DLiveIntervalUnion.cpp88 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 DMacroFusion.cpp39 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 DScopPass.h65 explicit Result(ScopAnalysisManager &InnerAM, ScopInfo &SI) in Result()
89 ScopInfo *SI; variable
H A DPolyhedralInfo.h91 ScopInfo *SI; variable
/llvm-project/llvm/tools/llvm-reduce/deltas/
H A DReduceMemoryOperations.cpp23 } 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 DTBAATest.cpp37 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 DLowerAtomicPass.cpp35 SI->setAtomic(AtomicOrdering::NotAtomic); in LowerStoreInst() argument
52 if (SI->isAtomic()) in runOnBasicBlock() local
H A DLowerExpectIntrinsic.cpp76 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 Dmul_sat.compile.pass.cpp43 using SI = long long int; in test() typedef
H A Dsub_sat.compile.pass.cpp43 using SI = long long int; in test() typedef
H A Dadd_sat.compile.pass.cpp43 using SI = long long int; in test() typedef
H A Ddiv_sat.compile.pass.cpp46 using SI = long long int; in test() typedef
H A Dsaturate_cast.compile.pass.cpp45 using SI = long long int; in test() typedef
/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAggrCopies.cpp105 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 DSimpleRemoteEPCUtils.h209 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 DPPCMacroFusion.cpp127 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 Dp2.cpp5 static int SI [[maybe_unused]]; member
/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.h187 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 DInstCombineLoadStoreAlloca.cpp322 } 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 DCXString.cpp126 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 Dwarn-free-nonheap-object.cpp51 static int SI = 0; in test1() local
91 static int SI = 0; in test2() local
H A Dwarn-free-nonheap-object.c18 static int SI = 0; in test() local

12345678910>>...16