/external/llvm/lib/Object/ |
D | Object.cpp | 31 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-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 …]
|
/external/llvm-project/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 …]
|
/external/llvm/include/llvm/ADT/ |
D | SetOperations.h | 26 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-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
|
/external/llvm-project/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
|
/external/llvm-project/polly/include/polly/ |
D | ScopPass.h | 53 explicit Result(ScopAnalysisManager &InnerAM, ScopInfo &SI) in Result() 77 ScopInfo *SI; variable
|
/external/llvm-project/llvm/unittests/Analysis/ |
D | TBAATest.cpp | 40 auto *SI = new StoreInst(ConstantInt::get(IntType, 42), in getFunctionWithSingleStore() local 48 auto *SI = getFunctionWithSingleStore(&M, "f1"); in TEST_F() local 69 auto *SI = getFunctionWithSingleStore(&M, "f2"); in TEST_F() local
|
/external/llvm-project/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 | 49 for (MachineBasicBlock::const_succ_iterator SI = MBB.succ_begin(), in runOnMachineFunction() local 89 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
|
/external/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
|
/external/llvm/lib/CodeGen/ |
D | EdgeBundles.cpp | 47 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
|
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
|
/external/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 …]
|
/external/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
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | GCNRegPressure.cpp | 41 void llvm::printLivesAt(SlotIndex SI, in printLivesAt() 227 auto SI = LIS.getInstructionIndex(*MO.getParent()).getBaseIndex(); in getUsedRegMask() local 259 SlotIndex SI, in getLiveLaneMask() 277 GCNRPTracker::LiveRegSet llvm::getLiveRegs(SlotIndex SI, in getLiveRegs() 376 SlotIndex SI = LIS.getInstructionIndex(*NextMI).getBaseIndex(); in advanceBeforeNext() local 476 const auto &SI = LIS.getInstructionIndex(*LastTrackedMI).getBaseIndex(); in isValid() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 120 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()
|
D | InstCombineLoadStoreAlloca.cpp | 394 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/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 484 static StoreInst *combineStoreToNewValue(InstCombinerImpl &IC, StoreInst &SI, in combineStoreToNewValue() 744 if (SelectInst *SI = dyn_cast<SelectInst>(P)) { in isObjectSizeLessThanOrEq() local 905 static bool canSimplifyNullStoreOrGEP(StoreInst &SI) { in canSimplifyNullStoreOrGEP() 979 StoreInst *SI = new StoreInst(UndefValue::get(LI.getType()), in visitLoadInst() local 996 if (SelectInst *SI = dyn_cast<SelectInst>(Op)) { in visitLoadInst() local 1108 static bool combineStoreToValueType(InstCombinerImpl &IC, StoreInst &SI) { in combineStoreToValueType() 1140 static bool unpackStoreToAggregate(InstCombinerImpl &IC, StoreInst &SI) { in unpackStoreToAggregate() 1281 StoreInst &SI) { in removeBitcastsFromLoadStoreOnMinMax() 1308 auto *SI = dyn_cast<StoreInst>(U); in removeBitcastsFromLoadStoreOnMinMax() local 1329 Instruction *InstCombinerImpl::visitStoreInst(StoreInst &SI) { in visitStoreInst() [all …]
|
/external/llvm-project/clang/test/Sema/ |
D | warn-free-nonheap-object.cpp | 40 static int SI = 0; in test1() local 80 static int SI = 0; in test2() local
|
/external/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
|
/external/llvm-project/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
|