| /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-16.0/llvm/lib/Object/ |
| D | Object.cpp | 33 inline section_iterator *unwrap(LLVMSectionIteratorRef SI) { in unwrap() 38 wrap(const section_iterator *SI) { in wrap() 43 inline symbol_iterator *unwrap(LLVMSymbolIteratorRef SI) { in unwrap() 48 wrap(const symbol_iterator *SI) { in wrap() 53 inline relocation_iterator *unwrap(LLVMRelocationIteratorRef SI) { in unwrap() 58 wrap(const relocation_iterator *SI) { in wrap() 161 LLVMSectionIteratorRef SI) { in LLVMObjectFileIsSectionIteratorAtEnd() 175 LLVMSymbolIteratorRef SI) { in LLVMObjectFileIsSymbolIteratorAtEnd() 203 section_iterator SI = OB->getBinary()->section_begin(); in LLVMGetSections() local 207 void LLVMDisposeSectionIterator(LLVMSectionIteratorRef SI) { in LLVMDisposeSectionIterator() [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/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
| D | SelectOptimize.cpp | 321 getTrueOrFalseValue(SelectInst *SI, bool isTrue, in getTrueOrFalseValue() 422 SelectInst *SI = ASI.front(); in convertProfitableSIGroups() local 505 SelectInst *SI = *It; in convertProfitableSIGroups() local 521 static bool isSpecialSelect(SelectInst *SI) { in isSpecialSelect() 538 if (SelectInst *SI = dyn_cast<SelectInst>(I)) { in collectSelectGroups() local 631 SelectInst *SI = ASI.front(); in isConvertToBranchProfitableBase() local 735 static bool isSafeToSinkLoad(Instruction *LoadI, Instruction *SI) { in isSafeToSinkLoad() 756 Instruction *SI, bool ForSinking) { in getExclBackwardsSlice() 800 bool SelectOptimize::isSelectHighlyPredictable(const SelectInst *SI) { in isSelectHighlyPredictable() 934 auto SI = cast<SelectInst>(&I); in computeLoopCosts() local [all …]
|
| D | LiveIntervalUnion.cpp | 89 for (LiveSegments::const_iterator SI = Segments.begin(); SI.valid(); ++SI) { in print() local 99 for (SegmentIter SI = Segments.begin(); SI.valid(); ++SI) in verify() local 107 for (LiveSegments::const_iterator SI = Segments.begin(); SI.valid(); ++SI) { in getOneVReg() local
|
| D | MacroFusion.cpp | 39 for (const SDep &SI : SU.Preds) in getPredClusterSU() local 99 for (const SDep &SI : FirstSU.Succs) { in fuseInstructionPair() local 112 for (const SDep &SI : SecondSU.Preds) { in fuseInstructionPair() local
|
| /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/swiftshader/third_party/llvm-16.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-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-16.0/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineLoadStoreAlloca.cpp | 323 } else if (auto *SI = dyn_cast<SelectInst>(Inst)) { in collectUsersRecursive() local 401 } else if (auto *SI = dyn_cast<SelectInst>(I)) { in replace() local 575 static StoreInst *combineStoreToNewValue(InstCombinerImpl &IC, StoreInst &SI, in combineStoreToNewValue() 837 if (SelectInst *SI = dyn_cast<SelectInst>(P)) { in isObjectSizeLessThanOrEq() local 1000 static bool canSimplifyNullStoreOrGEP(StoreInst &SI) { in canSimplifyNullStoreOrGEP() 1072 StoreInst *SI = new StoreInst(PoisonValue::get(LI.getType()), in visitLoadInst() local 1089 if (SelectInst *SI = dyn_cast<SelectInst>(Op)) { in visitLoadInst() local 1201 static bool combineStoreToValueType(InstCombinerImpl &IC, StoreInst &SI) { in combineStoreToValueType() 1239 static bool unpackStoreToAggregate(InstCombinerImpl &IC, StoreInst &SI) { in unpackStoreToAggregate() 1376 StoreInst &SI) { in removeBitcastsFromLoadStoreOnMinMax() [all …]
|
| /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/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/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
| D | LowerAtomicPass.cpp | 35 static bool LowerStoreInst(StoreInst *SI) { in LowerStoreInst() 52 } else if (StoreInst *SI = dyn_cast<StoreInst>(&Inst)) { in runOnBasicBlock() local
|
| D | SROA.cpp | 472 iterator SI, SJ; member in llvm::sroa::Partition 479 Partition(iterator SI) : SI(SI), SJ(SI) {} in Partition() 552 partition_iterator(AllocaSlices::iterator SI, AllocaSlices::iterator SE) in partition_iterator() 723 static Value *foldSelectInst(SelectInst &SI) { in foldSelectInst() 898 void visitStoreInst(StoreInst &SI) { in visitStoreInst() 1068 if (StoreInst *SI = dyn_cast<StoreInst>(I)) { in hasUnsafePHIOrSelectUse() local 1153 void visitSelectInst(SelectInst &SI) { visitPHINodeOrSelectInst(SI); } in visitSelectInst() 1245 } else if (StoreInst *SI = dyn_cast<StoreInst>(U->getUser())) { in findCommonType() local 1449 isSafeLoadOfSelectToSpeculate(LoadInst &LI, SelectInst &SI, bool PreserveCFG) { in isSafeLoadOfSelectToSpeculate() 1465 SROAPass::isSafeSelectToSpeculate(SelectInst &SI, bool PreserveCFG) { in isSafeSelectToSpeculate() [all …]
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| D | SimpleRemoteEPCUtils.h | 207 static size_t size(const SimpleRemoteEPCExecutorInfo &SI) { in size() 213 const SimpleRemoteEPCExecutorInfo &SI) { in serialize() 218 static bool deserialize(SPSInputBuffer &IB, SimpleRemoteEPCExecutorInfo &SI) { in deserialize()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/NVPTX/ |
| D | NVPTXLowerAggrCopies.cpp | 78 if (StoreInst *SI = dyn_cast<StoreInst>(LI->user_back())) { in runOnFunction() local 105 auto *SI = cast<StoreInst>(*LI->user_begin()); in runOnFunction() local
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
| D | GCNRegPressure.cpp | 185 auto SI = LIS.getInstructionIndex(*MO.getParent()).getBaseIndex(); in getUsedRegMask() local 216 SlotIndex SI, in getLiveLaneMask() 234 GCNRPTracker::LiveRegSet llvm::getLiveRegs(SlotIndex SI, in getLiveRegs() 333 SlotIndex SI = NextMI == MBBEnd in advanceBeforeNext() local 434 const auto &SI = LIS.getInstructionIndex(*LastTrackedMI).getBaseIndex(); in isValid() 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
|