Home
last modified time | relevance | path

Searched defs:B (Results 1 – 25 of 382) sorted by relevance

12345678910>>...16

/freebsd-9-stable/contrib/llvm/include/llvm/CodeGen/
DMachineDominators.h72 const MachineDomTreeNode* B) const { in dominates()
77 const MachineBasicBlock* B) const { in dominates()
83 bool dominates(const MachineInstr *A, const MachineInstr *B) const { in dominates()
102 const MachineDomTreeNode* B) const { in properlyDominates()
107 const MachineBasicBlock* B) const { in properlyDominates()
114 MachineBasicBlock *B) { in findNearestCommonDominator()
DMachineInstrBuilder.h383 inline unsigned getDefRegState(bool B) { in getDefRegState()
386 inline unsigned getImplRegState(bool B) { in getImplRegState()
389 inline unsigned getKillRegState(bool B) { in getKillRegState()
392 inline unsigned getDeadRegState(bool B) { in getDeadRegState()
395 inline unsigned getUndefRegState(bool B) { in getUndefRegState()
398 inline unsigned getInternalReadRegState(bool B) { in getInternalReadRegState()
401 inline unsigned getDebugRegState(bool B) { in getDebugRegState()
425 MachineBasicBlock::iterator B, in MIBundleBuilder()
/freebsd-9-stable/contrib/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp29 Value *llvm::CastToCStr(Value *V, IRBuilder<> &B) { in CastToCStr()
35 Value *llvm::EmitStrLen(Value *Ptr, IRBuilder<> &B, const DataLayout *TD, in EmitStrLen()
64 Value *llvm::EmitStrNLen(Value *Ptr, Value *MaxLen, IRBuilder<> &B, in EmitStrNLen()
94 Value *llvm::EmitStrChr(Value *Ptr, char C, IRBuilder<> &B, in EmitStrChr()
120 IRBuilder<> &B, const DataLayout *TD, in EmitStrNCmp()
152 Value *llvm::EmitStrCpy(Value *Dst, Value *Src, IRBuilder<> &B, in EmitStrCpy()
177 IRBuilder<> &B, const DataLayout *TD, in EmitStrNCpy()
204 IRBuilder<> &B, const DataLayout *TD, in EmitMemCpyChk()
232 Value *Len, IRBuilder<> &B, const DataLayout *TD, in EmitMemChr()
260 Value *Len, IRBuilder<> &B, const DataLayout *TD, in EmitMemCmp()
[all …]
/freebsd-9-stable/sys/dev/ixgbe/
Dixgbe_osdep.h65 #define MSGOUT(S, A, B) printf(S "\n", A, B) argument
70 #define DEBUGOUT2(S,A,B) printf(S "\n",A,B) argument
71 #define DEBUGOUT3(S,A,B,C) printf(S "\n",A,B,C) argument
72 #define DEBUGOUT4(S,A,B,C,D) printf(S "\n",A,B,C,D) argument
73 #define DEBUGOUT5(S,A,B,C,D,E) printf(S "\n",A,B,C,D,E) argument
74 #define DEBUGOUT6(S,A,B,C,D,E,F) printf(S "\n",A,B,C,D,E,F) argument
75 #define DEBUGOUT7(S,A,B,C,D,E,F,G) printf(S "\n",A,B,C,D,E,F,G) argument
77 #define ERROR_REPORT2(S,A,B) printf(S "\n",A,B) argument
78 #define ERROR_REPORT3(S,A,B,C) printf(S "\n",A,B,C) argument
82 #define DEBUGOUT2(S,A,B) argument
[all …]
/freebsd-9-stable/contrib/llvm/lib/IR/
DCore.cpp1501 AttrBuilder B(PA); in LLVMAddFunctionAttr() local
1514 AttrBuilder B; in LLVMAddTargetDependentFunctionAttr() local
1524 AttrBuilder B(PA); in LLVMRemoveFunctionAttr() local
1598 AttrBuilder B(PA); in LLVMAddAttribute() local
1604 AttrBuilder B(PA); in LLVMRemoveAttribute() local
1617 AttrBuilder B; in LLVMSetParamAlignment() local
1808 AttrBuilder B(PA); in LLVMAddInstrAttribute() local
1818 AttrBuilder B(PA); in LLVMRemoveInstrAttribute() local
1828 AttrBuilder B; in LLVMSetInstrParamAlignment() local
1941 LLVMValueRef LLVMBuildRetVoid(LLVMBuilderRef B) { in LLVMBuildRetVoid()
[all …]
DInstruction.cpp99 void Instruction::setHasUnsafeAlgebra(bool B) { in setHasUnsafeAlgebra()
106 void Instruction::setHasNoNaNs(bool B) { in setHasNoNaNs()
113 void Instruction::setHasNoInfs(bool B) { in setHasNoInfs()
121 void Instruction::setHasNoSignedZeros(bool B) { in setHasNoSignedZeros()
129 void Instruction::setHasAllowReciprocal(bool B) { in setHasAllowReciprocal()
DPrintModulePass.cpp32 PrintModulePass(const std::string &B, raw_ostream *o, bool DS) in PrintModulePass()
57 PrintFunctionPass(const std::string &B, raw_ostream *o, bool DS) in PrintFunctionPass()
85 PrintBasicBlockPass(const std::string &B, raw_ostream *o, bool DS) in PrintBasicBlockPass()
/freebsd-9-stable/contrib/llvm/lib/Transforms/ObjCARC/
DProvenanceAnalysis.cpp34 const Value *B) { in relatedSelect()
48 const Value *B) { in relatedPHI()
108 const Value *B) { in relatedCheck()
164 const Value *B) { in related()
/freebsd-9-stable/sys/dev/ixgb/
Dif_ixgb_osdep.h66 #define MSGOUT(S, A, B) printf(S "\n", A, B) argument
71 #define DEBUGOUT2(S,A,B) printf(S "\n",A,B) argument
72 #define DEBUGOUT3(S,A,B,C) printf(S "\n",A,B,C) argument
73 #define DEBUGOUT7(S,A,B,C,D,E,F,G) printf(S "\n",A,B,C,D,E,F,G) argument
77 #define DEBUGOUT2(S,A,B) argument
78 #define DEBUGOUT3(S,A,B,C) argument
79 #define DEBUGOUT7(S,A,B,C,D,E,F,G) argument
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
DDominators.h105 inline bool dominates(const CFGBlock* A, const CFGBlock* B) const { in dominates()
112 bool properlyDominates(const CFGBlock*A, const CFGBlock*B) const { in properlyDominates()
119 inline CFGBlock *findNearestCommonDominator(CFGBlock *A, CFGBlock *B) { in findNearestCommonDominator()
124 const CFGBlock *B) { in findNearestCommonDominator()
/freebsd-9-stable/contrib/llvm/include/llvm/IR/
DOperator.h89 void setHasNoUnsignedWrap(bool B) { in setHasNoUnsignedWrap()
93 void setHasNoSignedWrap(bool B) { in setHasNoSignedWrap()
140 void setIsExact(bool B) { in setIsExact()
222 void setHasUnsafeAlgebra(bool B) { in setHasUnsafeAlgebra()
235 void setHasNoNaNs(bool B) { in setHasNoNaNs()
240 void setHasNoInfs(bool B) { in setHasNoInfs()
245 void setHasNoSignedZeros(bool B) { in setHasNoSignedZeros()
250 void setHasAllowReciprocal(bool B) { in setHasAllowReciprocal()
365 void setIsInBounds(bool B) { in setIsInBounds()
/freebsd-9-stable/lib/libc/db/hash/
Dhash_buf.c74 #define BUF_REMOVE(B) { \ argument
80 #define BUF_INSERT(B, P) { \ argument
90 #define MRU_INSERT(B) BUF_INSERT((B), &hashp->bufhead) argument
91 #define LRU_INSERT(B) BUF_INSERT((B), LRU) argument
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Analysis/FlowSensitive/
DDataflowSolver.h37 void enqueue(const CFGBlock *B) { in enqueue()
48 const CFGBlock *B = BlockQueue.pop_back_val(); in dequeue() local
/freebsd-9-stable/sys/cam/
Dcam_debug.h131 #define CAM_DEBUGGED(A, B) 0 argument
132 #define CAM_DEBUG(A, B, C) argument
133 #define CAM_DEBUG_PRINT(A, B) argument
134 #define CAM_DEBUG_PATH_PRINT(A, B, C) argument
/freebsd-9-stable/contrib/llvm/include/llvm/Analysis/
DDominators.h189 const DomTreeNodeBase<NodeT> *B) const { in dominatedBySlowTreeWalk()
367 const DomTreeNodeBase<NodeT> *B) { in properlyDominates()
393 const DomTreeNodeBase<NodeT> *B) { in dominates()
437 NodeT *findNearestCommonDominator(NodeT *A, NodeT *B) { in findNearestCommonDominator()
481 const NodeT *findNearestCommonDominator(const NodeT *A, const NodeT *B) { in findNearestCommonDominator()
696 bool DominatorTreeBase<NodeT>::dominates(const NodeT *A, const NodeT *B) { in dominates()
708 DominatorTreeBase<NodeT>::properlyDominates(const NodeT *A, const NodeT *B) { in properlyDominates()
801 inline bool dominates(const DomTreeNode* A, const DomTreeNode* B) const { in dominates()
805 inline bool dominates(const BasicBlock* A, const BasicBlock* B) const { in dominates()
818 bool properlyDominates(const DomTreeNode *A, const DomTreeNode *B) const { in properlyDominates()
[all …]
/freebsd-9-stable/sbin/growfs/
Ddebug.h102 #define DBG_PRINT1(A,B) if(_dbg_lvl_ & DL_INFO) { \ argument
106 #define DBG_PRINT2(A,B,C) if(_dbg_lvl_ & DL_INFO) { \ argument
110 #define DBG_PRINT3(A,B,C,D) if(_dbg_lvl_ & DL_INFO) { \ argument
114 #define DBG_PRINT4(A,B,C,D,E) if(_dbg_lvl_ & DL_INFO) { \ argument
138 #define DBG_PRINT1(A,B) argument
139 #define DBG_PRINT2(A,B,C) argument
140 #define DBG_PRINT3(A,B,C,D) argument
141 #define DBG_PRINT4(A,B,C,D,E) argument
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Headers/
Dsmmintrin.h396 #define _mm_cmpistrm(A, B, M) __builtin_ia32_pcmpistrm128((A), (B), (M)) argument
397 #define _mm_cmpistri(A, B, M) __builtin_ia32_pcmpistri128((A), (B), (M)) argument
399 #define _mm_cmpestrm(A, LA, B, LB, M) \ argument
401 #define _mm_cmpestri(A, LA, B, LB, M) \ argument
405 #define _mm_cmpistra(A, B, M) \ argument
407 #define _mm_cmpistrc(A, B, M) \ argument
409 #define _mm_cmpistro(A, B, M) \ argument
411 #define _mm_cmpistrs(A, B, M) \ argument
413 #define _mm_cmpistrz(A, B, M) \ argument
416 #define _mm_cmpestra(A, LA, B, LB, M) \ argument
[all …]
/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
DRegionStore.cpp421 RegionBindingsRef B = getRegionBindings(store); in BindDefault() local
591 RegionBindingsRef B = getRegionBindings(store); in iterBindings() local
659 RegionBindingsRef B; member in __anon570170ca0611::ClusterAnalysis
751 RegionBindingsRef B = getRegionBindings(S); in scanReachableSymbols() local
897 RegionStoreManager::removeSubRegionBindings(RegionBindingsConstRef B, in removeSubRegionBindings()
1101 RegionBindingsRef B, in invalidateGlobalRegion()
1171 RegionBindingsRef B = getRegionBindings(store); in invalidateRegions() local
1259 SVal RegionStoreManager::getBinding(RegionBindingsConstRef B, Loc L, QualType T) { in getBinding()
1400 getExistingLazyBinding(SValBuilder &SVB, RegionBindingsConstRef B, in getExistingLazyBinding()
1435 RegionStoreManager::findLazyBinding(RegionBindingsConstRef B, in findLazyBinding()
[all …]
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Edit/
DEditedSource.cpp101 FileOffset B = I->first; in commitInsertFromRange() local
118 FileOffset B = I->first; in commitInsertFromRange() local
155 FileOffset B = I->first; in commitRemove() local
173 FileOffset B = I->first; in commitRemove() local
198 FileOffset B = I->first; in commitRemove() local
394 FileOffset B = I->first; in getActionForOffset() local
/freebsd-9-stable/crypto/heimdal/appl/rsh/
Drsh_locl.h167 #define do_write(F, B, L, I) write((F), (B), (L)) argument
168 #define do_read(F, B, L, I) read((F), (B), (L)) argument
/freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
Ddebug.h87 #define IMPLY(A, B) \ argument
90 #define EQUIV(A, B) \ argument
94 #define IMPLY(A, B) ((void)0) argument
95 #define EQUIV(A, B) ((void)0) argument
/freebsd-9-stable/contrib/xz/src/liblzma/check/
Dcrc_macros.h15 # define B(x) (((x) >> 16) & 0xFF) macro
24 # define B(x) (((x) >> 8) & 0xFF) macro
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Analysis/
DCFGStmtMap.cpp36 CFGBlock *B = I->second; in getBlock() local
49 static void Accumulate(SMap &SM, CFGBlock *B) { in Accumulate()
DCFG.cpp451 void appendStmt(CFGBlock *B, const Stmt *S) { in appendStmt()
459 void appendInitializer(CFGBlock *B, CXXCtorInitializer *I) { in appendInitializer()
462 void appendBaseDtor(CFGBlock *B, const CXXBaseSpecifier *BS) { in appendBaseDtor()
465 void appendMemberDtor(CFGBlock *B, FieldDecl *FD) { in appendMemberDtor()
468 void appendTemporaryDtor(CFGBlock *B, CXXBindTemporaryExpr *E) { in appendTemporaryDtor()
471 void appendAutomaticObjDtor(CFGBlock *B, VarDecl *VD, Stmt *S) { in appendAutomaticObjDtor()
475 void appendDeleteDtor(CFGBlock *B, CXXRecordDecl *RD, CXXDeleteExpr *DE) { in appendDeleteDtor()
482 void addSuccessor(CFGBlock *B, CFGBlock *S) { in addSuccessor()
660 CFGBlock *B = addStmt(Statement); in buildCFG() local
683 CFGBlock *B = I->block; in buildCFG() local
[all …]
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DWorkList.h36 const CFGBlock *B, unsigned idx) in WorkListUnit()
69 void enqueue(ExplodedNode *N, const CFGBlock *B, unsigned idx) { in enqueue()

12345678910>>...16