Searched full:bsi (Results 1 – 17 of 17) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCReduceCRLogicals.cpp | 140 static bool splitMBB(BlockSplitInfo &BSI) { in splitMBB() argument 141 assert(BSI.allInstrsInSameMBB() && in splitMBB() 144 MachineBasicBlock *ThisMBB = BSI.OrigBranch->getParent(); in splitMBB() 156 unsigned OrigBROpcode = BSI.OrigBranch->getOpcode(); in splitMBB() 163 unsigned NewBROpcode = BSI.InvertNewBranch ? InvertedOpcode : OrigBROpcode; in splitMBB() 164 MachineBasicBlock *OrigTarget = BSI.OrigBranch->getOperand(1).getMBB(); in splitMBB() 169 BSI.BranchToFallThrough ? OrigFallThrough : OrigTarget; in splitMBB() 184 if (BSI.MBPI) { in splitMBB() 185 if (BSI.BranchToFallThrough) { in splitMBB() 186 ProbToNewTarget = BSI.MBPI->getEdgeProbability(ThisMBB, OrigFallThrough) / 2; in splitMBB() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/power/supply/ |
H A D | rx51-battery.txt | 12 * "bsi" - The ADC channel for battery size identification 23 "bsi",
|
H A D | nokia,n900-battery.yaml | 29 - const: bsi 47 "bsi",
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LowerExpectIntrinsic.cpp | 276 template <class BrSelInst> static bool handleBrSelExpect(BrSelInst &BSI) { in handleBrSelExpect() argument 289 ICmpInst *CmpI = dyn_cast<ICmpInst>(BSI.getCondition()); in handleBrSelExpect() 293 CI = dyn_cast<CallInst>(BSI.getCondition()); in handleBrSelExpect() 348 BSI.setCondition(ArgValue); in handleBrSelExpect() 350 misexpect::checkFrontendInstrumentation(BSI, ExpectedWeights); in handleBrSelExpect() 352 BSI.setMetadata(LLVMContext::MD_prof, Node); in handleBrSelExpect()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | LowerTypeTests.cpp | 170 BitSetInfo BSI; in build() local 171 BSI.ByteOffset = Min; in build() 173 BSI.AlignLog2 = 0; in build() 175 BSI.AlignLog2 = llvm::countr_zero(Mask); in build() 179 BSI.BitSize = ((Max - Min) >> BSI.AlignLog2) + 1; in build() 181 Offset >>= BSI.AlignLog2; in build() 182 BSI.Bits.insert(Offset); in build() 185 return BSI; in build() 486 ByteArrayInfo *createByteArray(BitSetInfo &BSI); 594 ByteArrayInfo *LowerTypeTestsModule::createByteArray(BitSetInfo &BSI) { in createByteArray() argument [all …]
|
H A D | ThinLTOBitcodeWriter.cpp | 473 // FIXME: Try to re-use BSI and PFI from the original module here. in splitAndWriteThinLTOBitcode()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | bsi | 5 # https://www.bsi.bund.de/EN/Topics/OtherTopics/Chiasmus/Chiasmus_node.html
|
H A D | magic | 26 # blcr bsi selinux ssh (file 3.34) digital gnu wordperfect
|
/freebsd/sbin/natd/ |
H A D | HISTORY | 110 - Buffer space problem found by Sergio Lenzi <lenzi@bsi.com.br>
|
/freebsd/contrib/file/magic/ |
H A D | Makefile.am | 54 $(MAGIC_FRAGMENT_DIR)/bsi \
|
H A D | Makefile.in | 331 $(MAGIC_FRAGMENT_DIR)/bsi \
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 4574 else if (auto *BSI = dyn_cast<BlockScopeInfo>(CSI)) in CheckUnaryExprOrTypeTraitOperand() local 4575 DC = BSI->TheDecl; in CheckUnaryExprOrTypeTraitOperand() 5286 else if (auto *BSI = dyn_cast<BlockScopeInfo>(CSI)) in CreateBuiltinArraySubscriptExpr() local 5287 DC = BSI->TheDecl; in CreateBuiltinArraySubscriptExpr() 16103 BlockScopeInfo *BSI = cast<BlockScopeInfo>(FunctionScopes.back()); in ActOnBlockStmtExpr() local 16104 BlockDecl *BD = BSI->TheDecl; in ActOnBlockStmtExpr() 16106 if (BSI->HasImplicitReturnType) in ActOnBlockStmtExpr() 16107 deduceClosureReturnType(*BSI); in ActOnBlockStmtExpr() 16110 if (!BSI->ReturnType.isNull()) in ActOnBlockStmtExpr() 16111 RetTy = BSI->ReturnType; in ActOnBlockStmtExpr() [all …]
|
H A D | SemaCodeComplete.cpp | 416 if (sema::BlockScopeInfo *BSI = S.getCurBlock()) { in enterReturn() local 418 Type = BSI->ReturnType; in enterReturn()
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | omap3-n900.dts | 157 io-channel-names = "temp", "bsi", "vbat";
|
/freebsd/contrib/mandoc/ |
H A D | main.c | 1128 const char synb[] = "S\bSY\bYN\bNO\bOP\bPS\bSI\bIS\bS"; in passthrough()
|
/freebsd/tools/tools/ath/athstats/ |
H A D | athstats.c | 394 { 3, "avgbrssi","BSI", "average rssi (beacons only)" },
|
/freebsd/share/misc/ |
H A D | usb_vendors | 10388 0901 ACR1281U-C4 (BSI) 10394 220a ACR1281U-C5 (BSI)
|