/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | Object.cpp | 32 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() 52 inline relocation_iterator *unwrap(LLVMRelocationIteratorRef SI) { in unwrap() 57 wrap(const relocation_iterator *SI) { in wrap() 158 LLVMSectionIteratorRef SI) { in LLVMObjectFileIsSectionIteratorAtEnd() 172 LLVMSymbolIteratorRef SI) { in LLVMObjectFileIsSymbolIteratorAtEnd() 200 section_iterator SI = OB->getBinary()->section_begin(); in LLVMGetSections() local 204 void LLVMDisposeSectionIterator(LLVMSectionIteratorRef SI) { in LLVMDisposeSectionIterator() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | SetOperations.h | 25 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
|
D | SetVector.h | 248 for (typename STy::const_iterator SI = S.begin(), SE = S.end(); SI != SE; in set_union() local 261 for (typename STy::const_iterator SI = S.begin(), SE = S.end(); SI != SE; in set_subtract() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MacroFusion.cpp | 40 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
|
D | EdgeBundles.cpp | 48 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
|
D | LiveIntervalUnion.cpp | 87 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
|
D | SwitchLoweringUtils.cpp | 44 const SwitchInst *SI, in findJumpTables() 189 const SwitchInst *SI, in buildJumpTable() 263 const SwitchInst *SI) { in findBitTestClusters() 363 const SwitchInst *SI, in buildBitTests()
|
D | GCRootLowering.cpp | 153 if (StoreInst *SI = dyn_cast<StoreInst>(IP)) in InsertRootInitializers() local 163 StoreInst *SI = new StoreInst( in InsertRootInitializers() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 482 static StoreInst *combineStoreToNewValue(InstCombiner &IC, StoreInst &SI, Value *V) { in combineStoreToNewValue() 606 auto *SI = dyn_cast<StoreInst>(U); in combineLoadToOperationType() local 614 auto *SI = cast<StoreInst>(*UI++); in combineLoadToOperationType() local 779 if (SelectInst *SI = dyn_cast<SelectInst>(P)) { in isObjectSizeLessThanOrEq() local 934 static bool canSimplifyNullStoreOrGEP(StoreInst &SI) { in canSimplifyNullStoreOrGEP() 1014 StoreInst *SI = new StoreInst(UndefValue::get(LI.getType()), in visitLoadInst() local 1031 if (SelectInst *SI = dyn_cast<SelectInst>(Op)) { in visitLoadInst() local 1147 static bool combineStoreToValueType(InstCombiner &IC, StoreInst &SI) { in combineStoreToValueType() 1179 static bool unpackStoreToAggregate(InstCombiner &IC, StoreInst &SI) { in unpackStoreToAggregate() 1324 StoreInst &SI) { in removeBitcastsFromLoadStoreOnMinMax() [all …]
|
D | InstCombineAtomicRMW.cpp | 124 auto *SI = new StoreInst(RMWI.getValOperand(), in visitAtomicRMWInst() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | GCNRegPressure.cpp | 36 void llvm::printLivesAt(SlotIndex SI, in printLivesAt() 225 auto SI = LIS.getInstructionIndex(*MO.getParent()).getBaseIndex(); in getUsedRegMask() local 257 SlotIndex SI, in getLiveLaneMask() 275 GCNRPTracker::LiveRegSet llvm::getLiveRegs(SlotIndex SI, in getLiveRegs() 374 SlotIndex SI = LIS.getInstructionIndex(*NextMI).getBaseIndex(); in advanceBeforeNext() local 474 const auto &SI = LIS.getInstructionIndex(*LastTrackedMI).getBaseIndex(); in isValid() local
|
D | GCNRegPressure.h | 208 auto SI = SII.getInstructionIndex(*I); in getLiveRegMap() local 225 for (auto SI : LiveIdxs) in getLiveRegMap() local 233 for (auto SI : SRLiveIdxs) in getLiveRegMap() local
|
D | AMDGPUPromoteAlloca.cpp | 348 StoreInst *SI = cast<StoreInst>(Inst); in canVectorizeInst() local 442 StoreInst *SI = cast<StoreInst>(Inst); in tryPromoteAllocaToVector() local 551 if (StoreInst *SI = dyn_cast<StoreInst>(UseInst)) { in collectUsesWithPtrTypes() local 597 if (SelectInst *SI = dyn_cast<SelectInst>(UseInst)) { in collectUsesWithPtrTypes() local 861 if (SelectInst *SI = dyn_cast<SelectInst>(V)) { in handleAlloca() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXLowerAggrCopies.cpp | 79 if (StoreInst *SI = dyn_cast<StoreInst>(LI->user_back())) { in runOnFunction() local 106 auto *SI = cast<StoreInst>(*LI->user_begin()); in runOnFunction() local
|
D | NVPTXLowerAlloca.cpp | 96 auto SI = dyn_cast<StoreInst>(AllocaUse.getUser()); in runOnFunction() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LowerExpectIntrinsic.cpp | 58 static bool handleSwitchExpect(SwitchInst &SI) { in handleSwitchExpect() 330 } else if (SwitchInst *SI = dyn_cast<SwitchInst>(BB.getTerminator())) { in lowerExpectIntrinsic() local 342 if (SelectInst *SI = dyn_cast<SelectInst>(Inst)) { in lowerExpectIntrinsic() local
|
D | SROA.cpp | 368 iterator SI, SJ; member in llvm::sroa::Partition 375 Partition(iterator SI) : SI(SI), SJ(SI) {} in Partition() 448 partition_iterator(AllocaSlices::iterator SI, AllocaSlices::iterator SE) in partition_iterator() 623 static Value *foldSelectInst(SelectInst &SI) { in foldSelectInst() 795 void visitStoreInst(StoreInst &SI) { in visitStoreInst() 967 if (StoreInst *SI = dyn_cast<StoreInst>(I)) { in hasUnsafePHIOrSelectUse() local 1045 void visitSelectInst(SelectInst &SI) { visitPHINodeOrSelectInst(SI); } in visitSelectInst() 1147 } else if (StoreInst *SI = dyn_cast<StoreInst>(U->getUser())) { in findCommonType() local 1331 static bool isSafeSelectToSpeculate(SelectInst &SI) { in isSafeSelectToSpeculate() 1355 static void speculateSelectInstLoads(SelectInst &SI) { in speculateSelectInstLoads() [all …]
|
D | LoopUnswitch.cpp | 341 void LUAnalysisCache::setUnswitched(const SwitchInst *SI, const Value *V) { in setUnswitched() 346 bool LUAnalysisCache::isUnswitched(const SwitchInst *SI, const Value *V) { in isUnswitched() 616 auto hasUndefInSelect = [](SelectInst &SI) { in EqualityPropUnSafe() 750 } else if (SwitchInst *SI = dyn_cast<SwitchInst>(TI)) { in processCurrentLoop() local 814 if (SelectInst *SI = dyn_cast<SelectInst>(BBI)) { in processCurrentLoop() local 851 for (succ_iterator SI = succ_begin(BB), E = succ_end(BB); SI != E; ++SI) { in isTrivialLoopExitBlockHelper() local 1105 } else if (SwitchInst *SI = dyn_cast<SwitchInst>(CurrentTerm)) { in TryTrivialLoopUnswitch() local 1164 } else if (SwitchInst *SI = dyn_cast<SwitchInst>(CurrentTerm)) { in TryTrivialLoopUnswitch() local 1514 SwitchInst *SI = dyn_cast<SwitchInst>(UI); in RewriteLoopBodyWithConditionConstant() local
|
D | LowerAtomic.cpp | 113 static bool LowerStoreInst(StoreInst *SI) { in LowerStoreInst() 131 } else if (StoreInst *SI = dyn_cast<StoreInst>(Inst)) { in runOnBasicBlock() local
|
D | MemCpyOptimizer.cpp | 167 if (StoreInst *SI = dyn_cast<StoreInst>(Inst)) in addInst() local 173 void addStore(int64_t OffsetFromFirst, StoreInst *SI) { in addStore() 416 static Align findStoreAlignment(const DataLayout &DL, const StoreInst *SI) { in findStoreAlignment() 426 static Align findCommonAlignment(const DataLayout &DL, const StoreInst *SI, in findCommonAlignment() 437 static bool moveUp(AliasAnalysis &AA, StoreInst *SI, Instruction *P, in moveUp() 527 bool MemCpyOptPass::processStore(StoreInst *SI, BasicBlock::iterator &BBI) { in processStore() 1345 if (StoreInst *SI = dyn_cast<StoreInst>(I)) in iterateOnFunction() local
|
/third_party/skia/include/private/ |
D | SkVx.h | 47 #define SI static inline macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | PromoteMemoryToRegister.cpp | 76 } else if (const StoreInst *SI = dyn_cast<StoreInst>(U)) { in isAllocaPromotable() local 138 if (StoreInst *SI = dyn_cast<StoreInst>(User)) { in AnalyzeAlloca() local 459 if (StoreInst *SI = dyn_cast<StoreInst>(U)) in promoteSingleBlockAlloca() local 511 StoreInst *SI = cast<StoreInst>(AI->user_back()); in promoteSingleBlockAlloca() local 794 if (StoreInst *SI = dyn_cast<StoreInst>(I)) { in ComputeLiveInBlocks() local 956 } else if (StoreInst *SI = dyn_cast<StoreInst>(I)) { in RenamePass() local
|
D | SimplifyCFG.cpp | 684 if (SwitchInst *SI = dyn_cast<SwitchInst>(TI)) { in EraseTerminatorAndDCECond() local 702 if (SwitchInst *SI = dyn_cast<SwitchInst>(TI)) { in isValueEqualityComparison() local 729 if (SwitchInst *SI = dyn_cast<SwitchInst>(TI)) { in GetValueEqualityComparisonCases() local 789 static void setBranchWeights(SwitchInst *SI, ArrayRef<uint32_t> Weights) { in setBranchWeights() 870 SwitchInstProfUpdateWrapper SI = *cast<SwitchInst>(TI); in SimplifyEqualityComparisonWithOnlyPredecessor() local 1406 SelectInst *&SI = InsertedSelects[std::make_pair(BB1V, BB2V)]; in HoistThenElseCodeToIf() local 1914 if (auto *SI = dyn_cast<StoreInst>(&CurI)) { in isSafeToSpeculateStore() local 2897 if (auto *SI = dyn_cast<StoreInst>(&I)) { in findUniqueStoreInBlocks() local 3084 StoreInst *SI = cast<StoreInst>(QB.CreateStore(QPHI, Address)); in mergeConditionalStoreToAddress() local 3204 if (StoreInst *SI = dyn_cast<StoreInst>(&I)) in mergeConditionalStores() local [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | StatepointLowering.cpp | 314 SelectionDAGBuilder::StatepointLoweringInfo &SI, in lowerCallFromStatepointLoweringInfo() 479 …erand*> &MemRefs, SelectionDAGBuilder::StatepointLoweringInfo &… in lowerStatepointMetaArgs() 636 SelectionDAGBuilder::StatepointLoweringInfo &SI) { in LowerAsSTATEPOINT() 867 StatepointLoweringInfo SI(DAG); in LowerStatepoint() local 929 StatepointLoweringInfo SI(DAG); in LowerCallSiteWithDeoptBundleImpl() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
D | ARCExpandPseudos.cpp | 61 MachineInstr &SI = *SII; in ExpandStore() local
|