| /NextBSD/contrib/llvm/lib/Transforms/Scalar/ |
| HD | LoadCombine.cpp | 111 bool Combined = false; in combineLoads() local 120 Combined = true; in combineLoads() 122 return Combined; in combineLoads() 133 bool Combined = false; in aggregateLoads() local 150 Combined = true; in aggregateLoads() 165 Combined = true; in aggregateLoads() 166 return Combined; in aggregateLoads() 235 bool Combined = false; in runOnBasicBlock() local 240 Combined = true; in runOnBasicBlock() 258 Combined = true; in runOnBasicBlock() [all …]
|
| /NextBSD/contrib/ntp/sntp/libopts/ |
| HD | COPYING.lgplv3 | 20 other than an Application or a Combined Work as defined below. 27 A "Combined Work" is a work produced by combining or linking an 29 with which the Combined Work was made is also called the "Linked 32 The "Minimal Corresponding Source" for a Combined Work means the 33 Corresponding Source for the Combined Work, excluding any source code 34 for portions of the Combined Work that, considered in isolation, are 37 The "Corresponding Application Code" for a Combined Work means the 39 and utility programs needed for reproducing the Combined Work from the 40 Application, but excluding the System Libraries of the Combined Work. 79 4. Combined Works. [all …]
|
| /NextBSD/contrib/llvm/lib/Target/XCore/Disassembler/ |
| HD | XCoreDisassembler.cpp | 242 unsigned Combined = fieldFromInstruction(Insn, 6, 5); in Decode2OpInstruction() local 243 if (Combined < 27) in Decode2OpInstruction() 246 if (Combined == 31) in Decode2OpInstruction() 248 Combined += 5; in Decode2OpInstruction() 250 Combined -= 27; in Decode2OpInstruction() 251 unsigned Op1High = Combined % 3; in Decode2OpInstruction() 252 unsigned Op2High = Combined / 3; in Decode2OpInstruction() 261 unsigned Combined = fieldFromInstruction(Insn, 6, 5); in Decode3OpInstruction() local 262 if (Combined >= 27) in Decode3OpInstruction() 265 unsigned Op1High = Combined % 3; in Decode3OpInstruction() [all …]
|
| /NextBSD/contrib/llvm/lib/Analysis/ |
| HD | BlockFrequencyInfoImpl.cpp | 157 HashTable Combined(NextPowerOf2(2 * Weights.size())); in combineWeightsByHashing() local 159 combineWeight(Combined[W.TargetNode.Index], W); in combineWeightsByHashing() 162 if (Weights.size() == Combined.size()) in combineWeightsByHashing() 167 Weights.reserve(Combined.size()); in combineWeightsByHashing() 168 for (const auto &I : Combined) in combineWeightsByHashing()
|
| /NextBSD/contrib/file/magic/Magdir/ |
| HD | communications | 6 # TTCN is the Tree and Tabular Combined Notation described in ISO 9646-3.
|
| /NextBSD/contrib/llvm/lib/Target/Hexagon/ |
| HD | HexagonISelLowering.cpp | 2044 SDValue Combined = DAG.getNode(ISD::OR, dl, MVT::i64, Shifted, Offset); in LowerBUILD_VECTOR() local 2045 const SDValue Ops[] = {ConstVal, Operand, Combined}; in LowerBUILD_VECTOR() 2077 SDValue Combined = DAG.getNode(HexagonISD::COMBINE, dl, VT, Vec0, Vec); in LowerCONCAT_VECTORS() local 2078 return DAG.getNode(ISD::BITCAST, dl, VT, Combined); in LowerCONCAT_VECTORS() 2086 SDValue Combined = DAG.getNode(HexagonISD::COMBINE, dl, VT, Vec0, Vec); in LowerCONCAT_VECTORS() local 2087 return DAG.getNode(ISD::BITCAST, dl, VT, Combined); in LowerCONCAT_VECTORS() 2103 SDValue Combined = DAG.getNode(ISD::OR, dl, MVT::i64, Shifted, Offset); in LowerCONCAT_VECTORS() local 2104 const SDValue Ops[] = {ConstVal, Operand, Combined}; in LowerCONCAT_VECTORS() 2174 SDValue Combined = DAG.getNode(ISD::OR, dl, MVT::i64, Shifted, Offset); in LowerEXTRACT_VECTOR() local 2176 const SDValue Ops[] = {Vec, Combined}; in LowerEXTRACT_VECTOR() [all …]
|
| /NextBSD/libexec/bootpd/ |
| HD | Announce | 17 Combined bootptest into the bootp release.
|
| /NextBSD/contrib/llvm/lib/IR/ |
| HD | ConstantFold.cpp | 2107 Constant *Combined = CE->getOperand(CE->getNumOperands()-1); in ConstantFoldGetElementPtrImpl() local 2110 Type *IdxTy = Combined->getType(); in ConstantFoldGetElementPtrImpl() 2120 Constant *C2 = ConstantExpr::getSExtOrBitCast(Combined, CommonTy); in ConstantFoldGetElementPtrImpl() 2121 Combined = ConstantExpr::get(Instruction::Add, C1, C2); in ConstantFoldGetElementPtrImpl() 2123 Combined = in ConstantFoldGetElementPtrImpl() 2124 ConstantExpr::get(Instruction::Add, Idx0, Combined); in ConstantFoldGetElementPtrImpl() 2128 NewIndices.push_back(Combined); in ConstantFoldGetElementPtrImpl()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaExprMember.cpp | 1695 Qualifiers Combined = BaseQuals + MemberQuals; in BuildFieldReferenceExpr() local 1696 if (Combined != MemberQuals) in BuildFieldReferenceExpr() 1697 MemberType = S.Context.getQualifiedType(MemberType, Combined); in BuildFieldReferenceExpr()
|
| /NextBSD/contrib/llvm/lib/Target/PowerPC/ |
| HD | PPCInstr64Bit.td | 940 // Combined op for ADDItlsgdL and GETtlsADDR, late expanded. X3 and LR8 972 // Combined op for ADDItlsldL and GETtlsADDR, late expanded. X3 and LR8
|
| HD | PPCInstrInfo.td | 2680 // Combined op for ADDItlsgdL32 and GETtlsADDR32, late expanded. R3 and LR 2704 // Combined op for ADDItlsldL32 and GETtlsADDR32, late expanded. R3 and LR
|
| /NextBSD/contrib/llvm/lib/Target/AArch64/ |
| HD | AArch64SchedA57.td | 17 // conservative 3-wide in-order stage for decode and dispatch. Combined with the
|
| /NextBSD/contrib/llvm/lib/AsmParser/ |
| HD | LLParser.cpp | 3241 unsigned Combined = 0; in ParseMDField() local 3246 Combined |= Val; in ParseMDField() 3249 Result.assign(Combined); in ParseMDField()
|
| /NextBSD/contrib/groff/contrib/mm/ |
| HD | ChangeLog | 674 * Combined fonts (IB,BI...)
|
| /NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| HD | DAGCombiner.cpp | 3141 if (SDValue Combined = visitANDLike(N0, N1, N)) in visitAND() local 3142 return Combined; in visitAND() 3664 if (SDValue Combined = visitORLike(N0, N1, N)) in visitOR() local 3665 return Combined; in visitOR() 5046 if (SDValue Combined = visitANDLike(N0, N1_0, N)) in visitSELECT() local 5047 return DAG.getNode(ISD::SELECT, SDLoc(N), N1.getValueType(), Combined, in visitSELECT() 5065 if (SDValue Combined = visitORLike(N0, N2_0, N)) in visitSELECT() local 5066 return DAG.getNode(ISD::SELECT, SDLoc(N), N1.getValueType(), Combined, in visitSELECT()
|
| /NextBSD/contrib/gcc/ |
| HD | ChangeLog-1997 | 1671 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap 1676 * Makefile.in (compare, compare-lean, compare3): Combined to one 1679 (gnucompare, gnucompare3): Combined to one ruleset determining
|
| /NextBSD/contrib/binutils/include/elf/ |
| HD | ChangeLog-9103 | 1889 * internal.h: Combined 32- and 64-bit versions of all structures
|
| /NextBSD/contrib/binutils/bfd/ |
| HD | ChangeLog-9193 | 1829 Combined with the elf32_hppa_stub_description structure.
|
| /NextBSD/contrib/binutils/ |
| HD | ChangeLog | 6725 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
|
| /NextBSD/contrib/binutils/gas/ |
| HD | ChangeLog-9295 | 6699 (md_apply_fix): Use in_signed_range. Combined _SPARC13 and
|
| /NextBSD/contrib/ntp/ |
| HD | CommitLog | 152143 Config dumper: Combined the server and fudge output 152148 Config dumper: Combined the server and fudge output
|