Home
last modified time | relevance | path

Searched refs:push_back (Results 1 – 25 of 212) sorted by relevance

123456789

/frameworks/compile/slang/BitWriter_3_2/
DBitcodeWriter.cpp156 Vals.push_back(Str[i]); in WriteStringRecord()
175 Record.push_back(A.getSlotIndex(i)); in WriteAttributeTable()
176 Record.push_back(encodeLLVMAttributesForBitcode(A, A.getSlotIndex(i))); in WriteAttributeTable()
247 TypeVals.push_back(TypeList.size()); in WriteTypeTable()
272 TypeVals.push_back(cast<IntegerType>(T)->getBitWidth()); in WriteTypeTable()
278 TypeVals.push_back(VE.getTypeID(PTy->getElementType())); in WriteTypeTable()
280 TypeVals.push_back(AddressSpace); in WriteTypeTable()
288 TypeVals.push_back(FT->isVarArg()); in WriteTypeTable()
289 TypeVals.push_back(VE.getTypeID(FT->getReturnType())); in WriteTypeTable()
291 TypeVals.push_back(VE.getTypeID(FT->getParamType(i))); in WriteTypeTable()
[all …]
/frameworks/compile/slang/BitWriter_2_9_func/
DBitcodeWriter.cpp151 Vals.push_back(Str[i]); in WriteStringRecord()
170 Record.push_back(A.getSlotIndex(i)); in WriteAttributeTable()
171 Record.push_back(encodeLLVMAttributesForBitcode(A, A.getSlotIndex(i))); in WriteAttributeTable()
242 TypeVals.push_back(TypeList.size()); in WriteTypeTable()
266 TypeVals.push_back(cast<IntegerType>(T)->getBitWidth()); in WriteTypeTable()
272 TypeVals.push_back(VE.getTypeID(PTy->getElementType())); in WriteTypeTable()
274 TypeVals.push_back(AddressSpace); in WriteTypeTable()
282 TypeVals.push_back(FT->isVarArg()); in WriteTypeTable()
283 TypeVals.push_back(0); // FIXME: DEAD: remove in llvm 3.0 in WriteTypeTable()
284 TypeVals.push_back(VE.getTypeID(FT->getReturnType())); in WriteTypeTable()
[all …]
/frameworks/compile/slang/BitWriter_2_9/
DBitcodeWriter.cpp128 Vals.push_back(Str[i]); in WriteStringRecord()
147 Record.push_back(A.getSlotIndex(i)); in WriteAttributeTable()
148 Record.push_back(encodeLLVMAttributesForBitcode(A, A.getSlotIndex(i))); in WriteAttributeTable()
188 NameVals.push_back(i); in WriteTypeSymbolTable()
193 NameVals.push_back((unsigned char)Str[i]); in WriteTypeSymbolTable()
212 NameVals.push_back(VE.getTypeID(TI->second)); in WriteTypeSymbolTable()
217 NameVals.push_back((unsigned char)Str[i]); in WriteTypeSymbolTable()
302 TypeVals.push_back(TypeList.size()); in WriteTypeTable()
326 TypeVals.push_back(cast<IntegerType>(T)->getBitWidth()); in WriteTypeTable()
332 TypeVals.push_back(VE.getTypeID(PTy->getElementType())); in WriteTypeTable()
[all …]
/frameworks/av/media/libstagefright/webm/
DWebmElement.cpp65 ls.push_back(new WebmUnsigned(kMkvTrackNumber, num)); in populateCommonTrackEntries()
66 ls.push_back(new WebmUnsigned(kMkvTrackUid, uid)); in populateCommonTrackEntries()
67 ls.push_back(new WebmUnsigned(kMkvFlagLacing, lacing)); in populateCommonTrackEntries()
68 ls.push_back(new WebmString(kMkvLanguage, lang)); in populateCommonTrackEntries()
69 ls.push_back(new WebmString(kMkvCodecId, codec)); in populateCommonTrackEntries()
70 ls.push_back(new WebmUnsigned(kMkvTrackType, type)); in populateCommonTrackEntries()
260 cuePointEntryFields.push_back(new WebmUnsigned(kMkvCueTrack, track)); in CuePointEntry()
261 cuePointEntryFields.push_back(new WebmUnsigned(kMkvCueClusterPosition, off)); in CuePointEntry()
265 cuePointEntryFields.push_back(new WebmUnsigned(kMkvCueTime, time)); in CuePointEntry()
266 cuePointEntryFields.push_back(cueTrackPositions); in CuePointEntry()
[all …]
/frameworks/compile/mclinker/lib/Script/
DScriptParser.yy263 { m_ScriptFile.getCurrentStringList()->push_back($1); }
265 { m_ScriptFile.getCurrentStringList()->push_back($2); }
267 { m_ScriptFile.getCurrentStringList()->push_back($3); }
452 { m_ScriptFile.getCurrentStringList()->push_back($3); }
526 m_ScriptFile.getCurrentStringList()->push_back(
531 m_ScriptFile.getCurrentStringList()->push_back(
543 m_ScriptFile.getCurrentStringList()->push_back($2);
547 m_ScriptFile.getCurrentStringList()->push_back($1);
627 m_ScriptFile.getCurrentRpnExpr()->push_back(
633 m_ScriptFile.getCurrentRpnExpr()->push_back(
[all …]
DScriptFile.cpp93 sections->push_back(entry); in addEntryPoint()
95 m_CommandQueue.push_back(entry); in addEntryPoint()
101 m_CommandQueue.push_back(new OutputFormatCmd(pName)); in addOutputFormatCmd()
108 m_CommandQueue.push_back(new OutputFormatCmd(pDefault, pBig, pLittle)); in addOutputFormatCmd()
115 m_CommandQueue.push_back( in addGroupCmd()
121 m_CommandQueue.push_back(new OutputCmd(pFileName)); in addOutputCmd()
126 m_CommandQueue.push_back(new SearchDirCmd(pPath)); in addSearchDirCmd()
131 m_CommandQueue.push_back(new OutputArchCmd(pArch)); in addOutputArchCmd()
136 m_CommandQueue.push_back(new AssertCmd(pRpnExpr, pMessage)); in addAssertCmd()
150 output_desc->push_back(new Assignment(Assignment::INPUT_SECTION, in addAssignment()
[all …]
DRpnExpr.cpp52 void RpnExpr::push_back(ExprToken* pToken) in push_back() function in RpnExpr
54 m_TokenQueue.push_back(pToken); in push_back()
91 expr->push_back(SectDescOperand::create(*pIter)); in buildHelperExpr()
92 expr->push_back(&Operator::create<Operator::ADDR>()); in buildHelperExpr()
93 expr->push_back(SectDescOperand::create(*pIter)); in buildHelperExpr()
94 expr->push_back(&Operator::create<Operator::SIZEOF>()); in buildHelperExpr()
95 expr->push_back(&Operator::create<Operator::ADD>()); in buildHelperExpr()
103 expr->push_back(FragOperand::create(pFrag)); in buildHelperExpr()
DOutputFormatCmd.cpp20 m_FormatList.push_back(pFormat); in OutputFormatCmd()
28 m_FormatList.push_back(pDefault); in OutputFormatCmd()
29 m_FormatList.push_back(pBig); in OutputFormatCmd()
30 m_FormatList.push_back(pLittle); in OutputFormatCmd()
DAssignment.cpp85 script.assignments().push_back(std::make_pair((LDSymbol*)NULL, *this)); in activate()
100 out->dotAssignments().push_back(assign); in activate()
121 out->dotAssignments().push_back(*this); in activate()
123 script.assignments().push_back(std::make_pair((LDSymbol*)NULL, *this)); in activate()
141 in->dotAssignments().push_back(std::make_pair((Fragment*)NULL, assign)); in activate()
155 in->dotAssignments().push_back( in activate()
159 script.assignments().push_back(std::make_pair((LDSymbol*)NULL, *this)); in activate()
DSectionsCmd.cpp52 void SectionsCmd::push_back(ScriptCommand* pCommand) in push_back() function in SectionsCmd
58 m_SectionCommands.push_back(pCommand); in push_back()
77 assignments.push_back(*it); in activate()
/frameworks/compile/libbcc/lib/Renderscript/
DRSForEachExpand.cpp88 RootArgTys.push_back(B->getType()); in getRootSignature()
174 StructTypes.push_back(VoidPtrTy); // const void *in in buildTypes()
175 StructTypes.push_back(VoidPtrTy); // void *out in buildTypes()
176 StructTypes.push_back(VoidPtrTy); // const void *usr in buildTypes()
177 StructTypes.push_back(Int32Ty); // uint32_t usr_len in buildTypes()
178 StructTypes.push_back(Int32Ty); // uint32_t x in buildTypes()
179 StructTypes.push_back(Int32Ty); // uint32_t y in buildTypes()
180 StructTypes.push_back(Int32Ty); // uint32_t z in buildTypes()
181 StructTypes.push_back(Int32Ty); // uint32_t lod in buildTypes()
182 StructTypes.push_back(Int32Ty); // enum RsAllocationCubemapFace in buildTypes()
[all …]
DRSCompiler.cpp50 export_symbols.push_back(*special_functions); in addInternalizeSymbolsPass()
65 export_symbols.push_back(exportVarNameList[i]); in addInternalizeSymbolsPass()
69 export_symbols.push_back(exportFuncNameList[i]); in addInternalizeSymbolsPass()
78 expanded_foreach_funcs.push_back( in addInternalizeSymbolsPass()
83 export_symbols.push_back(expanded_foreach_funcs[i].c_str()); in addInternalizeSymbolsPass()
DRSExecutable.cpp75 result->mExportVarAddrs.push_back(addr); in Create()
92 result->mExportFuncAddrs.push_back(addr); in Create()
111 result->mExportForeachFuncAddrs.push_back(addr); in Create()
120 result->mPragmaKeys.push_back(pragma_iter->first); in Create()
121 result->mPragmaValues.push_back(pragma_iter->second); in Create()
/frameworks/base/tools/aidl/
Dgenerate_java_rpc.cpp132 this->processMethod->parameters.push_back(this->actionParam); in generate_process()
135 this->processMethod->parameters.push_back(this->requestParam); in generate_process()
138 this->processMethod->parameters.push_back(this->rpcContextParam); in generate_process()
141 this->processMethod->parameters.push_back(this->errorParam); in generate_process()
201 realCall->arguments.push_back(v); in AddMethod()
208 realCall->arguments.push_back(new Variable(RPC_CONTEXT_TYPE, "context", 0)); in AddMethod()
266 this->elements.push_back(this->processMethod); in DoneWithMethods()
311 this->elements.push_back(new Field(PRIVATE, this->broker)); in RpcProxyClass()
314 this->elements.push_back(new Field(PRIVATE, this->endpoint)); in RpcProxyClass()
334 ctor->parameters.push_back(broker); in generate_ctor()
[all …]
Dgenerate_java_binder.cpp32 this->interfaces.push_back(interfaceType); in StubClass()
38 this->elements.push_back(descriptor); in StubClass()
50 this->elements.push_back(ctor); in StubClass()
62 this->elements.push_back(asBinder); in StubClass()
73 onTransact->parameters.push_back(this->transact_code); in StubClass()
74 onTransact->parameters.push_back(this->transact_data); in StubClass()
75 onTransact->parameters.push_back(this->transact_reply); in StubClass()
76 onTransact->parameters.push_back(this->transact_flags); in StubClass()
78 onTransact->exceptions.push_back(REMOTE_EXCEPTION_TYPE); in StubClass()
79 this->elements.push_back(onTransact); in StubClass()
[all …]
/frameworks/compile/mclinker/lib/CodeGen/
DMCLinker.cpp280 actions.push_back(new ScriptAction(0x0, in initializeInputTree()
284 actions.push_back(new ContextAction(0x0)); in initializeInputTree()
285 actions.push_back(new MemoryAreaAction(0x0, FileHandle::ReadOnly)); in initializeInputTree()
295 actions.push_back(new DefSymAction(pos, *defsym)); in initializeInputTree()
304 actions.push_back(new InputFileAction(pos, *input)); in initializeInputTree()
305 actions.push_back(new ContextAction(pos)); in initializeInputTree()
306 actions.push_back(new MemoryAreaAction(pos, FileHandle::ReadOnly)); in initializeInputTree()
315 actions.push_back(new NamespecAction(pos, *namespec, in initializeInputTree()
317 actions.push_back(new ContextAction(pos)); in initializeInputTree()
318 actions.push_back(new MemoryAreaAction(pos, FileHandle::ReadOnly)); in initializeInputTree()
[all …]
/frameworks/compile/mclinker/tools/mcld/lib/
DPositionalOptions.cpp211 pActions.push_back(new ScriptAction(0x0, in parse()
215 pActions.push_back(new ContextAction(0x0)); in parse()
216 pActions.push_back(new MemoryAreaAction(0x0, FileHandle::ReadOnly)); in parse()
225 pActions.push_back(new DefSymAction(pos, *defsym)); in parse()
234 pActions.push_back(new InputFileAction(pos, *input)); in parse()
235 pActions.push_back(new ContextAction(pos)); in parse()
236 pActions.push_back(new MemoryAreaAction(pos, FileHandle::ReadOnly)); in parse()
245 pActions.push_back(new NamespecAction(pos, *namespec, in parse()
247 pActions.push_back(new ContextAction(pos)); in parse()
248 pActions.push_back(new MemoryAreaAction(pos, FileHandle::ReadOnly)); in parse()
[all …]
/frameworks/compile/mclinker/include/mcld/Support/
DCXADemangle.tcc202 db.names.push_back(typename C::String(num, static_cast<std::size_t>(n))); in parse_floating_number()
232 db.names.push_back("(anonymous namespace)"); in parse_source_name()
234 db.names.push_back(std::move(r)); in parse_source_name()
264 db.names.push_back("std::allocator"); in parse_substitution()
268 db.names.push_back("std::basic_string"); in parse_substitution()
272 db.names.push_back("std::string"); in parse_substitution()
276 db.names.push_back("std::istream"); in parse_substitution()
280 db.names.push_back("std::ostream"); in parse_substitution()
284 db.names.push_back("std::iostream"); in parse_substitution()
291 db.names.push_back(n); in parse_substitution()
[all …]
/frameworks/compile/libbcc/lib/Support/
DCompilerConfig.cpp108 attributes.push_back("+vfp3"); in initializeArch()
110 attributes.push_back("+d16"); in initializeArch()
117 attributes.push_back("+neon"); in initializeArch()
120 attributes.push_back("-neon"); in initializeArch()
121 attributes.push_back("-neonfp"); in initializeArch()
128 attributes.push_back("+hwdiv-arm"); in initializeArch()
131 attributes.push_back("+hwdiv"); in initializeArch()
/frameworks/compile/slang/
Dslang_rs_backend.cpp202 ExportVarInfo.push_back( in dumpExportVarInfo()
210 ExportVarInfo.push_back( in dumpExportVarInfo()
219 ExportVarInfo.push_back( in dumpExportVarInfo()
226 ExportVarInfo.push_back( in dumpExportVarInfo()
243 ExportVarInfo.push_back( in dumpExportVarInfo()
284 ExportFuncInfo.push_back(llvm::MDString::get(mLLVMContext, in dumpExportFunctionInfo()
302 HelperFunctionParameterTys.push_back(AI->getType()->getPointerElementType()); in dumpExportFunctionInfo()
303 isStructInput.push_back(true); in dumpExportFunctionInfo()
305 HelperFunctionParameterTys.push_back(AI->getType()); in dumpExportFunctionInfo()
306 isStructInput.push_back(false); in dumpExportFunctionInfo()
[all …]
Dllvm-rs-cc.cpp178 DepFiles.push_back(std::make_pair(BCOutputFile, DepOutputFile)); in compileFiles()
181 IOFiles->push_back(std::make_pair(InputFile, OutputFile)); in compileFiles()
292 ArgVector.push_back(SaveStringInSet(SavedStrings, Arg)); in ExpandArgsFromBuf()
305 ArgVector.push_back(SaveStringInSet(SavedStrings, CurArg)); in ExpandArgsFromBuf()
320 CurArg.push_back(*P); in ExpandArgsFromBuf()
330 CurArg.push_back(*P); in ExpandArgsFromBuf()
337 CurArg.push_back(*P); in ExpandArgsFromBuf()
340 CurArg.push_back(*P); in ExpandArgsFromBuf()
351 ArgVector.push_back(SaveStringInSet(SavedStrings, std::string(Arg))); in ExpandArgv()
/frameworks/compile/mclinker/lib/LD/
DGroupReader.cpp66 m_Module.getObjectList().push_back(*input); in readGroup()
71 m_Module.getLibraryList().push_back(*input); in readGroup()
82 ar_list.push_back(entry); in readGroup()
91 m_Module.getObjectList().push_back(*input); in readGroup()
99 m_Module.getObjectList().push_back(*input); in readGroup()
108 m_Module.getLibraryList().push_back(*input); in readGroup()
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp240 push_back(V); in AssignValue()
256 ResolveConstants.push_back(std::make_pair(PHC, Idx)); in AssignValue()
357 NewOps.push_back(cast<Constant>(NewOp)); in ResolveConstantForwardRefs()
386 push_back(V); in AssignValue()
507 Attrs.push_back(AttributeSet::get(Context, Record[i], B)); in ParseAttributeBlock()
510 MAttributes.push_back(AttributeSet::get(Context, Attrs)); in ParseAttributeBlock()
516 Attrs.push_back(MAttributeGroups[Record[i]]); in ParseAttributeBlock()
518 MAttributes.push_back(AttributeSet::get(Context, Attrs)); in ParseAttributeBlock()
630 ArgTys.push_back(T); in ParseTypeTableBody()
648 EltTys.push_back(T); in ParseTypeTableBody()
[all …]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp110 TyInfo.push_back(cast<Constant>(EHSel->getArgOperand(j))); in TransferClausesToLandingPadInst()
519 push_back(V); in AssignValue()
535 ResolveConstants.push_back(std::make_pair(PHC, Idx)); in AssignValue()
636 NewOps.push_back(cast<Constant>(NewOp)); in ResolveConstantForwardRefs()
665 push_back(V); in AssignValue()
787 Attrs.push_back(AttributeSet::get(Context, Record[i], B)); in ParseAttributeBlock()
790 MAttributes.push_back(AttributeSet::get(Context, Attrs)); in ParseAttributeBlock()
796 Attrs.push_back(MAttributeGroups[Record[i]]); in ParseAttributeBlock()
798 MAttributes.push_back(AttributeSet::get(Context, Attrs)); in ParseAttributeBlock()
910 ArgTys.push_back(T); in ParseTypeTableBody()
[all …]
/frameworks/native/opengl/tests/hwc/
DhwcCommit.cpp397 formats.push_back(hwcTestGraphicFormat[n1].desc); in main()
403 formats.push_back(argv[optind]); in main()
448 measurements.push_back(meas); in main()
454 rectList.push_back(rect); in main()
576 measPtr->overlapBlendNone.push_back(num); in main()
580 measPtr->overlapBlendPremult.push_back(num); in main()
584 measPtr->overlapBlendCoverage.push_back(num); in main()
657 rectList.push_back(rect); in maxOverlays()
685 rectList.push_back(rect); in supportedTransforms()
689 rv.push_back(id); in supportedTransforms()
[all …]

123456789