Home
last modified time | relevance | path

Searched refs:BS (Results 1 – 25 of 702) sorted by relevance

12345678910>>...29

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolutionAliasAnalysis.cpp35 const SCEV *BS = SE.getSCEV(const_cast<Value *>(LocB.Ptr)); in alias() local
38 if (AS == BS) in alias()
44 SE.getEffectiveSCEVType(BS->getType())) { in alias()
54 const SCEV *BA = SE.getMinusSCEV(BS, AS); in alias()
68 const SCEV *AB = SE.getMinusSCEV(AS, BS); in alias()
82 Value *BO = GetBaseValue(BS); in alias()
/third_party/ltp/testcases/kernel/syscalls/pwrite/
Dpwrite02.c25 #define BS 1024 macro
31 static char buf[BS];
73 TST_EXP_FAIL2(pwrite(*tc->fd, tc->buf, BS, tc->off), tc->exp_errno, in verify_pwrite()
74 "pwrite(%d, %d, %ld)", *tc->fd, BS, tc->off); in verify_pwrite()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCBranchSelector.cpp129 auto &BS = BlockSizes[MBB->getNumber()-1]; in ComputeBlockSizes() local
130 BS.first += AlignExtra; in ComputeBlockSizes()
131 BS.second = AlignExtra; in ComputeBlockSizes()
158 auto &BS = BlockSizes[MBB->getNumber()-1]; in modifyAdjustment() local
159 BS.first -= BS.second; in modifyAdjustment()
160 Offset -= BS.second; in modifyAdjustment()
164 BS.first += AlignExtra; in modifyAdjustment()
165 BS.second = AlignExtra; in modifyAdjustment()
/third_party/boost/boost/numeric/ublas/
Doperation_blocked.hpp23 template<class V, typename V::size_type BS, class E1, class E2>
33 const size_type block_size = BS; in block_prod()
78 template<class V, typename V::size_type BS, class E1, class E2>
88 const size_type block_size = BS; in block_prod()
132 template<class M, typename M::size_type BS, class E1, class E2>
143 const size_type block_size = BS; in block_prod()
193 template<class M, typename M::size_type BS, class E1, class E2>
204 const size_type block_size = BS; in block_prod()
255 template<class M, typename M::size_type BS, class E1, class E2>
261 return block_prod<M, BS> (e1, e2, orientation_category ()); in block_prod()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.h352 BufferByteStreamer BS; member
354 TempBuffer(bool GenerateComments) : BS(Bytes, Comments, GenerateComments) {} in TempBuffer()
362 ByteStreamer &getActiveStreamer() { return IsBuffering ? TmpBuf->BS : OutBS; } in getActiveStreamer()
378 DebugLocDwarfExpression(unsigned DwarfVersion, BufferByteStreamer &BS, in DebugLocDwarfExpression() argument
380 : DwarfExpression(DwarfVersion, CU), OutBS(BS) {} in DebugLocDwarfExpression()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600Packetizer.cpp228 std::vector<R600InstrInfo::BankSwizzle> &BS, in isBundlableWithCurrentPMI() argument
268 PV, BS, isTransSlot)) { in isBundlableWithCurrentPMI()
296 std::vector<R600InstrInfo::BankSwizzle> BS; in addToPacket() local
299 if (isBundlableWithCurrentPMI(MI, PV, BS, isTransSlot)) { in addToPacket()
304 MI->getOperand(Op).setImm(BS[i]); in addToPacket()
308 MI.getOperand(Op).setImm(BS.back()); in addToPacket()
DGCNRegBankReassign.cpp661 BankStall BS = BankStalls.pop_back_val(); in tryReassign() local
662 unsigned Reg = scavengeReg(LI, BS.Bank); in tryReassign()
664 LLVM_DEBUG(dbgs() << "No free registers in bank " << printBank(BS.Bank) in tryReassign()
670 << " in bank " << printBank(BS.Bank) << '\n'); in tryReassign()
674 LLVM_DEBUG(dbgs() << "--- Cycles saved: " << OrigStalls - BS.Stalls << '\n'); in tryReassign()
676 return OrigStalls - BS.Stalls; in tryReassign()
/third_party/boost/libs/graph/example/
Dbucket_sorter.cpp35 BS; in main() typedef
36 BS my_bucket_sorter(N, N, bucket.begin()); in main()
/third_party/flutter/skia/third_party/externals/icu/source/data/region/
Dar_SA.txt6 BS{"جزر البهاما"}
Dfa_AF.txt18 BS{"بهاماس"}
Dnus.txt31 BS{"Bämuɔth"}
/third_party/ltp/tools/sparse/sparse-src/validation/
Denum-bitwise-mixed.c18 BS = (__force bits) 1, enumerator
/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dregioncodefortesting.js43 BS: 'BS', property
/third_party/boost/tools/build/src/tools/
Dborland.jam281 echo +-$(>:BS) > $(<:BS).rsp
282 …ath)$(.root)$(.old-path) "tlib.exe" $(AROPTIONS) /P256 /C $(<:BS) @$(<:BS).rsp && $(RM) $(<:BS).rsp
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp601 BlockScheduling *BS = Iter.second.get(); in deleteTree() local
602 BS->clear(); in deleteTree()
2165 void scheduleBlock(BlockScheduling *BS);
2550 BlockScheduling &BS = *BSRef.get(); in buildTree_rec() local
2552 Optional<ScheduleData *> Bundle = BS.tryScheduleBundle(VL, this, S); in buildTree_rec()
2555 assert((!BS.getScheduleData(VL0) || in buildTree_rec()
2556 !BS.getScheduleData(VL0)->isPartOfBundle()) && in buildTree_rec()
2579 BS.cancelScheduling(VL, VL0); in buildTree_rec()
2647 BS.cancelScheduling(VL, VL0); in buildTree_rec()
2661 BS.cancelScheduling(VL, VL0); in buildTree_rec()
[all …]
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/
DRegionCode.java34 static final String BS = "BS"; field in RegionCode
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonBlockRanges.cpp116 IndexType BS = B.start(), BE = B.end(); in addsub() local
123 if (AS < BS) { in addsub()
128 add(AS, BS, A.Fixed, false); in addsub()
134 add(BS, AE, A.Fixed, false); in addsub()
/third_party/libphonenumber/cpp/test/phonenumbers/
Dtest_util.h88 static const char* BS() { in BS() function
/third_party/skia/third_party/externals/icu/source/data/region/
Dfa_AF.txt19 BS{"بهاماس"}
Dnus.txt32 BS{"Bämuɔth"}
/third_party/python/Lib/curses/
Dtextpad.py105 elif ch in (curses.ascii.STX,curses.KEY_LEFT, curses.ascii.BS,curses.KEY_BACKSPACE):
114 if ch in (curses.ascii.BS, curses.KEY_BACKSPACE):
Dascii.py11 BS = 0x08 # ^H variable
/third_party/icu/icu4c/source/data/region/
Dfa_AF.txt19 BS{"بهاماس"}
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_fmt_def.inc271 BC_FIELD(ALU_WORD1_OP2, BANK_SWIZZLE, BS, 20, 18)
286 BC_FIELD(ALU_WORD1_OP2, BANK_SWIZZLE, BS, 20, 18)
301 BC_FIELD(ALU_WORD1_OP2_MOVA, BANK_SWIZZLE, BS, 20, 18)
316 BC_FIELD(ALU_WORD1_OP2_EXEC_MASK, BANK_SWIZZLE, BS, 20, 18)
329 BC_FIELD(ALU_WORD1_OP3, BANK_SWIZZLE, BS, 20, 18)
357 BC_FIELD(ALU_WORD1_LDS_IDX_OP, BANK_SWIZZLE, BS, 20, 18)
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dmatmul_dds_info.cc207 auto iter = attrs_.find(BS); in GetAttrs()
239 Attr attr_batch_size = std::make_pair(BS, new_bs_value); in ComputeReplaceGraph()

12345678910>>...29