| /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-7.0/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/lib/Object/ |
| D | Object.cpp | 30 section_iterator SI = unwrap(ObjectFile)->begin_sections(); in LLVMGetSections() local 34 void LLVMDisposeSectionIterator(LLVMSectionIteratorRef SI) { in LLVMDisposeSectionIterator() 39 LLVMSectionIteratorRef SI) { in LLVMIsSectionIteratorAtEnd() 43 void LLVMMoveToNextSection(LLVMSectionIteratorRef SI) { in LLVMMoveToNextSection() 49 const char *LLVMGetSectionName(LLVMSectionIteratorRef SI) { in LLVMGetSectionName() 56 uint64_t LLVMGetSectionSize(LLVMSectionIteratorRef SI) { in LLVMGetSectionSize() 63 const char *LLVMGetSectionContents(LLVMSectionIteratorRef SI) { in LLVMGetSectionContents()
|
| /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-7.0/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/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/include/llvm-c/ |
| D | Object.h | 62 inline section_iterator *unwrap(LLVMSectionIteratorRef SI) { in unwrap() 67 wrap(const section_iterator *SI) { in wrap()
|
| /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/ |
| D | TBAATest.cpp | 41 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/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
| D | SimplifyCFGPass.cpp | 68 for (succ_iterator SI = succ_begin(BB), SE = succ_end(BB); SI != SE; ++SI) in ChangeToUnreachable() local 143 if (StoreInst *SI = dyn_cast<StoreInst>(BBI)) { in MarkAliveBlocks() local 167 for (succ_iterator SI = succ_begin(BB), SE = succ_end(BB); SI != SE; ++SI) in MarkAliveBlocks() local 193 for (succ_iterator SI = succ_begin(BB), SE = succ_end(BB); SI != SE; ++SI) in RemoveUnreachableBlocksFromFn() local
|
| D | LowerAtomic.cpp | 103 static bool LowerStoreInst(StoreInst *SI) { in LowerStoreInst() 127 } else if (StoreInst *SI = dyn_cast<StoreInst>(Inst)) { in runOnBasicBlock() 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-7.0/llvm/lib/CodeGen/ |
| 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 | 88 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
|
| D | MacroFusion.cpp | 78 for (const SDep &SI : FirstSU.Succs) { in fuseInstructionPair() local 91 for (const SDep &SI : SecondSU.Preds) { in fuseInstructionPair() local
|
| /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
| D | InstCombineSelect.cpp | 26 SelectInst *SI = dyn_cast<SelectInst>(V); in MatchSelectPattern() local 124 Instruction *InstCombiner::FoldSelectOpOp(SelectInst &SI, Instruction *TI, in FoldSelectOpOp() 205 Instruction *InstCombiner::FoldSelectIntoOp(SelectInst &SI, Value *TrueVal, in FoldSelectIntoOp() 343 Instruction *InstCombiner::visitSelectInstWithICmp(SelectInst &SI, in visitSelectInstWithICmp() 527 const SelectInst &SI) { in CanSelectOperandBeMappingIntoPredBlock() 583 static Value *foldSelectICmpAnd(const SelectInst &SI, ConstantInt *TrueVal, in foldSelectICmpAnd() 649 Instruction *InstCombiner::visitSelectInst(SelectInst &SI) { in visitSelectInst()
|
| D | InstCombineLoadStoreAlloca.cpp | 221 if (SelectInst *SI = dyn_cast<SelectInst>(Op)) { in visitLoadInst() local 256 static Instruction *InstCombineStoreToCast(InstCombiner &IC, StoreInst &SI) { in InstCombineStoreToCast() 369 Instruction *InstCombiner::visitStoreInst(StoreInst &SI) { in visitStoreInst() 499 bool InstCombiner::SimplifyStoreAtEndOfBlock(StoreInst &SI) { in SimplifyStoreAtEndOfBlock()
|
| /external/swiftshader/third_party/LLVM/lib/CodeGen/ |
| D | EdgeBundles.cpp | 49 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
|
| 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-7.0/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineLoadStoreAlloca.cpp | 518 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/lib/Transforms/Utils/ |
| D | SimplifyCFG.cpp | 436 if (SwitchInst *SI = dyn_cast<SwitchInst>(TI)) { in EraseTerminatorInstAndDCECond() local 453 if (SwitchInst *SI = dyn_cast<SwitchInst>(TI)) { in isValueEqualityComparison() local 480 if (SwitchInst *SI = dyn_cast<SwitchInst>(TI)) { in GetValueEqualityComparisonCases() local 597 SwitchInst *SI = cast<SwitchInst>(TI); in SimplifyEqualityComparisonWithOnlyPredecessor() local 642 for (succ_iterator SI = succ_begin(TIBB), e = succ_end(TIBB); SI != e; ++SI) in SimplifyEqualityComparisonWithOnlyPredecessor() local 823 for (succ_iterator SI = succ_begin(BB1), E = succ_end(BB1); SI != E; ++SI) { in isSafeToHoistInvoke() local 919 for (succ_iterator SI = succ_begin(BB1), E = succ_end(BB1); SI != E; ++SI) { in HoistThenElseCodeToIf() local 929 SelectInst *&SI = InsertedSelects[std::make_pair(BB1V, BB2V)]; in HoistThenElseCodeToIf() local 943 for (succ_iterator SI = succ_begin(BB1), E = succ_end(BB1); SI != E; ++SI) in HoistThenElseCodeToIf() local 1093 SelectInst *SI; in SpeculativelyExecuteBB() local [all …]
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
| D | GCNRegPressure.cpp | 37 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/ |
| 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()
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
| D | NVPTXLowerAggrCopies.cpp | 80 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/swiftshader/third_party/LLVM/lib/Analysis/ |
| D | Loads.cpp | 143 } else if (StoreInst *SI = dyn_cast<StoreInst>(BBI)) { in isSafeToLoadUnconditionally() local 197 if (StoreInst *SI = dyn_cast<StoreInst>(Inst)) { in FindAvailableLoadedValue() local
|