Home
last modified time | relevance | path

Searched refs:SI (Results 226 – 250 of 477) sorted by relevance

12345678910>>...20

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwiftErrorValueTracking.cpp313 } else if (const StoreInst *SI = dyn_cast<const StoreInst>(&*It)) { in preassignVRegs() local
314 const Value *SwiftErrorAddr = SI->getOperand(1); in preassignVRegs()
/freebsd/contrib/gdtoa/
H A DstrtorQ.c112 static FPI fpi0 = { 113, 1-16383-113+1, 32766-16383-113+1, 1, SI };
H A Dstrtorx.c115 static FPI fpi0 = { 64, 1-16383-64+1, 32766 - 16383 - 64 + 1, 1, SI };
H A DstrtodI.c58 static FPI fpi = { 53, 1-1023-53+1, 2046-1023-53+1, 1, SI };
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp4501 SwitchInst::SwitchInst(const SwitchInst &SI) in SwitchInst() argument
4503 init(SI.getCondition(), SI.getDefaultDest(), SI.getNumOperands()); in SwitchInst()
4504 setNumHungOffUseOperands(SI.getNumOperands()); in SwitchInst()
4506 const Use *InOL = SI.getOperandList(); in SwitchInst()
4511 SubclassOptionalData = SI.SubclassOptionalData; in SwitchInst()
4570 assert(SI.getNumSuccessors() == Weights->size() && in buildProfBranchWeightsMD()
4582 MDNode *ProfileData = getBranchWeightMDNode(SI); in init()
4609 return SI.removeCase(I); in removeCase()
4615 SI.addCase(OnVal, Dest); in addCase()
4620 (*Weights)[SI.getNumSuccessors() - 1] = *W; in addCase()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DMemoryOpRemark.h65 void visitStore(const StoreInst &SI);
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dratio.inc35 // [ratio.si], convenience SI typedefs
/freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp940 auto &SI = StubMap[StubContainer][SymbolName]; in linkAndVerify() local
942 StubMemInfo.setTargetAddress(Dyld.getSectionLoadAddress(SI.SectionID) + in linkAndVerify()
943 SI.Offset); in linkAndVerify()
945 Dyld.getSectionContent(SI.SectionID).substr(SI.Offset); in linkAndVerify()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp456 if (auto *SI = dyn_cast<StoreInst>(Acc.getRemoteInst())) in getPotentialCopiesOfMemoryValue() local
495 auto *SI = dyn_cast<StoreInst>(Acc.getRemoteInst()); in getPotentialCopiesOfMemoryValue() local
496 if (!SI) { in getPotentialCopiesOfMemoryValue()
507 NewCopyOrigins.insert(SI); in getPotentialCopiesOfMemoryValue()
1583 } else if (StoreInst *SI = dyn_cast<StoreInst>(UserI)) { in isAssumedDead() local
1584 if (!CheckBBLivenessOnly && SI->getPointerOperand() != U.get()) { in isAssumedDead()
1585 const IRPosition IRP = IRPosition::inst(*SI); in isAssumedDead()
1822 if (auto *SI = dyn_cast<StoreInst>(U->getUser())) { in checkForAllUses() local
1823 if (&SI->getOperandUse(0) == U) { in checkForAllUses()
3632 auto &SI = cast<StoreInst>(I); in identifyDefaultAbstractAttributes() local
[all …]
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp611 for (CFGBlock::const_succ_iterator SI = Pred->succ_begin(), in getUninitUse() local
613 SI != SE; ++SI) in getUninitUse()
614 if (!*SI) in getUninitUse()
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/cpm_qe/
H A Dfsl,cpm1-tsa.yaml27 - description: SI (Serial Interface) register base
28 - description: SI RAM base
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCFGPrinter.h242 if (const SwitchInst *SI = dyn_cast<SwitchInst>(Node->getTerminator())) {
250 auto Case = *SwitchInst::ConstCaseIt::fromSuccessorIndex(SI, SuccNo);
H A DTargetTransformInfoImpl.h61 unsigned getEstimatedNumberOfCaseClusters(const SwitchInst &SI, in getEstimatedNumberOfCaseClusters() argument
68 return SI.getNumCases(); in getEstimatedNumberOfCaseClusters()
858 bool isLegalToVectorizeStore(StoreInst *SI) const { return true; } in isLegalToVectorizeStore() argument
1239 auto *SI = cast<StoreInst>(U); in getInstructionCost() local
1242 return TargetTTI->getMemoryOpCost(Opcode, ValTy, SI->getAlign(), in getInstructionCost()
1243 SI->getPointerAddressSpace(), CostKind, in getInstructionCost()
H A DLoopInfo.h226 LoopBounds(const Loop &Loop, Value &I, Instruction &SI, Value *SV, Value &F, in LoopBounds()
228 : L(Loop), InitialIVValue(I), StepInst(SI), StepValue(SV), in LoopBounds()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveRangeCalc.h190 void reset(const MachineFunction *mf, SlotIndexes *SI,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp1326 auto *SI = dyn_cast<StoreInst>(&I); in collectEquivalenceClasses() local
1327 if (!LI && !SI) in collectEquivalenceClasses()
1330 if ((LI && !LI->isSimple()) || (SI && !SI->isSimple())) in collectEquivalenceClasses()
1334 (SI && !TTI.isLegalToVectorizeStore(SI))) in collectEquivalenceClasses()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp336 DenseMap<const AllocaInst *, int>::iterator SI = in fastMaterializeAlloca() local
339 if (SI != FuncInfo.StaticAllocaMap.end()) { in fastMaterializeAlloca()
343 .addFrameIndex(SI->second) in fastMaterializeAlloca()
527 DenseMap<const AllocaInst *, int>::iterator SI = in computeAddress() local
529 if (SI != FuncInfo.StaticAllocaMap.end()) { in computeAddress()
531 Addr.setFI(SI->second); in computeAddress()
1036 const SelectInst *SI = cast<SelectInst>(I); in selectSelect() local
1037 const Value *Cond = SI->getCondition(); in selectSelect()
1038 Register Src1Reg = getRegForValue(SI->getTrueValue()); in selectSelect()
1039 Register Src2Reg = getRegForValue(SI->getFalseValue()); in selectSelect()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp627 auto SI = FuncInfo.StaticAllocaMap.find(AI); in addStackMapLiveVars() local
628 if (SI != FuncInfo.StaticAllocaMap.end()) in addStackMapLiveVars()
629 Ops.push_back(MachineOperand::CreateFI(SI->second)); in addStackMapLiveVars()
1269 if (auto SI = FuncInfo.StaticAllocaMap.find(dyn_cast<AllocaInst>(V)); in lowerDbgValue() local
1270 SI != FuncInfo.StaticAllocaMap.end()) { in lowerDbgValue()
1271 MachineOperand FrameIndexOp = MachineOperand::CreateFI(SI->second); in lowerDbgValue()
2365 } else if (const auto *SI = dyn_cast<StoreInst>(I)) { in createMachineMemOperandFor() local
2366 Alignment = SI->getAlign(); in createMachineMemOperandFor()
2367 IsVolatile = SI->isVolatile(); in createMachineMemOperandFor()
2369 Ptr = SI->getPointerOperand(); in createMachineMemOperandFor()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp350 SelectInst *SI = cast<SelectInst>(I); in canEvaluateTruncated() local
351 return canEvaluateTruncated(SI->getTrueValue(), Ty, IC, CxtI) && in canEvaluateTruncated()
352 canEvaluateTruncated(SI->getFalseValue(), Ty, IC, CxtI); in canEvaluateTruncated()
2480 if (auto *SI = dyn_cast<StoreInst>(V)) { in optimizeBitCastFromPhi() local
2481 if (!SI->isSimple() || SI->getOperand(0) != OldPN) in optimizeBitCastFromPhi()
2549 if (auto *SI = dyn_cast<StoreInst>(V)) { in optimizeBitCastFromPhi() local
2550 assert(SI->isSimple() && SI->getOperand(0) == OldPN); in optimizeBitCastFromPhi()
2551 Builder.SetInsertPoint(SI); in optimizeBitCastFromPhi()
2554 SI->setOperand(0, NewBC); in optimizeBitCastFromPhi()
2555 Worklist.push(SI); in optimizeBitCastFromPhi()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp490 MatrixTy getMatrix(Value *MatrixVal, const ShapeInfo &SI, in getMatrix() argument
495 SI.NumRows * SI.NumColumns && in getMatrix()
507 if (SI.NumRows == M.getNumRows() && SI.NumColumns == M.getNumColumns()) in getMatrix()
517 MaskStart += SI.getStride()) { in getMatrix()
519 MatrixVal, createSequentialMask(MaskStart, SI.getStride(), 0), in getMatrix()
2286 auto SI = Shared.find(Expr); in linearizeExpr() local
2287 assert(SI != Shared.end() && SI->second.count(Leaf)); in linearizeExpr()
2289 for (Value *S : SI->second) { in linearizeExpr()
2296 ExprShared = SI->second.size() > 1; in linearizeExpr()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSparseMultiSet.h234 iterator_base(SMSPtrTy P, unsigned I, unsigned SI) in iterator_base() argument
235 : SMS(P), Idx(I), SparseIdx(SI) {} in iterator_base()
/freebsd/usr.bin/ul/
H A Dul.c44 #define SI '\017' macro
203 case SI: in filter()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp160 const unsigned SI = Use64BitRegs ? X86::RSI : X86::ESI; in emitRepmovs() local
167 Chain = DAG.getCopyToReg(Chain, dl, SI, Src, InGlue); in emitRepmovs()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp664 if (const StoreInst *SI = dyn_cast<StoreInst>(L)) { in cmpOperations() local
666 cmpNumbers(SI->isVolatile(), cast<StoreInst>(R)->isVolatile())) in cmpOperations()
668 if (int Res = cmpAligns(SI->getAlign(), cast<StoreInst>(R)->getAlign())) in cmpOperations()
671 cmpOrderings(SI->getOrdering(), cast<StoreInst>(R)->getOrdering())) in cmpOperations()
673 return cmpNumbers(SI->getSyncScopeID(), in cmpOperations()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp323 DenseMap<const AllocaInst *, int>::iterator SI = in computeAddress() local
325 if (SI != FuncInfo.StaticAllocaMap.end()) { in computeAddress()
330 Addr.setFI(SI->second); in computeAddress()
598 DenseMap<const AllocaInst *, int>::iterator SI = in fastMaterializeAlloca() local
601 if (SI != FuncInfo.StaticAllocaMap.end()) { in fastMaterializeAlloca()
608 .addFrameIndex(SI->second); in fastMaterializeAlloca()

12345678910>>...20