Home
last modified time | relevance | path

Searched refs:Combined (Results 1 – 21 of 21) sorted by relevance

/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDLoadCombine.cpp111 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/
HDCOPYING.lgplv320 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/
HDXCoreDisassembler.cpp242 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/
HDBlockFrequencyInfoImpl.cpp157 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/
HDcommunications6 # TTCN is the Tree and Tabular Combined Notation described in ISO 9646-3.
/NextBSD/contrib/llvm/lib/Target/Hexagon/
HDHexagonISelLowering.cpp2044 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/
HDAnnounce17 Combined bootptest into the bootp release.
/NextBSD/contrib/llvm/lib/IR/
HDConstantFold.cpp2107 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/
HDSemaExprMember.cpp1695 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/
HDPPCInstr64Bit.td940 // Combined op for ADDItlsgdL and GETtlsADDR, late expanded. X3 and LR8
972 // Combined op for ADDItlsldL and GETtlsADDR, late expanded. X3 and LR8
HDPPCInstrInfo.td2680 // 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/
HDAArch64SchedA57.td17 // conservative 3-wide in-order stage for decode and dispatch. Combined with the
/NextBSD/contrib/llvm/lib/AsmParser/
HDLLParser.cpp3241 unsigned Combined = 0; in ParseMDField() local
3246 Combined |= Val; in ParseMDField()
3249 Result.assign(Combined); in ParseMDField()
/NextBSD/contrib/groff/contrib/mm/
HDChangeLog674 * Combined fonts (IB,BI...)
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDDAGCombiner.cpp3141 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/
HDChangeLog-19971671 * 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/
HDChangeLog-91031889 * internal.h: Combined 32- and 64-bit versions of all structures
/NextBSD/contrib/binutils/bfd/
HDChangeLog-91931829 Combined with the elf32_hppa_stub_description structure.
/NextBSD/contrib/binutils/
HDChangeLog6725 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
/NextBSD/contrib/binutils/gas/
HDChangeLog-92956699 (md_apply_fix): Use in_signed_range. Combined _SPARC13 and
/NextBSD/contrib/ntp/
HDCommitLog152143 Config dumper: Combined the server and fudge output
152148 Config dumper: Combined the server and fudge output