Home
last modified time | relevance | path

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

12345678910>>...20

/external/llvm/lib/Object/
DObject.cpp31 inline section_iterator *unwrap(LLVMSectionIteratorRef SI) { in unwrap()
36 wrap(const section_iterator *SI) { in wrap()
41 inline symbol_iterator *unwrap(LLVMSymbolIteratorRef SI) { in unwrap()
46 wrap(const symbol_iterator *SI) { in wrap()
51 inline relocation_iterator *unwrap(LLVMRelocationIteratorRef SI) { in unwrap()
56 wrap(const relocation_iterator *SI) { in wrap()
84 section_iterator SI = OB->getBinary()->section_begin(); in LLVMGetSections() local
88 void LLVMDisposeSectionIterator(LLVMSectionIteratorRef SI) { in LLVMDisposeSectionIterator()
93 LLVMSectionIteratorRef SI) { in LLVMIsSectionIteratorAtEnd()
98 void LLVMMoveToNextSection(LLVMSectionIteratorRef SI) { in LLVMMoveToNextSection()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DObject.cpp31 inline section_iterator *unwrap(LLVMSectionIteratorRef SI) { in unwrap()
36 wrap(const section_iterator *SI) { in wrap()
41 inline symbol_iterator *unwrap(LLVMSymbolIteratorRef SI) { in unwrap()
46 wrap(const symbol_iterator *SI) { in wrap()
51 inline relocation_iterator *unwrap(LLVMRelocationIteratorRef SI) { in unwrap()
56 wrap(const relocation_iterator *SI) { in wrap()
84 section_iterator SI = OB->getBinary()->section_begin(); in LLVMGetSections() local
88 void LLVMDisposeSectionIterator(LLVMSectionIteratorRef SI) { in LLVMDisposeSectionIterator()
93 LLVMSectionIteratorRef SI) { in LLVMIsSectionIteratorAtEnd()
98 void LLVMMoveToNextSection(LLVMSectionIteratorRef SI) { in LLVMMoveToNextSection()
[all …]
/external/llvm/include/llvm/ADT/
DSetOperations.h26 for (typename S2Ty::const_iterator SI = S2.begin(), SE = S2.end(); in set_union() local
53 for (typename S1Ty::const_iterator SI = S1.begin(), SE = S1.end(); in set_difference() local
64 for (typename S2Ty::const_iterator SI = S2.begin(), SE = S2.end(); in set_subtract() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DSetOperations.h26 for (typename S2Ty::const_iterator SI = S2.begin(), SE = S2.end(); in set_union() local
53 for (typename S1Ty::const_iterator SI = S1.begin(), SE = S1.end(); in set_difference() local
64 for (typename S2Ty::const_iterator SI = S2.begin(), SE = S2.end(); in set_subtract() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DTBAATest.cpp41 auto *SI = new StoreInst(ConstantInt::get(IntType, 42), in getFunctionWithSingleStore() local
49 auto *SI = getFunctionWithSingleStore(&M, "f1"); in TEST_F() local
70 auto *SI = getFunctionWithSingleStore(&M, "f2"); in TEST_F() local
/external/llvm/lib/CodeGen/
DEdgeBundles.cpp47 for (MachineBasicBlock::const_succ_iterator SI = MBB.succ_begin(), in runOnMachineFunction() local
84 for (MachineBasicBlock::const_succ_iterator SI = MBB.succ_begin(), in WriteGraph() local
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
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DEdgeBundles.cpp48 for (MachineBasicBlock::const_succ_iterator SI = MBB.succ_begin(), in runOnMachineFunction() local
88 for (MachineBasicBlock::const_succ_iterator SI = MBB.succ_begin(), in WriteGraph() local
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
DMacroFusion.cpp78 for (const SDep &SI : FirstSU.Succs) { in fuseInstructionPair() local
91 for (const SDep &SI : SecondSU.Preds) { in fuseInstructionPair() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp518 static StoreInst *combineStoreToNewValue(InstCombiner &IC, StoreInst &SI, Value *V) { in combineStoreToNewValue()
638 auto *SI = dyn_cast<StoreInst>(U); in combineLoadToOperationType() local
647 auto *SI = cast<StoreInst>(*UI++); in combineLoadToOperationType() local
811 if (SelectInst *SI = dyn_cast<SelectInst>(P)) { in isObjectSizeLessThanOrEq() local
966 static bool canSimplifyNullStoreOrGEP(StoreInst &SI) { in canSimplifyNullStoreOrGEP()
1046 StoreInst *SI = new StoreInst(UndefValue::get(LI.getType()), in visitLoadInst() local
1063 if (SelectInst *SI = dyn_cast<SelectInst>(Op)) { in visitLoadInst() local
1175 static bool combineStoreToValueType(InstCombiner &IC, StoreInst &SI) { in combineStoreToValueType()
1207 static bool unpackStoreToAggregate(InstCombiner &IC, StoreInst &SI) { in unpackStoreToAggregate()
1352 StoreInst &SI) { in removeBitcastsFromLoadStoreOnMinMax()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DGCNRegPressure.cpp37 void llvm::printLivesAt(SlotIndex SI, in printLivesAt()
222 auto SI = LIS.getInstructionIndex(*MO.getParent()).getBaseIndex(); in getUsedRegMask() local
254 SlotIndex SI, in getLiveLaneMask()
272 GCNRPTracker::LiveRegSet llvm::getLiveRegs(SlotIndex SI, in getLiveRegs()
372 SlotIndex SI = LIS.getInstructionIndex(*NextMI).getBaseIndex(); in advanceBeforeNext() local
472 const auto &SI = LIS.getInstructionIndex(*LastTrackedMI).getBaseIndex(); in isValid() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp120 Instruction *InstCombiner::FoldSelectOpOp(SelectInst &SI, Instruction *TI, in FoldSelectOpOp()
229 Instruction *InstCombiner::FoldSelectIntoOp(SelectInst &SI, Value *TrueVal, in FoldSelectIntoOp()
309 static Value *foldSelectICmpAndOr(const SelectInst &SI, Value *TrueVal, in foldSelectICmpAndOr()
415 Instruction *InstCombiner::visitSelectInstWithICmp(SelectInst &SI, in visitSelectInstWithICmp()
624 const SelectInst &SI) { in CanSelectOperandBeMappingIntoPredBlock()
711 SelectInst *SI = cast<SelectInst>(Inner); in FoldSPFofSPF() local
769 static Value *foldSelectICmpAnd(const SelectInst &SI, ConstantInt *TrueVal, in foldSelectICmpAnd()
842 static Instruction *foldAddSubSelect(SelectInst &SI, in foldAddSubSelect()
912 Instruction *InstCombiner::visitSelectInst(SelectInst &SI) { in visitSelectInst()
DInstCombineLoadStoreAlloca.cpp394 static StoreInst *combineStoreToNewValue(InstCombiner &IC, StoreInst &SI, Value *V) { in combineStoreToNewValue()
480 auto *SI = dyn_cast<StoreInst>(U); in combineLoadToOperationType() local
488 auto *SI = cast<StoreInst>(*UI++); in combineLoadToOperationType() local
632 if (SelectInst *SI = dyn_cast<SelectInst>(P)) { in isObjectSizeLessThanOrEq() local
885 if (SelectInst *SI = dyn_cast<SelectInst>(Op)) { in visitLoadInst() local
995 static bool combineStoreToValueType(InstCombiner &IC, StoreInst &SI) { in combineStoreToValueType()
1020 static bool unpackStoreToAggregate(InstCombiner &IC, StoreInst &SI) { in unpackStoreToAggregate()
1148 Instruction *InstCombiner::visitStoreInst(StoreInst &SI) { in visitStoreInst()
1279 bool InstCombiner::SimplifyStoreAtEndOfBlock(StoreInst &SI) { in SimplifyStoreAtEndOfBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXLowerAggrCopies.cpp80 if (StoreInst *SI = dyn_cast<StoreInst>(LI->user_back())) { in runOnFunction() local
107 StoreInst *SI = dyn_cast<StoreInst>(*LI->user_begin()); in runOnFunction() local
/external/strace/
Dsysent_shorthand_defs.h20 # define SI 0 macro
44 # define SI MEMORY_MAPPING_CHANGE macro
/external/llvm/lib/Transforms/Scalar/
DLowerExpectIntrinsic.cpp56 static bool handleSwitchExpect(SwitchInst &SI) { in handleSwitchExpect()
149 } else if (SwitchInst *SI = dyn_cast<SwitchInst>(BB.getTerminator())) { in lowerExpectIntrinsic() local
DSROA.cpp329 iterator SI, SJ; member in llvm::sroa::Partition
336 Partition(iterator SI) : SI(SI), SJ(SI) {} in Partition()
409 partition_iterator(AllocaSlices::iterator SI, AllocaSlices::iterator SE) in partition_iterator()
583 static Value *foldSelectInst(SelectInst &SI) { in foldSelectInst()
742 void visitStoreInst(StoreInst &SI) { in visitStoreInst()
899 if (StoreInst *SI = dyn_cast<StoreInst>(I)) { in hasUnsafePHIOrSelectUse() local
976 void visitSelectInst(SelectInst &SI) { visitPHINodeOrSelectInst(SI); } in visitSelectInst()
1079 } else if (StoreInst *SI = dyn_cast<StoreInst>(U->getUser())) { in findCommonType() local
1247 static bool isSafeSelectToSpeculate(SelectInst &SI) { in isSafeSelectToSpeculate()
1269 static void speculateSelectInstLoads(SelectInst &SI) { in speculateSelectInstLoads()
[all …]
DLowerAtomic.cpp108 static bool LowerStoreInst(StoreInst *SI) { in LowerStoreInst()
126 } else if (StoreInst *SI = dyn_cast<StoreInst>(Inst)) { in runOnBasicBlock() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLowerExpectIntrinsic.cpp57 static bool handleSwitchExpect(SwitchInst &SI) { in handleSwitchExpect()
315 } else if (SwitchInst *SI = dyn_cast<SwitchInst>(BB.getTerminator())) { in lowerExpectIntrinsic() local
327 if (SelectInst *SI = dyn_cast<SelectInst>(Inst)) { in lowerExpectIntrinsic() local
DLowerAtomic.cpp107 static bool LowerStoreInst(StoreInst *SI) { in LowerStoreInst()
125 } else if (StoreInst *SI = dyn_cast<StoreInst>(Inst)) { in runOnBasicBlock() local
DSROA.cpp375 iterator SI, SJ; member in llvm::sroa::Partition
382 Partition(iterator SI) : SI(SI), SJ(SI) {} in Partition()
455 partition_iterator(AllocaSlices::iterator SI, AllocaSlices::iterator SE) in partition_iterator()
630 static Value *foldSelectInst(SelectInst &SI) { in foldSelectInst()
792 void visitStoreInst(StoreInst &SI) { in visitStoreInst()
949 if (StoreInst *SI = dyn_cast<StoreInst>(I)) { in hasUnsafePHIOrSelectUse() local
1026 void visitSelectInst(SelectInst &SI) { visitPHINodeOrSelectInst(SI); } in visitSelectInst()
1128 } else if (StoreInst *SI = dyn_cast<StoreInst>(U->getUser())) { in findCommonType() local
1308 static bool isSafeSelectToSpeculate(SelectInst &SI) { in isSafeSelectToSpeculate()
1330 static void speculateSelectInstLoads(SelectInst &SI) { in speculateSelectInstLoads()
[all …]
DLoopUnswitch.cpp333 void LUAnalysisCache::setUnswitched(const SwitchInst *SI, const Value *V) { in setUnswitched()
338 bool LUAnalysisCache::isUnswitched(const SwitchInst *SI, const Value *V) { in isUnswitched()
593 auto hasUndefInSelect = [](SelectInst &SI) { in EqualityPropUnSafe()
725 } else if (SwitchInst *SI = dyn_cast<SwitchInst>(TI)) { in processCurrentLoop() local
789 if (SelectInst *SI = dyn_cast<SelectInst>(BBI)) { in processCurrentLoop() local
825 for (succ_iterator SI = succ_begin(BB), E = succ_end(BB); SI != E; ++SI) { in isTrivialLoopExitBlockHelper() local
1074 } else if (SwitchInst *SI = dyn_cast<SwitchInst>(CurrentTerm)) { in TryTrivialLoopUnswitch() local
1132 } else if (SwitchInst *SI = dyn_cast<SwitchInst>(CurrentTerm)) { in TryTrivialLoopUnswitch() local
1457 SwitchInst *SI = dyn_cast<SwitchInst>(UI); in RewriteLoopBodyWithConditionConstant() local
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.unused/
Dp2.cpp5 …static int SI [[maybe_unused]]; // expected-warning {{'maybe_unused' attribute only applies to var… member
/external/clang/tools/libclang/
DCXString.cpp119 for (unsigned SI = 0, SE = Set->Count; SI < SE; ++SI) in createSet() local
189 for (unsigned SI = 0, SE = set->Count; SI < SE; ++SI) in clang_disposeStringSet() local

12345678910>>...20