Home
last modified time | relevance | path

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

1234567

/external/llvm/lib/Object/
DObject.cpp32 section_iterator SI = unwrap(ObjectFile)->begin_sections(); in LLVMGetSections() local
36 void LLVMDisposeSectionIterator(LLVMSectionIteratorRef SI) { in LLVMDisposeSectionIterator()
41 LLVMSectionIteratorRef SI) { in LLVMIsSectionIteratorAtEnd()
45 void LLVMMoveToNextSection(LLVMSectionIteratorRef SI) { in LLVMMoveToNextSection()
59 symbol_iterator SI = unwrap(ObjectFile)->begin_symbols(); in LLVMGetSymbols() local
63 void LLVMDisposeSymbolIterator(LLVMSymbolIteratorRef SI) { in LLVMDisposeSymbolIterator()
68 LLVMSymbolIteratorRef SI) { in LLVMIsSymbolIteratorAtEnd()
72 void LLVMMoveToNextSymbol(LLVMSymbolIteratorRef SI) { in LLVMMoveToNextSymbol()
79 const char *LLVMGetSectionName(LLVMSectionIteratorRef SI) { in LLVMGetSectionName()
86 uint64_t LLVMGetSectionSize(LLVMSectionIteratorRef SI) { in LLVMGetSectionSize()
[all …]
/external/llvm/include/llvm-c/
DObject.h113 inline section_iterator *unwrap(LLVMSectionIteratorRef SI) { in unwrap()
118 wrap(const section_iterator *SI) { in wrap()
123 inline symbol_iterator *unwrap(LLVMSymbolIteratorRef SI) { in unwrap()
128 wrap(const symbol_iterator *SI) { in wrap()
133 inline relocation_iterator *unwrap(LLVMRelocationIteratorRef SI) { in unwrap()
138 wrap(const relocation_iterator *SI) { in wrap()
/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/llvm/lib/Transforms/Scalar/
DSimplifyCFGPass.cpp68 for (succ_iterator SI = succ_begin(BB), SE = succ_end(BB); SI != SE; ++SI) in changeToUnreachable() local
142 if (StoreInst *SI = dyn_cast<StoreInst>(BBI)) { in markAliveBlocks() local
177 for (succ_iterator SI = succ_begin(BB), SE = succ_end(BB); SI != SE; ++SI) in markAliveBlocks() local
203 for (succ_iterator SI = succ_begin(BB), SE = succ_end(BB); SI != SE; ++SI) in removeUnreachableBlocksFromFn() local
DLowerAtomic.cpp103 static bool LowerStoreInst(StoreInst *SI) { in LowerStoreInst()
127 } else if (StoreInst *SI = dyn_cast<StoreInst>(Inst)) { in runOnBasicBlock() local
DLoopUnswitch.cpp286 void LUAnalysisCache::setUnswitched(const SwitchInst* SI, const Value* V) { in setUnswitched()
291 bool LUAnalysisCache::isUnswitched(const SwitchInst* SI, const Value* V) { in isUnswitched()
443 } else if (SwitchInst *SI = dyn_cast<SwitchInst>(TI)) { in processCurrentLoop() local
478 if (SelectInst *SI = dyn_cast<SelectInst>(BBI)) { in processCurrentLoop() local
513 for (succ_iterator SI = succ_begin(BB), E = succ_end(BB); SI != E; ++SI) { in isTrivialLoopExitBlockHelper() local
576 } else if (SwitchInst *SI = dyn_cast<SwitchInst>(HeaderTerm)) { in IsTrivialUnswitchCondition() local
1126 SwitchInst *SI = dyn_cast<SwitchInst>(U); in RewriteLoopBodyWithConditionConstant() local
DMemCpyOptimizer.cpp205 if (StoreInst *SI = dyn_cast<StoreInst>(Inst)) in addInst() local
211 void addStore(int64_t OffsetFromFirst, StoreInst *SI) { in addStore()
469 SI = Range.TheStores.begin(), in INITIALIZE_PASS_DEPENDENCY() local
481 bool MemCpyOpt::processStore(StoreInst *SI, BasicBlock::iterator &BBI) { in processStore()
946 if (StoreInst *SI = dyn_cast<StoreInst>(I)) in iterateOnFunction() local
DDeadStoreElimination.cpp170 if (StoreInst *SI = dyn_cast<StoreInst>(Inst)) in getLocForWrite() local
223 if (StoreInst *SI = dyn_cast<StoreInst>(I)) in isRemovable() local
265 if (StoreInst *SI = dyn_cast<StoreInst>(I)) in getStoredPointerOperand() local
476 if (StoreInst *SI = dyn_cast<StoreInst>(Inst)) { in runOnBasicBlock() local
DBasicBlockPlacement.cpp127 succ_iterator SI = succ_begin(BB), E = succ_end(BB); in PlaceBlocks() local
DLoopIdiomRecognize.cpp240 if (StoreInst *SI = dyn_cast<StoreInst>(Inst)) { in runOnLoopBlock() local
271 bool LoopIdiomRecognize::processLoopStore(StoreInst *SI, const SCEV *BECount) { in processLoopStore()
551 processLoopStoreOfLoopLoad(StoreInst *SI, unsigned StoreSize, in processLoopStoreOfLoopLoad()
/external/llvm/lib/CodeGen/
DEdgeBundles.cpp49 for (MachineBasicBlock::const_succ_iterator SI = MBB.succ_begin(), in runOnMachineFunction() local
90 for (MachineBasicBlock::const_succ_iterator SI = I->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
DShrinkWrapping.cpp206 for (MachineBasicBlock::succ_iterator SI = MBB->succ_begin(), in calcAnticInOut() local
474 for (MachineBasicBlock::succ_iterator SI = EntryBlock->succ_begin(), in calculateSets() local
561 for (MachineBasicBlock::succ_iterator SI = MBB->succ_begin(), in addUsesForMEMERegion() local
595 for (MachineBasicBlock::succ_iterator SI = MBB->succ_begin(), in addUsesForMEMERegion() local
746 for (MachineBasicBlock::succ_iterator SI = MBB->succ_begin(), in calcRestorePlacements() local
893 for (MachineBasicBlock::succ_iterator SI = EntryBlock->succ_begin(), in findFastExitPath() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp26 SelectInst *SI = dyn_cast<SelectInst>(V); in MatchSelectPattern() local
124 Instruction *InstCombiner::FoldSelectOpOp(SelectInst &SI, Instruction *TI, in FoldSelectOpOp()
210 Instruction *InstCombiner::FoldSelectIntoOp(SelectInst &SI, Value *TrueVal, in FoldSelectIntoOp()
351 Instruction *InstCombiner::visitSelectInstWithICmp(SelectInst &SI, in visitSelectInstWithICmp()
535 const SelectInst &SI) { in CanSelectOperandBeMappingIntoPredBlock()
591 static Value *foldSelectICmpAnd(const SelectInst &SI, ConstantInt *TrueVal, in foldSelectICmpAnd()
657 Instruction *InstCombiner::visitSelectInst(SelectInst &SI) { in visitSelectInst()
DInstCombineMulDivRem.cpp115 if (BinaryOperator *SI = dyn_cast<BinaryOperator>(Op0)) in visitMul() local
166 if (SelectInst *SI = dyn_cast<SelectInst>(Op0)) in visitMul() local
274 if (SelectInst *SI = dyn_cast<SelectInst>(Op0)) in visitFMul() local
293 SelectInst *SI = cast<SelectInst>(I.getOperand(1)); in SimplifyDivRemOfSelect() local
393 if (SelectInst *SI = dyn_cast<SelectInst>(Op0)) in commonIDivTransforms() local
609 if (SelectInst *SI = dyn_cast<SelectInst>(Op0I)) { in commonIRemTransforms() local
DInstCombineLoadStoreAlloca.cpp425 if (SelectInst *SI = dyn_cast<SelectInst>(Op)) { in visitLoadInst() local
460 static Instruction *InstCombineStoreToCast(InstCombiner &IC, StoreInst &SI) { in InstCombineStoreToCast()
573 Instruction *InstCombiner::visitStoreInst(StoreInst &SI) { in visitStoreInst()
703 bool InstCombiner::SimplifyStoreAtEndOfBlock(StoreInst &SI) { in SimplifyStoreAtEndOfBlock()
/external/llvm/lib/Transforms/Utils/
DLowerExpectIntrinsic.cpp60 bool LowerExpectIntrinsic::HandleSwitchExpect(SwitchInst *SI) { in HandleSwitchExpect()
143 } else if (SwitchInst *SI = dyn_cast<SwitchInst>(BB->getTerminator())) { in runOnFunction() local
DSimplifyCFG.cpp495 if (SwitchInst *SI = dyn_cast<SwitchInst>(TI)) { in EraseTerminatorInstAndDCECond() local
512 if (SwitchInst *SI = dyn_cast<SwitchInst>(TI)) { in isValueEqualityComparison() local
539 if (SwitchInst *SI = dyn_cast<SwitchInst>(TI)) { in GetValueEqualityComparisonCases() local
661 SwitchInst *SI = cast<SwitchInst>(TI); in SimplifyEqualityComparisonWithOnlyPredecessor() local
708 for (succ_iterator SI = succ_begin(TIBB), e = succ_end(TIBB); SI != e; ++SI) in SimplifyEqualityComparisonWithOnlyPredecessor() local
1036 for (succ_iterator SI = succ_begin(BB1), E = succ_end(BB1); SI != E; ++SI) { in isSafeToHoistInvoke() local
1132 for (succ_iterator SI = succ_begin(BB1), E = succ_end(BB1); SI != E; ++SI) { in HoistThenElseCodeToIf() local
1142 SelectInst *&SI = InsertedSelects[std::make_pair(BB1V, BB2V)]; in HoistThenElseCodeToIf() local
1156 for (succ_iterator SI = succ_begin(BB1), E = succ_end(BB1); SI != E; ++SI) in HoistThenElseCodeToIf() local
1283 SelectInst *SI; in SpeculativelyExecuteBB() local
[all …]
DLowerSwitch.cpp88 if (SwitchInst *SI = dyn_cast<SwitchInst>(Cur->getTerminator())) { in runOnFunction() local
224 unsigned LowerSwitch::Clusterify(CaseVector& Cases, SwitchInst *SI) { in Clusterify()
258 void LowerSwitch::processSwitchInst(SwitchInst *SI) { in processSwitchInst()
DPromoteMemoryToRegister.cpp95 } else if (const StoreInst *SI = dyn_cast<StoreInst>(U)) { in isAllocaPromotable() local
327 if (StoreInst *SI = dyn_cast<StoreInst>(User)) { in AnalyzeAlloca() local
463 StoreInst *SI = cast<StoreInst>(AI->use_back()); in run() local
695 if (StoreInst *SI = dyn_cast<StoreInst>(I)) { in ComputeLiveInBlocks() local
790 for (succ_iterator SI = succ_begin(BB), SE = succ_end(BB); SI != SE; in DetermineInsertionPoint() local
938 if (StoreInst *SI = dyn_cast<StoreInst>(*UI)) in PromoteSingleBlockAlloca() local
1085 } else if (StoreInst *SI = dyn_cast<StoreInst>(I)) { in RenamePass() local
/external/llvm/lib/Analysis/
DLoads.cpp144 } else if (StoreInst *SI = dyn_cast<StoreInst>(BBI)) { in isSafeToLoadUnconditionally() local
205 if (StoreInst *SI = dyn_cast<StoreInst>(Inst)) { in FindAvailableLoadedValue() local
DRegionInfo.cpp211 for (succ_iterator SI = succ_begin(BB), SE = succ_end(BB); SI != SE; ++SI) in verifyBBInRegion() local
216 for (pred_iterator SI = pred_begin(BB), SE = pred_end(BB); SI != SE; ++SI) in verifyBBInRegion() local
228 for (succ_iterator SI = succ_begin(BB), SE = succ_end(BB); SI != SE; ++SI) in verifyWalk() local
470 for (DST::iterator SI = entrySuccs->begin(), SE = entrySuccs->end(); in isRegion() local
481 for (DST::iterator SI = entrySuccs->begin(), SE = entrySuccs->end(); in isRegion() local
492 for (DST::iterator SI = exitSuccs->begin(), SE = exitSuccs->end(); in isRegion() local
/external/llvm/utils/TableGen/
DDFAPacketizerEmitter.cpp197 for (std::set<unsigned>::iterator SI = stateInfo.begin(); in AddInsnClass() local
242 for (std::set<unsigned>::const_iterator SI = stateInfo.begin(); in canAddInsnClass() local
282 DFA::StateSet::iterator SI = states.begin(); in writeTableAndAPI() local
/external/llvm/lib/Target/Hexagon/
DHexagonRemoveSZExtArgs.cpp60 SExtInst* SI = new SExtInst(Arg, Use->getType()); in runOnFunction() local
/external/clang/lib/Basic/
DIdentifierTable.cpp350 MultiKeywordSelector *SI = getMultiKeywordSelector(); in getNumArgs() local
360 MultiKeywordSelector *SI = getMultiKeywordSelector(); in getIdentifierInfoForSlot() local
496 if (MultiKeywordSelector *SI = in getSelector() local
503 MultiKeywordSelector *SI = in getSelector() local

1234567