Home
last modified time | relevance | path

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

12345678910>>...14

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DObject.cpp33 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 …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp533 getTrueOrFalseValue(SelectOptimizeImpl::SelectLike SI, bool isTrue, in getTrueOrFalseValue()
601 for (SelectLike SI : ASI) { in convertProfitableSIGroups() local
648 SelectLike SI = ASI.front(); in convertProfitableSIGroups() local
751 for (auto SI : ASI) in convertProfitableSIGroups() local
758 SelectLike SI = *It; in convertProfitableSIGroups() local
773 for (auto SI : ASI) in convertProfitableSIGroups() local
783 if (SelectLike SI = SelectLike::match(I)) { in collectSelectGroups() local
877 for (SelectLike SI : ASI) { in findProfitableSIGroupsInnerLoops() local
902 SelectLike SI = ASI.front(); in isConvertToBranchProfitableBase() local
952 static bool extractBranchWeights(const SelectOptimizeImpl::SelectLike SI, in extractBranchWeights()
[all …]
H A DLiveIntervalUnion.cpp89 OS << " [" << SI.start() << ' ' << SI.stop() in print() local
99 VisitedVRegs.set(SI in verify() local
107 for (LiveSegments::const_iterator SI = Segments.begin(); SI.valid(); ++SI) { getOneVReg() local
[all...]
H A DMacroFusion.cpp39 for (const SDep &SI : SU.Preds) in getPredClusterSU() local
99 for (const SDep &SI : FirstSU.Succs) { fuseInstructionPair() local
112 for (const SDep &SI : SecondSU.Preds) { fuseInstructionPair() local
[all...]
H A DSwitchLoweringUtils.cpp47 const SwitchInst *SI, in findJumpTables()
194 const SwitchInst *SI, in buildJumpTable()
269 const SwitchInst *SI) { in findBitTestClusters()
369 const SwitchInst *SI, in buildBitTests()
H A DInterleavedAccessPass.cpp457 StoreInst *SI, SmallVector<Instruction *, 32> &DeadInsts) { in lowerInterleavedStore()
506 StoreInst *SI = dyn_cast<StoreInst>(*(II->users().begin())); in lowerInterleaveIntrinsic() local
532 if (auto *SI = dyn_cast<StoreInst>(&I)) in runOnFunction() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerAtomicPass.cpp35 static bool LowerStoreInst(StoreInst *SI) { in LowerStoreInst()
52 } else if (StoreInst *SI = dyn_cast<StoreInst>(&Inst)) { in runOnBasicBlock() local
H A DSROA.cpp735 iterator SI, SJ; member in __anondf5662880411::Partition
742 Partition(iterator SI) : SI(SI), SJ(SI) {} in Partition()
817 partition_iterator(AllocaSlices::iterator SI, AllocaSlices::iterator SE) in partition_iterator()
988 static Value *foldSelectInst(SelectInst &SI) { in foldSelectInst()
1123 void visitStoreInst(StoreInst &SI) { in visitStoreInst()
1300 if (StoreInst *SI = dyn_cast<StoreInst>(I)) { in hasUnsafePHIOrSelectUse() local
1389 void visitSelectInst(SelectInst &SI) { visitPHINodeOrSelectInst(SI); } in visitSelectInst()
1481 } else if (StoreInst *SI = dyn_cast<StoreInst>(U->getUser())) { in findCommonType() local
1684 isSafeLoadOfSelectToSpeculate(LoadInst &LI, SelectInst &SI, bool PreserveCFG) { in isSafeLoadOfSelectToSpeculate()
1700 SROA::isSafeSelectToSpeculate(SelectInst &SI, bool PreserveCFG) { in isSafeSelectToSpeculate()
[all …]
H A DLowerExpectIntrinsic.cpp76 static bool handleSwitchExpect(SwitchInst &SI) { in handleSwitchExpect()
372 } else if (SwitchInst *SI = dyn_cast<SwitchInst>(BB.getTerminator())) { in lowerExpectIntrinsic() local
383 if (SelectInst *SI = dyn_cast<SelectInst>(&Inst)) { in lowerExpectIntrinsic() local
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAggrCopies.cpp78 if (StoreInst *SI = dyn_cast<StoreInst>(LI->user_back())) { in runOnFunction() local
105 auto *SI = cast<StoreInst>(*LI->user_begin()); in runOnFunction() local
H A DNVPTXLowerAlloca.cpp93 auto SI = dyn_cast<StoreInst>(AllocaUse.getUser()); in runOnFunction() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DSimpleRemoteEPCUtils.h209 static size_t size(const SimpleRemoteEPCExecutorInfo &SI) { in size()
215 const SimpleRemoteEPCExecutorInfo &SI) { in serialize()
220 static bool deserialize(SPSInputBuffer &IB, SimpleRemoteEPCExecutorInfo &SI) { in deserialize()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMacroFusion.cpp127 const MachineOperand &SI = FirstMI.getOperand(2); in checkOpConstraints() local
206 const MachineOperand &SI = SecondMI.getOperand(2); in checkOpConstraints() local
217 const MachineOperand &SI = FirstMI.getOperand(2); checkOpConstraints() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.h187 void reset(const MachineRegisterInfo &MRI, SlotIndex SI) { in reset()
285 auto SI = SII.getInstructionIndex(*I); in getLiveRegMap() local
302 for (auto SI : LiveIdxs) in getLiveRegMap() local
310 for (auto SI : SRLiveIdxs) in getLiveRegMap() local
H A DGCNRegPressure.cpp294 LaneBitmask llvm::getLiveLaneMask(unsigned Reg, SlotIndex SI, in getLiveLaneMask()
300 LaneBitmask llvm::getLiveLaneMask(const LiveInterval &LI, SlotIndex SI, in getLiveLaneMask()
315 GCNRPTracker::LiveRegSet llvm::getLiveRegs(SlotIndex SI, in getLiveRegs()
440 SlotIndex SI = NextMI == MBBEnd in advanceBeforeNext() local
552 const auto &SI = LIS.getInstructionIndex(*LastTrackedMI).getBaseIndex(); in isValid() local
H A DAMDGPURewriteOutArguments.cpp132 if (auto *SI = dyn_cast<StoreInst>(U->getUser())) { getStoredType() local
260 StoreInst *SI = nullptr; runOnFunction() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp322 } else if (auto *SI = dyn_cast<SelectInst>(Inst)) { in collectUsersRecursive() local
396 } else if (auto *SI = dyn_cast<SelectInst>(I)) { in replace() local
578 static StoreInst *combineStoreToNewValue(InstCombinerImpl &IC, StoreInst &SI, in combineStoreToNewValue()
820 if (SelectInst *SI = dyn_cast<SelectInst>(P)) { in isObjectSizeLessThanOrEq() local
981 static bool canSimplifyNullStoreOrGEP(StoreInst &SI) { in canSimplifyNullStoreOrGEP()
1067 if (SelectInst *SI = dyn_cast<SelectInst>(Op)) { in visitLoadInst() local
1179 static bool combineStoreToValueType(InstCombinerImpl &IC, StoreInst &SI) { in combineStoreToValueType()
1217 static bool unpackStoreToAggregate(InstCombinerImpl &IC, StoreInst &SI) { in unpackStoreToAggregate()
1355 Instruction *InstCombinerImpl::visitStoreInst(StoreInst &SI) { in visitStoreInst()
1488 bool InstCombinerImpl::mergeStoreIntoSuccessor(StoreInst &SI) { in mergeStoreIntoSuccessor()
H A DInstCombineSelect.cpp271 Instruction *InstCombinerImpl::foldSelectOpOp(SelectInst &SI, Instruction *TI, in foldSelectOpOp()
510 Instruction *InstCombinerImpl::foldSelectIntoOp(SelectInst &SI, Value *TrueVal, in foldSelectIntoOp()
516 bool Swapped) -> Instruction * { in foldSelectIntoOp()
858 static Instruction *foldSelectZeroOrMul(SelectInst &SI, InstCombinerImpl &IC) { in foldSelectZeroOrMul()
1668 static Value *foldSelectInstWithICmpConst(SelectInst &SI, ICmpInst *ICI, in foldSelectInstWithICmpConst()
1717 static Instruction *foldSelectICmpEq(SelectInst &SI, ICmpInst *ICI, in foldSelectICmpEq()
1821 Instruction *InstCombinerImpl::foldSelectInstWithICmp(SelectInst &SI, in foldSelectInstWithICmp()
1975 const SelectInst &SI) { in canSelectOperandBeMappingIntoPredBlock()
2023 static Instruction *foldAddSubSelect(SelectInst &SI, in foldAddSubSelect()
2099 foldOverflowingAddSubSelect(SelectInst &SI, InstCombiner::BuilderTy &Builder) { in foldOverflowingAddSubSelect()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DState.cpp34 OptionalDiagnostic State::FFDiag(const SourceInfo &SI, diag::kind DiagId, in FFDiag()
58 OptionalDiagnostic State::CCEDiag(const SourceInfo &SI, diag::kind DiagId, in CCEDiag()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp320 SelectionDAGBuilder::StatepointLoweringInfo &SI, in lowerCallFromStatepointLoweringInfo()
525 SelectionDAGBuilder::StatepointLoweringInfo &SI, in lowerStatepointMetaArgs()
709 SelectionDAGBuilder::StatepointLoweringInfo &SI) { in LowerAsSTATEPOINT()
1044 StatepointLoweringInfo SI(DAG); in LowerStatepoint() local
1143 StatepointLoweringInfo SI(DAG); in LowerCallSiteWithDeoptBundleImpl() local
1184 const Value *SI = CI.getStatepoint(); in visitGCResult() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVMergeRegionExitTargets.cpp61 if (auto *SI = dyn_cast<SwitchInst>(T)) { in gatherSuccessors() local
122 if (auto *SI = dyn_cast<SwitchInst>(T)) { in replaceBranchTargets() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DWasmDump.cpp48 symbol_iterator SI = RelRef.getSymbol(); in getWasmRelocationValueString() local
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_type_hash_itanium.cpp136 if (const abi::__si_class_type_info *SI = in isDerivedFromAtOffset() local
173 if (const abi::__si_class_type_info *SI = in findBaseAtOffset() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp759 if (SwitchInst *SI = dyn_cast<SwitchInst>(TI)) { in EraseTerminatorAndDCECond() local
777 if (SwitchInst *SI = dyn_cast<SwitchInst>(TI)) { in isValueEqualityComparison() local
804 if (SwitchInst *SI = dyn_cast<SwitchInst>(TI)) { in GetValueEqualityComparisonCases() local
864 static void setBranchWeights(SwitchInst *SI, ArrayRef<uint32_t> Weights, in setBranchWeights()
952 SwitchInstProfUpdateWrapper SI = *cast<SwitchInst>(TI); in SimplifyEqualityComparisonWithOnlyPredecessor() local
1868 SelectInst *&SI = InsertedSelects[std::make_pair(BB1V, BB2V)]; in hoistSuccIdenticalTerminatorToSwitchOrIf() local
2875 if (auto *SI = dyn_cast<StoreInst>(&CurI)) { in isSafeToSpeculateStore() local
4011 if (auto *SI = dyn_cast<StoreInst>(&I)) { in findUniqueStoreInBlocks() local
4206 StoreInst *SI = cast<StoreInst>(QB.CreateStore(QPHI, Address)); in mergeConditionalStoreToAddress() local
4305 if (StoreInst *SI = dyn_cast<StoreInst>(&I)) in mergeConditionalStores() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp151 for (auto &SI : StubInits) { in createStubs() local
162 for (auto &SI : StubInits) in createStubs() local
170 for (auto &SI : StubInits) in createStubs() local

12345678910>>...14