Searched refs:Block (Results 1 - 25 of 256) sorted by relevance

1234567891011

/freebsd-12-stable/contrib/telnet/libtelnet/
H A Dkey-proto.h58 void key_lookup(unsigned char *, Block);
59 void key_stream_init(Block, Block, int);
H A Dencrypt.h61 typedef unsigned char Block[8]; typedef
64 typedef struct { Block __; } Schedule[16];
72 #define SAMEKEY(k1, k2) (!bcmp((void *)k1, (void *)k2, sizeof(Block)))
H A Denc_des.c64 Block krbdes_key;
66 Block temp_feed;
72 Block str_output;
73 Block str_feed;
74 Block str_iv;
75 Block str_ikey;
111 void fb64_stream_iv(Block, struct stinfo *);
117 void fb64_stream_key(Block, struct stinfo *);
206 DES_random_key((Block *)fbp->temp_feed);
207 DES_ecb_encrypt((Block *)fb
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DBlock.cpp1 //===-- Block.cpp -----------------------------------------------*- C++ -*-===//
9 #include "lldb/Symbol/Block.h"
23 Block::Block(lldb::user_id_t uid) function in class:Block
28 Block::~Block() {}
30 void Block::GetDescription(Stream *s, Function *function,
58 void Block::Dump(Stream *s, addr_t base_addr, int32_t depth,
61 Block *parent = GetParent();
70 *s << "Block" << static_cas
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DBlock.h1 //===-- Block.h -------------------------------------------------*- C++ -*-===//
25 /// \class Block Block.h "lldb/Symbol/Block.h"
29 /// Block objects. The BlockList object contains a section offset address
30 /// range, and Block objects contain one or more ranges which are offsets into
41 class Block : public UserID, public SymbolContextScope { class in namespace:lldb_private
61 Block(lldb::user_id_t uid);
64 ~Block() override;
89 Block *CalculateSymbolContextBloc
[all...]
H A DSymbolContextScope.h31 /// \li Block
46 /// variable. A static function variables, can the Block scope
86 virtual Block *CalculateSymbolContextBlock() { return nullptr; }
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRRelaxMemOperations.cpp43 typedef MachineBasicBlock Block; typedef in class:__anon5103::AVRRelaxMem
44 typedef Block::iterator BlockIt;
48 template <unsigned OP> bool relax(Block &MBB, BlockIt MBBI);
50 bool runOnBasicBlock(Block &MBB);
51 bool runOnInstruction(Block &MBB, BlockIt MBBI);
53 MachineInstrBuilder buildMI(Block &MBB, BlockIt MBBI, unsigned Opcode) {
66 for (Block &MBB : MF) {
74 bool AVRRelaxMem::runOnBasicBlock(Block &MBB) {
88 bool AVRRelaxMem::relax<AVR::STDWPtrQRr>(Block &MBB, BlockIt MBBI) {
124 bool AVRRelaxMem::runOnInstruction(Block
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DScopedPrinter.cpp23 ArrayRef<uint8_t> Data, bool Block,
26 Block = true;
28 if (Block) {
22 printBinaryImpl(StringRef Label, StringRef Str, ArrayRef<uint8_t> Data, bool Block, uint32_t StartOffset) argument
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DPostOrderCFGView.h51 std::pair<llvm::NoneType, bool> insert(const CFGBlock *Block) { argument
53 // make sure that Block is non-null. Moreover, the CFGBlock iterator will
56 if (!Block)
58 if (VisitedBlockIDs.test(Block->getBlockID()))
60 VisitedBlockIDs.set(Block->getBlockID());
66 /// loop. Block must not be null.
67 bool alreadySet(const CFGBlock *Block) { argument
68 return VisitedBlockIDs.test(Block->getBlockID());
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DBlock.h1 //===--- Block.h - Allocated blocks for the interpreter ---------*- C++ -*-===//
26 class Block;
37 class Block { class in namespace:clang::interp
40 Block(const llvm::Optional<unsigned> &DeclID, Descriptor *Desc, function in class:clang::interp::Block
44 Block(Descriptor *Desc, bool IsStatic = false, bool IsExtern = false) function in class:clang::interp::Block
83 Block(Descriptor *Desc, bool IsExtern, bool IsStatic, bool IsDead) function in class:clang::interp::Block
115 DeadBlock(DeadBlock *&Root, Block *Blk);
121 friend class Block;
134 Block B;
H A DBlock.cpp1 //===--- Block.cpp - Allocated blocks for the interpreter -------*- C++ -*-===//
13 #include "Block.h"
21 void Block::addPointer(Pointer *P) {
31 void Block::removePointer(Pointer *P) {
42 void Block::cleanup() {
47 void Block::movePointer(Pointer *From, Pointer *To) {
63 DeadBlock::DeadBlock(DeadBlock *&Root, Block *Blk)
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBlock.h81 lldb_private::Block *GetPtr();
83 void SetPtr(lldb_private::Block *lldb_object_ptr);
85 SBBlock(lldb_private::Block *lldb_object_ptr);
90 lldb_private::Block *m_opaque_ptr;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolDumpDelegate.h28 ArrayRef<uint8_t> Block) = 0;
/freebsd-12-stable/sbin/dump/
H A Dcache.c4 * Block cache for dump
37 typedef struct Block { struct
38 struct Block *b_HNext; /* must be first field */
41 } Block; typedef in typeref:struct:Block
47 static Block **BlockHash;
57 Block *base;
67 base = calloc(sizeof(Block), NBlocks);
68 BlockHash = calloc(sizeof(Block *), HSize);
83 Block *blk;
84 Block **pbl
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZLongBranch.cpp151 void skipNonTerminators(BlockPosition &Position, MBBInfo &Block);
177 // Position describes the state immediately before Block. Update Block
181 MBBInfo &Block) {
182 if (Log2(Block.Alignment) > Position.KnownBits) {
183 // When calculating the address of Block, we need to conservatively
184 // assume that Block had the worst possible misalignment.
186 (Block.Alignment.value() - (uint64_t(1) << Position.KnownBits));
187 Position.KnownBits = Log2(Block.Alignment);
191 Position.Address = alignTo(Position.Address, Block
180 skipNonTerminators(BlockPosition &Position, MBBInfo &Block) argument
281 MBBInfo &Block = MBBs[I]; local
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyTIL.cpp169 for (auto *Block : successors())
170 ID = Block->topologicalSort(Blocks, ID);
262 for (auto *Block : Blocks)
263 InstrID = Block->renumberInstrs(InstrID);
305 for (auto *Block : Blocks)
306 Block->computeDominator();
318 for (auto *Block : Blocks.reverse()) {
319 Block->computePostDominator();
320 computeNodeSize(Block, &BasicBlock::DominatorNode);
324 for (auto *Block
[all...]
H A DCFG.cpp476 CFGBlock *Block = nullptr; member in class:__anon2773::CFGBuilder
478 // Block after the current block.
703 return Block;
743 void autoCreateBlock() { if (!Block) Block = createBlock(); }
1490 Block = nullptr; // the EXIT block is empty. Create all other blocks lazily.
1526 Block = createBlock();
1538 addSuccessor(B, Block, true);
1631 return Block;
1650 appendInitializer(Block,
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp59 /// \return the VPBasicBlock that is the entry of Block, possibly indirectly.
61 const VPBlockBase *Block = this; local
62 while (const VPRegionBlock *Region = dyn_cast<VPRegionBlock>(Block))
63 Block = Region->getEntry();
64 return cast<VPBasicBlock>(Block);
68 VPBlockBase *Block = this; local
69 while (VPRegionBlock *Region = dyn_cast<VPRegionBlock>(Block))
70 Block = Region->getEntry();
71 return cast<VPBasicBlock>(Block);
74 /// \return the VPBasicBlock that is the exit of Block, possibl
76 const VPBlockBase *Block = this; local
83 VPBlockBase *Block = this; local
517 getUID(const VPBlockBase *Block) argument
522 getOrCreateName(const VPBlockBase *Block) argument
557 dumpBlock(const VPBlockBase *Block) argument
583 dumpEdges(const VPBlockBase *Block) argument
770 visitBlock(VPBlockBase *Block, Old2NewTy &Old2New, InterleavedAccessInfo &IAI) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolBlock.h21 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Block)
/freebsd-12-stable/lib/libblocksruntime/
H A DMakefile11 INCS= Block.h Block_private.h
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/XRay/
H A DBlockIndexer.h1 //===- BlockIndexer.h - FDR Block Indexing Visitor ------------------------===//
25 // process+thread and group them by 'Block'.
28 struct Block { struct in class:llvm::xray::BlockIndexer
36 using Index = DenseMap<std::pair<uint64_t, int32_t>, std::vector<Block>>;
41 Block CurrentBlock{0, 0, nullptr, {}};
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DSyncDependenceAnalysis.cpp158 void addPending(const BasicBlock &Block, const BasicBlock &DefBlock) { argument
159 bool WasAdded = DefMap.emplace(&Block, &DefBlock).second;
161 PendingUpdates.insert(&Block);
166 for (const auto *Block : FuncRPOT) {
167 auto It = DefMap.find(Block);
168 Out << Block->getName() << " : ";
258 const auto *Block = *ItBlockRPO; local
259 LLVM_DEBUG(dbgs() << "SDA::joins. visiting " << Block->getName() << "\n");
261 // skip Block if not pending update
262 auto ItPending = PendingUpdates.find(Block);
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp87 // right away, to be contained in a block. Block inputs and outputs would
552 "Loop in the Block Graph!");
574 "Loop in the Block Graph!");
579 dbgs() << "Block (" << ID << ")\n";
1254 SIScheduleBlock *Block = CurrentBlocks[i]; local
1255 Block->finalizeUnits();
1259 SIScheduleBlock *Block = CurrentBlocks[i]; local
1260 Block->printDebug(true);
1289 SIScheduleBlock *Block = CurrentBlocks[i]; local
1290 unsigned Degree = Block
1300 SIScheduleBlock *Block = CurrentBlocks[i]; local
1313 SIScheduleBlock *Block = CurrentBlocks[i]; local
1334 SIScheduleBlock *Block = CurrentBlocks[i]; local
1350 SIScheduleBlock *Block = CurrentBlocks[BlockIndice]; local
1381 SIScheduleBlock *Block = CurrentBlocks[i]; local
1411 SIScheduleBlock *Block = CurrentBlocks[BlockIndice]; local
1426 SIScheduleBlock *Block = CurrentBlocks[BlockIndice]; local
1459 SIScheduleBlock *Block = Blocks[i]; local
1488 SIScheduleBlock *Block = Blocks[i]; local
1495 SIScheduleBlock *Block = Blocks[i]; local
1510 SIScheduleBlock *Block = Blocks[ID]; local
1524 SIScheduleBlock *Block = Blocks[i]; local
1543 SIScheduleBlock *Block = Blocks[i]; local
1610 SIScheduleBlock *Block; local
1692 decreaseLiveRegs(SIScheduleBlock *Block, std::set<unsigned> &Regs) argument
1717 blockScheduled(SIScheduleBlock *Block) argument
1781 SIScheduleBlock *Block = ScheduledBlocks[b]; local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDivergenceAnalysis.h108 void pushPHINodes(const BasicBlock &Block);
110 /// \brief Mark \p Block as join divergent
114 void markBlockJoinDivergent(const BasicBlock &Block) { argument
115 DivergentJoinBlocks.insert(&Block);
122 /// \brief Whether \p Block is join divergent
125 bool isJoinDivergent(const BasicBlock &Block) const {
126 return DivergentJoinBlocks.find(&Block) != DivergentJoinBlocks.end();
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenCLRuntime.cpp127 // Block variable declarations are implicitly qualified with const. Therefore
146 llvm::Value *Block) {
148 "Block expression emitted twice");
150 assert(Block->getType()->isPointerTy() && "Invalid block literal type");
152 EnqueuedBlockMap[E].BlockArg = Block;
166 const BlockExpr *Block = getBlockExpr(E); local
168 assert(EnqueuedBlockMap.find(Block) != EnqueuedBlockMap.end() &&
169 "Block expression not emitted");
172 if (EnqueuedBlockMap[Block].Kernel) {
173 return EnqueuedBlockMap[Block];
144 recordBlockInfo(const BlockExpr *E, llvm::Function *InvokeF, llvm::Value *Block) argument
[all...]

Completed in 419 milliseconds

1234567891011