Home
last modified time | relevance | path

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

12

/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
DCombinedLexer.m4 * - From the grammar source file : Combined.g
40 // $ANTLR 3.2 Aug 24, 2010 10:45:57 Combined.g 2010-08-24 13:53:42
61 [ANTLRBaseRecognizer setGrammarFileName:@"Combined.g"];
100 …// Combined.g:14:5: ( ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '0' .. '9' | '…
101 …// Combined.g:14:9: ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '0' .. '9' | '_'…
121 // Combined.g: // alt
166 // Combined.g:17:5: ( ( '0' .. '9' )+ ) // ruleBlockSingleAlt
167 // Combined.g:17:9: ( '0' .. '9' )+ // alt
169 // Combined.g:17:9: ( '0' .. '9' )+ // positiveClosureBlock
181 // Combined.g:17:10: '0' .. '9' // alt
[all …]
DCombined__.gl1 lexer grammar Combined;
7 // $ANTLR src "Combined.g" 14
11 // $ANTLR src "Combined.g" 17
15 // $ANTLR src "Combined.g" 20
DCombinedParser.m4 * - From the grammar source file : Combined.g
40 // $ANTLR 3.2 Aug 24, 2010 10:45:57 Combined.g 2010-08-24 13:53:42
114 * Combined.g:7:1: stat : ( identifier )+ ;
121 // Combined.g:7:5: ( ( identifier )+ ) // ruleBlockSingleAlt
122 // Combined.g:7:7: ( identifier )+ // alt
124 // Combined.g:7:7: ( identifier )+ // positiveClosureBlock
136 // Combined.g:7:7: identifier // alt
173 * Combined.g:9:1: identifier : ID ;
180 // Combined.g:10:5: ( ID ) // ruleBlockSingleAlt
181 // Combined.g:10:7: ID // alt
DCombined.g1 grammar Combined;
/external/llvm/lib/Transforms/Scalar/
DLoadCombine.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 …]
/external/elfutils/src/
DCOPYING-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 …]
/external/llvm/lib/Target/XCore/Disassembler/
DXCoreDisassembler.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 …]
/external/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.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()
/external/skia/src/utils/
DSkTFitsIn.h104 typedef typename SkTCombineOutOfRange<OutOfRange_Low, OutOfRange_High>::type Combined; in OutOfRange() typedef
105 return Combined::apply(s); in OutOfRange()
/external/deqp/doc/testspecs/GLES2/
Dfunctional.color_clear.txt28 + Combined glScissor() and glColorMask() effect
/external/llvm/tools/gold/
Dgold-plugin.cpp833 std::unique_ptr<Module> Combined(new Module("ld-temp.o", Context)); in allSymbolsReadHook() local
834 Linker L(Combined.get()); in allSymbolsReadHook()
859 GlobalValue *GV = Combined->getNamedValue(Name.first()); in allSymbolsReadHook()
865 GlobalValue *GV = Combined->getNamedValue(Name.first()); in allSymbolsReadHook()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp2130 SDValue Combined = DAG.getNode(ISD::OR, dl, MVT::i64, Shifted, Offset); in LowerBUILD_VECTOR() local
2131 const SDValue Ops[] = {ConstVal, Operand, Combined}; in LowerBUILD_VECTOR()
2163 SDValue Combined = DAG.getNode(HexagonISD::COMBINE, dl, VT, Vec0, Vec); in LowerCONCAT_VECTORS() local
2164 return DAG.getNode(ISD::BITCAST, dl, VT, Combined); in LowerCONCAT_VECTORS()
2172 SDValue Combined = DAG.getNode(HexagonISD::COMBINE, dl, VT, Vec0, Vec); in LowerCONCAT_VECTORS() local
2173 return DAG.getNode(ISD::BITCAST, dl, VT, Combined); in LowerCONCAT_VECTORS()
2189 SDValue Combined = DAG.getNode(ISD::OR, dl, MVT::i64, Shifted, Offset); in LowerCONCAT_VECTORS() local
2190 const SDValue Ops[] = {ConstVal, Operand, Combined}; in LowerCONCAT_VECTORS()
2273 SDValue Combined = DAG.getNode(ISD::OR, dl, MVT::i64, Shifted, Offset); in LowerEXTRACT_VECTOR() local
2275 const SDValue Ops[] = {Vec, Combined}; in LowerEXTRACT_VECTOR()
[all …]
/external/llvm/lib/IR/
DConstantFold.cpp2101 Constant *Combined = CE->getOperand(CE->getNumOperands()-1); in ConstantFoldGetElementPtrImpl() local
2104 Type *IdxTy = Combined->getType(); in ConstantFoldGetElementPtrImpl()
2114 Constant *C2 = ConstantExpr::getSExtOrBitCast(Combined, CommonTy); in ConstantFoldGetElementPtrImpl()
2115 Combined = ConstantExpr::get(Instruction::Add, C1, C2); in ConstantFoldGetElementPtrImpl()
2117 Combined = in ConstantFoldGetElementPtrImpl()
2118 ConstantExpr::get(Instruction::Add, Idx0, Combined); in ConstantFoldGetElementPtrImpl()
2122 NewIndices.push_back(Combined); in ConstantFoldGetElementPtrImpl()
/external/clang/lib/Sema/
DSemaExprMember.cpp1711 Qualifiers Combined = BaseQuals + MemberQuals; in BuildFieldReferenceExpr() local
1712 if (Combined != MemberQuals) in BuildFieldReferenceExpr()
1713 MemberType = S.Context.getQualifiedType(MemberType, Combined); in BuildFieldReferenceExpr()
/external/clang/docs/
DLibASTMatchers.rst6 nodes of the AST and execute code that uses the matched nodes. Combined with
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ANTLR/ANTLR.xcodeproj/
Dproject.pbxproj531 …1A63BC7A134F5EB1002EDFB4 /* Combined.g */ = {isa = PBXFileReference; lastKnownFileType = text; pat…
532 …1A63BC7B134F5EB1002EDFB4 /* Combined.tokens */ = {isa = PBXFileReference; lastKnownFileType = text…
539 …1A63BC83134F5EB1002EDFB4 /* Combined.tokens */ = {isa = PBXFileReference; lastKnownFileType = text…
1254 1A63BC7A134F5EB1002EDFB4 /* Combined.g */,
1255 1A63BC7B134F5EB1002EDFB4 /* Combined.tokens */,
1270 1A63BC83134F5EB1002EDFB4 /* Combined.tokens */,
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ANTLR.xcodeproj/
Dproject.pbxproj714 …005D0757 /* Combined.g */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; …
784 …3C4 /* Combined.tokens */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; n…
1321 F738D35C0B07C105001813C4 /* Combined.tokens */,
1326 F700E85E0A5FA2DE005D0757 /* Combined.g */,
1843 buildArgumentsString = "-jar /Library/Java/Extensions/antlr-3.3.1.jar Combined.g";
Dacondit.pbxuser2308 F700E85E0A5FA2DE005D0757 /* Combined.g */ = {
/external/blktrace/btt/doc/
Dbtt.tex694 \item Combined data -- all read and write IOs
713 \item[c] Combined -- both read and write IOs
726 # Combined
/external/llvm/lib/Target/PowerPC/
DPPCInstr64Bit.td939 // Combined op for ADDItlsgdL and GETtlsADDR, late expanded. X3 and LR8
971 // Combined op for ADDItlsldL and GETtlsADDR, late expanded. X3 and LR8
DPPCInstrInfo.td2638 // Combined op for ADDItlsgdL32 and GETtlsADDR32, late expanded. R3 and LR
2662 // Combined op for ADDItlsldL32 and GETtlsADDR32, late expanded. R3 and LR
/external/llvm/lib/Target/AArch64/
DAArch64SchedA57.td17 // conservative 3-wide in-order stage for decode and dispatch. Combined with the
/external/llvm/lib/AsmParser/
DLLParser.cpp3199 unsigned Combined = 0; in ParseMDField() local
3204 Combined |= Val; in ParseMDField()
3207 Result.assign(Combined); in ParseMDField()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp3049 if (SDValue Combined = visitANDLike(N0, N1, N)) in visitAND() local
3050 return Combined; in visitAND()
3566 if (SDValue Combined = visitORLike(N0, N1, N)) in visitOR() local
3567 return Combined; in visitOR()
4895 if (SDValue Combined = visitANDLike(N0, N1_0, N)) in visitSELECT() local
4896 return DAG.getNode(ISD::SELECT, SDLoc(N), N1.getValueType(), Combined, in visitSELECT()
4914 if (SDValue Combined = visitORLike(N0, N2_0, N)) in visitSELECT() local
4915 return DAG.getNode(ISD::SELECT, SDLoc(N), N1.getValueType(), Combined, in visitSELECT()
/external/antlr/antlr-3.4/runtime/C/
DREADME873 FooLexer, ... Combined grammar Foo generates Foo$Lexer.g which generates

12