Home
last modified time | relevance | path

Searched refs:SI (Results 126 – 150 of 477) sorted by relevance

12345678910>>...20

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InterleavedAccess.cpp796 StoreInst *SI = cast<StoreInst>(Inst); in lowerIntoOptimizedSequence() local
797 Builder.CreateAlignedStore(WideVec, SI->getPointerOperand(), SI->getAlign()); in lowerIntoOptimizedSequence()
823 bool X86TargetLowering::lowerInterleavedStore(StoreInst *SI, in lowerInterleavedStore() argument
843 IRBuilder<> Builder(SI); in lowerInterleavedStore()
844 X86InterleavedAccessGroup Grp(SI, Shuffles, Indices, Factor, Subtarget, in lowerInterleavedStore()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeEmitter.cpp232 bool ByteCodeEmitter::emitOp(Opcode Op, const Tys &... Args, const SourceInfo &SI) { in emitOp() argument
238 if (SI) in emitOp()
239 SrcMap.emplace_back(Code.size(), SI); in emitOp()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchFolding.cpp1369 for (auto SI = MBB->succ_begin(), SE = MBB->succ_end(); SI != SE; ++SI) in OptimizeBlock() local
1370 if (*SI != &*FallThrough && !FallThrough->isSuccessor(*SI)) { in OptimizeBlock()
1371 assert((*SI)->isEHPad() && "Bad CFG"); in OptimizeBlock()
1372 FallThrough->copySuccessor(MBB, SI); in OptimizeBlock()
1638 for (auto SI = MBB->succ_begin(), SE = MBB->succ_end(); SI != SE; in OptimizeBlock() local
1639 ++SI) in OptimizeBlock()
1640 if (*SI != CurTBB && !CurTBB->isSuccessor(*SI)) { in OptimizeBlock()
1641 assert((*SI)->isEHPad() && "Bad CFG"); in OptimizeBlock()
1642 CurTBB->copySuccessor(MBB, SI); in OptimizeBlock()
H A DCalcSpillWeights.cpp233 SlotIndex SI = LIS.getInstructionIndex(*MI); in weightCalcHelper() local
234 if (IsLocalSplitArtifact && ((SI < *Start) || (SI > *End))) in weightCalcHelper()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp274 for (SDep &SI : SU.Succs) { in apply()
275 if (SI.getKind() != SDep::Order || SI.getLatency() != 0) in apply()
277 MachineInstr &MI2 = *SI.getSUnit()->getInstr(); in apply()
281 SI.setLatency(1); in apply()
284 for (SDep &PI : SI.getSUnit()->Preds) { in apply()
288 SI.getSUnit()->setDepthDirty(); in apply()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp364 .addFrameIndex(SI->second) in fastMaterializeAlloca()
687 Addr.setFI(SI->second); in computeAddress()
1268 switch (SI->getOpcode()) { in emitAddSub()
2187 auto *SI = cast<StoreInst>(I); in selectStore() local
2190 if (SI->isAtomic()) { in selectStore()
2625 Src1Val = SI->getCondition(); in optimizeSelect()
2631 Src2Val = SI->getCondition(); in optimizeSelect()
2636 Src1Val = SI->getCondition(); in optimizeSelect()
2637 Src2Val = SI->getTrueValue(); in optimizeSelect()
2664 updateValueMap(SI, ResultReg); in optimizeSelect()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterImpl.h196 for (typename Traits::BlkSucc_iterator SI = in BuildBlockList() local
198 E = Traits::BlkSucc_end(Info->BB); SI != E; ++SI) { in BuildBlockList()
199 BBInfo *SuccInfo = BBMap[*SI]; in BuildBlockList()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp220 Expected<section_iterator> SI = Symbol.getSection(); in resolveRelocation() local
221 if (!SI) in resolveRelocation()
222 return errorToErrorCode(SI.takeError()); in resolveRelocation()
223 ResolvedSection = Ctx.COFF.getCOFFSection(**SI); in resolveRelocation()
H A DWasmDumper.cpp91 symbol_iterator SI = Reloc.getSymbol(); in printRelocation() local
92 if (SI != Obj->symbol_end()) in printRelocation()
93 SymName = unwrapOrError(Obj->getFileName(), SI->getName()); in printRelocation()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerBinaryMetadata.cpp326 if (auto *SI = dyn_cast<StoreInst>(U)) { in hasUseAfterReturnUnsafeUses() local
328 if (SI->getOperand(1) == &V) in hasUseAfterReturnUnsafeUses()
414 if (auto *SI = dyn_cast<StoreInst>(&I)) in runOn() local
415 Addr = SI->getPointerOperand(); in runOn()
H A DSanitizerCoverage.cpp675 if (StoreInst *SI = dyn_cast<StoreInst>(&Inst)) in instrumentFunction() local
676 Stores.push_back(SI); in instrumentFunction()
811 if (SwitchInst *SI = dyn_cast<SwitchInst>(I)) { in InjectTraceForSwitch() local
814 Value *Cond = SI->getCondition(); in InjectTraceForSwitch()
818 Initializers.push_back(ConstantInt::get(Int64Ty, SI->getNumCases())); in InjectTraceForSwitch()
824 for (auto It : SI->cases()) { in InjectTraceForSwitch()
893 for (auto *SI : Stores) { in InjectTraceForLoadsAndStores() local
894 InstrumentationIRBuilder IRB(SI); in InjectTraceForLoadsAndStores()
895 auto Ptr = SI->getPointerOperand(); in InjectTraceForLoadsAndStores()
896 int Idx = CallbackIdx(SI->getValueOperand()->getType()); in InjectTraceForLoadsAndStores()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp570 Record *SI = R.getClass("SInst"); in NeonEmitter() local
579 ClassMap[SI] = ClassS; in NeonEmitter()
1386 if (StringInit *SI = dyn_cast<StringInit>(I)) { in emitBody() local
1475 N = SI->getAsUnquotedString(); in emitDagCall()
1531 if (SI->getAsUnquotedString() == "R") { in emitDagCast()
1533 } else if (SI->getAsUnquotedString() == "U") { in emitDagCast()
1535 } else if (SI->getAsUnquotedString() == "S") { in emitDagCast()
1537 } else if (SI->getAsUnquotedString() == "H") { in emitDagCast()
1539 } else if (SI->getAsUnquotedString() == "D") { in emitDagCast()
1541 } else if (SI->getAsUnquotedString() == "8") { in emitDagCast()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp850 if (!SI) in simplifyDivRemOfSelectWithZeroOp()
854 if (match(SI->getTrueValue(), m_Zero())) in simplifyDivRemOfSelectWithZeroOp()
857 else if (match(SI->getFalseValue(), m_Zero())) in simplifyDivRemOfSelectWithZeroOp()
874 Value *SelectCond = SI->getCondition(); in simplifyDivRemOfSelectWithZeroOp()
875 if (SI->use_empty() && SelectCond->hasOneUse()) in simplifyDivRemOfSelectWithZeroOp()
890 if (Op == SI) { in simplifyDivRemOfSelectWithZeroOp()
901 if (&*BBI == SI) in simplifyDivRemOfSelectWithZeroOp()
902 SI = nullptr; in simplifyDivRemOfSelectWithZeroOp()
907 if (!SelectCond && !SI) in simplifyDivRemOfSelectWithZeroOp()
1306 if (SelectInst *SI = dyn_cast<SelectInst>(Op)) in takeLog2() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp1379 StoreExpression(SI->getNumOperands(), SI, StoredValueLeader, MA); in createStoreExpression()
1396 auto *SI = cast<StoreInst>(I); in performSymbolicStoreEvaluation() local
1397 auto *StoreAccess = getMemoryAccess(SI); in performSymbolicStoreEvaluation()
1410 if (SI->isSimple()) { in performSymbolicStoreEvaluation()
2250 if (auto *SI = dyn_cast<StoreInst>(I)) { in moveValueToNewCongruenceClass() local
2272 NewClass->setLeader(SI); in moveValueToNewCongruenceClass()
2359 StoreInst *SI = SE->getStoreInst(); in performCongruenceFinding() local
2360 NewClass->setLeader(SI); in performCongruenceFinding()
2510 Value *SwitchCond = SI->getCondition(); in processOutgoingEdges()
2687 FoundVal = SI->getValueOperand(); in findLeaderForInst()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dftgmac100.txt22 - use-ncsi: Use the NC-SI stack instead of an MDIO PHY. Currently assumes
23 rmii (100bT) but kept as a separate property in case NC-SI grows support
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp87 bool eliminateSaturatingIntrinsic(SaturatingInst *SI);
444 bool SimplifyIndvar::eliminateSaturatingIntrinsic(SaturatingInst *SI) { in eliminateSaturatingIntrinsic() argument
445 const SCEV *LHS = SE->getSCEV(SI->getLHS()); in eliminateSaturatingIntrinsic()
446 const SCEV *RHS = SE->getSCEV(SI->getRHS()); in eliminateSaturatingIntrinsic()
447 if (!SE->willNotOverflow(SI->getBinaryOp(), SI->isSigned(), LHS, RHS)) in eliminateSaturatingIntrinsic()
451 SI->getBinaryOp(), SI->getLHS(), SI->getRHS(), SI->getName(), SI); in eliminateSaturatingIntrinsic()
452 if (SI->isSigned()) in eliminateSaturatingIntrinsic()
457 SI->replaceAllUsesWith(BO); in eliminateSaturatingIntrinsic()
458 DeadInsts.emplace_back(SI); in eliminateSaturatingIntrinsic()
601 if (auto *SI = dyn_cast<SaturatingInst>(UseInst)) in eliminateIVUser() local
[all …]
/freebsd/contrib/libpcap/msdos/
H A Dpkt_rx0.asm108 ;; to ES:DI (= DS:SI on 2nd call) by the packet driver
117 ; 2nd time (AX=1) the packet has been copied to this location (DS:SI)
172 @post: or si, si ; DS:SI->_pktRxBuf[n][n].destinAdr
/freebsd/usr.bin/tip/libacu/
H A Dv831.c176 #define SI 017 macro
213 pc(SI); in dialit()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DCrossDSOCFI.cpp123 SwitchInst *SI = IRB.CreateSwitch(&CallSiteTypeId, TrapBB, TypeIds.size()); in buildCFICheck() local
136 SI->addCase(CaseTypeId, TestBB); in buildCFICheck()
/freebsd/share/i18n/esdb/ISO-2022/
H A DISO-2022-KR.src5 VARIABLE "INIT0=94B 1=94$C SI SO"
H A DISO-2022-CN.src5 VARIABLE "INIT0=94B 1=94$A 1=94$G 2=94$H SI SO SS2"
/freebsd/share/i18n/esdb/KOI/
H A DKOI7-switched.src5 VARIABLE "INIT0=94@ 1=94N SO SI"
/freebsd/contrib/ntp/include/
H A Dascii.h56 #define SI 15 macro
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp788 for (CFGBlock::const_succ_iterator SI = CurrBlock->succ_begin(), in traverseCFG() local
789 SE = CurrBlock->succ_end(); SI != SE; ++SI) { in traverseCFG()
791 if (*SI == nullptr || !VisitedBlocks.alreadySet(*SI)) in traverseCFG()
794 CFGBlock *FirstLoopBlock = *SI; in traverseCFG()
1376 for (CFGBlock::const_succ_iterator SI = PredBlock->succ_begin(), in getMutexIDs() local
1377 SE = PredBlock->succ_end(); SI != SE && i < 2; ++SI, ++i) { in getMutexIDs()
1378 if (*SI == CurrBlock && i == branchnum) in getMutexIDs()
2512 for (CFGBlock::const_succ_iterator SI = CurrBlock->succ_begin(), in runAnalysis() local
2513 SE = CurrBlock->succ_end(); SI != SE; ++SI) { in runAnalysis()
2515 if (*SI == nullptr || !VisitedBlocks.alreadySet(*SI)) in runAnalysis()
[all …]
/freebsd/contrib/gdtoa/
H A Dstrtopd.c41 static FPI fpi0 = { 53, 1-1023-53+1, 2046-1023-53+1, 1, SI };

12345678910>>...20