Home
last modified time | relevance | path

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

12345678910>>...46

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Driver/
DTools.cpp77 Res.push_back('\\'); in QuoteTarget()
80 Res.push_back('\\'); in QuoteTarget()
83 Res.push_back('$'); in QuoteTarget()
86 Res.push_back('\\'); in QuoteTarget()
92 Res.push_back(Target[i]); in QuoteTarget()
118 CmdArgs.push_back(Args.MakeArgString(std::string(ArgName) + ".")); in addDirectoryList()
120 CmdArgs.push_back(ArgName); in addDirectoryList()
121 CmdArgs.push_back("."); in addDirectoryList()
125 CmdArgs.push_back(Args.MakeArgString(std::string(ArgName) + Dirs.substr(0, Delim))); in addDirectoryList()
127 CmdArgs.push_back(ArgName); in addDirectoryList()
[all …]
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
DOutputBuffer.h53 Output.push_back(X); in outbyte()
57 Output.push_back(X & 255); in outhalf()
58 Output.push_back(X >> 8); in outhalf()
60 Output.push_back(X >> 8); in outhalf()
61 Output.push_back(X & 255); in outhalf()
66 Output.push_back((X >> 0) & 255); in outword()
67 Output.push_back((X >> 8) & 255); in outword()
68 Output.push_back((X >> 16) & 255); in outword()
69 Output.push_back((X >> 24) & 255); in outword()
71 Output.push_back((X >> 24) & 255); in outword()
[all …]
/freebsd-10-stable/contrib/llvm/lib/Support/
DGraphWriter.cpp110 args.push_back(Graphviz.c_str()); in DisplayGraph()
111 args.push_back(Filename.c_str()); in DisplayGraph()
112 args.push_back(0); in DisplayGraph()
120 args.push_back(LLVM_PATH_XDOT); in DisplayGraph()
121 args.push_back(Filename.c_str()); in DisplayGraph()
124 case GraphProgram::DOT: args.push_back("-f"); args.push_back("dot"); break; in DisplayGraph()
125 case GraphProgram::FDP: args.push_back("-f"); args.push_back("fdp"); break; in DisplayGraph()
126 case GraphProgram::NEATO: args.push_back("-f"); args.push_back("neato");break; in DisplayGraph()
127 case GraphProgram::TWOPI: args.push_back("-f"); args.push_back("twopi");break; in DisplayGraph()
128 case GraphProgram::CIRCO: args.push_back("-f"); args.push_back("circo");break; in DisplayGraph()
[all …]
/freebsd-10-stable/contrib/llvm/tools/bugpoint/
DToolRunner.cpp204 LLIArgs.push_back(LLIPath.c_str()); in ExecuteProgram()
205 LLIArgs.push_back("-force-interpreter=true"); in ExecuteProgram()
209 LLIArgs.push_back("-load"); in ExecuteProgram()
210 LLIArgs.push_back((*i).c_str()); in ExecuteProgram()
215 LLIArgs.push_back(ToolArgs[i].c_str()); in ExecuteProgram()
217 LLIArgs.push_back(Bitcode.c_str()); in ExecuteProgram()
220 LLIArgs.push_back(Args[i].c_str()); in ExecuteProgram()
221 LLIArgs.push_back(0); in ExecuteProgram()
325 ProgramArgs.push_back(CompilerCommand.c_str()); in compileProgram()
328 ProgramArgs.push_back(CompilerArgs.at(i).c_str()); in compileProgram()
[all …]
DOptimizerDriver.cpp172 Args.push_back("valgrind"); in runPasses()
173 Args.push_back("--error-exitcode=1"); in runPasses()
174 Args.push_back("-q"); in runPasses()
175 Args.push_back(tool.c_str()); in runPasses()
177 Args.push_back(tool.c_str()); in runPasses()
179 Args.push_back("-o"); in runPasses()
180 Args.push_back(OutputFilename.c_str()); in runPasses()
182 Args.push_back(OptArgs[i].c_str()); in runPasses()
185 pass_args.push_back( std::string("-load")); in runPasses()
186 pass_args.push_back( PluginLoader::getPlugin(i)); in runPasses()
[all …]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTWriterDecl.cpp150 Record.push_back(FD->doesThisDeclarationHaveABody()); in Visit()
159 Record.push_back(D->isInvalidDecl()); in VisitDecl()
160 Record.push_back(D->hasAttrs()); in VisitDecl()
164 Record.push_back(D->isImplicit()); in VisitDecl()
165 Record.push_back(D->isUsed(false)); in VisitDecl()
166 Record.push_back(D->isReferenced()); in VisitDecl()
167 Record.push_back(D->isTopLevelDeclInObjCContainer()); in VisitDecl()
168 Record.push_back(D->getAccess()); in VisitDecl()
169 Record.push_back(D->isModulePrivate()); in VisitDecl()
170 Record.push_back(Writer.inferSubmoduleIDFromLocation(D->getLocation())); in VisitDecl()
[all …]
DASTWriterStmt.cpp67 Record.push_back(S->HasLeadingEmptyMacro); in VisitNullStmt()
73 Record.push_back(S->size()); in VisitCompoundStmt()
84 Record.push_back(Writer.getSwitchCaseID(S)); in VisitSwitchCase()
114 Record.push_back(S->getAttrs().size()); in VisitAttributedStmt()
138 Record.push_back(S->isAllEnumCasesCovered()); in VisitSwitchStmt()
141 Record.push_back(Writer.RecordSwitchCaseID(SC)); in VisitSwitchStmt()
225 Record.push_back(S->getNumOutputs()); in VisitAsmStmt()
226 Record.push_back(S->getNumInputs()); in VisitAsmStmt()
227 Record.push_back(S->getNumClobbers()); in VisitAsmStmt()
229 Record.push_back(S->isVolatile()); in VisitAsmStmt()
[all …]
DASTWriter.cpp123 Record.push_back(T->isSpelledAsLValue()); in VisitLValueReferenceType()
140 Record.push_back(T->getSizeModifier()); // FIXME: stable values in VisitArrayType()
141 Record.push_back(T->getIndexTypeCVRQualifiers()); // FIXME: stable values in VisitArrayType()
165 Record.push_back(T->getNumElements()); in VisitVectorType()
166 Record.push_back(T->getVectorKind()); in VisitVectorType()
178 Record.push_back(C.getNoReturn()); in VisitFunctionType()
179 Record.push_back(C.getHasRegParm()); in VisitFunctionType()
180 Record.push_back(C.getRegParm()); in VisitFunctionType()
182 Record.push_back(C.getCC()); in VisitFunctionType()
183 Record.push_back(C.getProducesResult()); in VisitFunctionType()
[all …]
/freebsd-10-stable/contrib/groff/src/preproc/pic/
Dmain.cpp50 int push_back[3]; member in top_input
61 push_back[0] = push_back[1] = push_back[2] = EOF; in top_input()
69 if (push_back[2] != EOF) { in get()
70 int c = push_back[2]; in get()
71 push_back[2] = EOF; in get()
74 else if (push_back[1] != EOF) { in get()
75 int c = push_back[1]; in get()
76 push_back[1] = EOF; in get()
79 else if (push_back[0] != EOF) { in get()
80 int c = push_back[0]; in get()
[all …]
/freebsd-10-stable/contrib/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp155 Vals.push_back(Str[i]); in WriteStringRecord()
260 Record.push_back(VE.getAttributeGroupID(A)); in WriteAttributeGroupTable()
261 Record.push_back(AS.getSlotIndex(i)); in WriteAttributeGroupTable()
267 Record.push_back(0); in WriteAttributeGroupTable()
268 Record.push_back(getAttrKindEncoding(Attr.getKindAsEnum())); in WriteAttributeGroupTable()
270 Record.push_back(1); in WriteAttributeGroupTable()
271 Record.push_back(getAttrKindEncoding(Attr.getKindAsEnum())); in WriteAttributeGroupTable()
272 Record.push_back(Attr.getValueAsInt()); in WriteAttributeGroupTable()
277 Record.push_back(Val.empty() ? 3 : 4); in WriteAttributeGroupTable()
279 Record.push_back(0); in WriteAttributeGroupTable()
[all …]
/freebsd-10-stable/contrib/llvm/lib/Target/X86/Utils/
DX86ShuffleDecode.cpp25 ShuffleMask.push_back(0); in DecodeINSERTPSMask()
26 ShuffleMask.push_back(1); in DecodeINSERTPSMask()
27 ShuffleMask.push_back(2); in DecodeINSERTPSMask()
28 ShuffleMask.push_back(3); in DecodeINSERTPSMask()
49 ShuffleMask.push_back(NElts+i); in DecodeMOVHLPSMask()
52 ShuffleMask.push_back(i); in DecodeMOVHLPSMask()
58 ShuffleMask.push_back(i); in DecodeMOVLHPSMask()
61 ShuffleMask.push_back(NElts+i); in DecodeMOVLHPSMask()
77 ShuffleMask.push_back(Base + l); in DecodePALIGNRMask()
94 ShuffleMask.push_back(NewImm % NumLaneElts + l); in DecodePSHUFMask()
[all …]
/freebsd-10-stable/usr.bin/dtc/
Ddtb.cc58 buffer.push_back(0); in write_string()
64 buffer.push_back(v); in write_data()
72 buffer.push_back(0); in write_data()
82 buffer.push_back(0); in write_data()
105 buffer.push_back((uint8_t)*(c++)); in write_string()
115 buffer.push_back('\n'); in write_line()
126 buffer.push_back('\t'); in write_byte()
130 buffer.push_back(out[0]); in write_byte()
131 buffer.push_back(out[1]); in write_byte()
134 buffer.push_back('\n'); in write_byte()
[all …]
/freebsd-10-stable/contrib/llvm/utils/TableGen/
DIntrinsicEmitter.cpp154 IntMapping[Ints[i].Name[5]].push_back(i); in EmitFnNameRecognizer()
181 MatchTable.push_back(std::make_pair(Ints[IntNo].Name.substr(6),Result)); in EmitFnNameRecognizer()
275 case 1: return Sig.push_back(IIT_I1); in EncodeFixedValueType()
276 case 8: return Sig.push_back(IIT_I8); in EncodeFixedValueType()
277 case 16: return Sig.push_back(IIT_I16); in EncodeFixedValueType()
278 case 32: return Sig.push_back(IIT_I32); in EncodeFixedValueType()
279 case 64: return Sig.push_back(IIT_I64); in EncodeFixedValueType()
285 case MVT::f16: return Sig.push_back(IIT_F16); in EncodeFixedValueType()
286 case MVT::f32: return Sig.push_back(IIT_F32); in EncodeFixedValueType()
287 case MVT::f64: return Sig.push_back(IIT_F64); in EncodeFixedValueType()
[all …]
DFixedLenDecoderEmitter.cpp53 Fields.push_back(EncodingField(Base, Width, Offset)); in addField()
353 FilterBitValues.push_back(BIT_UNFILTERED); in FilterChooser()
387 Insn.push_back(BIT_UNSET); in insnWithID()
389 Insn.push_back(bitFromBits(Bits, i)); in insnWithID()
524 FilteredInstructions[Field].push_back(LastOpcFiltered); in Filter()
529 VariableInstructions.push_back(Owner->Opcodes[i]); in Filter()
633 TableInfo.Table.push_back(MCD::OPC_ExtractField); in emitTableEntry()
634 TableInfo.Table.push_back(StartBit); in emitTableEntry()
635 TableInfo.Table.push_back(NumBits); in emitTableEntry()
638 TableInfo.FixupStack.push_back(FixupList()); in emitTableEntry()
[all …]
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/
DSparcJITInfo.cpp130 Insts.push_back(JMP_INST(0, LO10(Addr), scratch)); in emitInstrForIndirectJump()
131 Insts.push_back(NOP_INST); in emitInstrForIndirectJump()
139 Insts.push_back(SETHI_INST(HI22(Addr), scratch)); in emitInstrForIndirectJump()
140 Insts.push_back(JMP_INST(scratch, LO10(Addr), scratch)); in emitInstrForIndirectJump()
141 Insts.push_back(SUB_INST(scratch, 4, scratch)); in emitInstrForIndirectJump()
150 Insts.push_back(SETHI_INST(HIX22(Addr), scratch)); in emitInstrForIndirectJump()
151 Insts.push_back(XOR_INST(scratch, LOX10(Addr), scratch)); in emitInstrForIndirectJump()
152 Insts.push_back(JMP_INST(scratch, 0, scratch)); in emitInstrForIndirectJump()
153 Insts.push_back(SUB_INST(scratch, 8, scratch)); in emitInstrForIndirectJump()
162 Insts.push_back(RDPC_INST(scratch)); in emitInstrForIndirectJump()
[all …]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGObjCGNU.cpp70 ArgTys.push_back(ArgTy); in init()
73 ArgTys.push_back(RetTy); in init()
258 Fields.push_back(llvm::ConstantInt::get(Int8Ty, attrs & 0xff)); in PushPropertyAttributes()
268 Fields.push_back(llvm::ConstantInt::get(Int8Ty, attrs & 0xff)); in PushPropertyAttributes()
270 Fields.push_back(llvm::ConstantInt::get(Int8Ty, 0)); in PushPropertyAttributes()
271 Fields.push_back(llvm::ConstantInt::get(Int8Ty, 0)); in PushPropertyAttributes()
1084 Types.push_back(TypedSelector(TypeEncoding, SelValue)); in GetSelector()
1182 fields.push_back(Vtable); in GetEHType()
1183 fields.push_back(typeName); in GetEHType()
1217 Ivars.push_back(isa); in GenerateConstantString()
[all …]
/freebsd-10-stable/contrib/llvm/tools/llvm-stress/
Dllvm-stress.cpp102 ArgsTy.push_back(PointerType::get(IntegerType::getInt8Ty(Context), 0)); in GenEmptyFunction()
103 ArgsTy.push_back(PointerType::get(IntegerType::getInt32Ty(Context), 0)); in GenEmptyFunction()
104 ArgsTy.push_back(PointerType::get(IntegerType::getInt64Ty(Context), 0)); in GenEmptyFunction()
105 ArgsTy.push_back(IntegerType::getInt32Ty(Context)); in GenEmptyFunction()
106 ArgsTy.push_back(IntegerType::getInt64Ty(Context)); in GenEmptyFunction()
107 ArgsTy.push_back(IntegerType::getInt8Ty(Context)); in GenEmptyFunction()
186 TempValues.push_back(getRandomConstant(VTp->getScalarType())); in getRandomValue()
295 PT->push_back(V); in Act()
356 PT->push_back(BinaryOperator::Create(Op, Val0, Val1, "B", Term)); in Act()
369 return PT->push_back(ConstantVector::getAllOnesValue(Ty)); in Act()
[all …]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
DSerializedDiagnosticPrinter.cpp254 Record.push_back(ID); in EmitBlockID()
264 Record.push_back(*Name++); in EmitBlockID()
274 Record.push_back(ID); in EmitRecordID()
277 Record.push_back(*Name++); in EmitRecordID()
289 Record.push_back((unsigned)0); // File. in AddLocToRecord()
290 Record.push_back((unsigned)0); // Line. in AddLocToRecord()
291 Record.push_back((unsigned)0); // Column. in AddLocToRecord()
292 Record.push_back((unsigned)0); // Offset. in AddLocToRecord()
296 Record.push_back(getEmitFile(PLoc.getFilename())); in AddLocToRecord()
297 Record.push_back(PLoc.getLine()); in AddLocToRecord()
[all …]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
DParseCXXInlineMethods.cpp141 getCurrentClass().LateParsedDeclarations.push_back(LM); in ParseCXXInlineMethodDef()
206 getCurrentClass().LateParsedDeclarations.push_back(MI); in ParseCXXNonStaticMemberInitializer()
211 Toks.push_back(Tok); in ParseCXXNonStaticMemberInitializer()
217 Toks.push_back(Tok); in ParseCXXNonStaticMemberInitializer()
233 Toks.push_back(Eof); in ParseCXXNonStaticMemberInitializer()
326 Toks->push_back(Tok); // So that the current token doesn't get lost in ParseLexedMethodDeclaration()
419 LM.Toks.push_back(Tok); in ParseLexedMethodDef()
531 MI.Toks.push_back(Tok); in ParseLexedMemberInitializer()
575 Toks.push_back(Tok); in ConsumeAndStoreUntil()
588 Toks.push_back(Tok); in ConsumeAndStoreUntil()
[all …]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
DCommandObjectSettings.cpp50 arg1.push_back (var_name_arg); in CommandObjectSettingsSet()
57 arg2.push_back (value_arg); in CommandObjectSettingsSet()
60 m_arguments.push_back (arg1); in CommandObjectSettingsSet()
61 m_arguments.push_back (arg2); in CommandObjectSettingsSet()
317 arg1.push_back (var_name_arg); in CommandObjectSettingsShow()
320 m_arguments.push_back (arg1); in CommandObjectSettingsShow()
409 arg.push_back (var_name_arg); in CommandObjectSettingsList()
410 arg.push_back (prefix_name_arg); in CommandObjectSettingsList()
413 m_arguments.push_back (arg); in CommandObjectSettingsList()
504 arg1.push_back (var_name_arg); in CommandObjectSettingsRemove()
[all …]
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/MCTargetDesc/
DARMUnwindOpAsm.h37 OpBegins.push_back(0); in UnwindOpcodeAssembler()
44 OpBegins.push_back(0); in Reset()
71 Ops.push_back(Opcode & 0xff); in EmitInt8()
72 OpBegins.push_back(OpBegins.back() + 1); in EmitInt8()
76 Ops.push_back((Opcode >> 8) & 0xff); in EmitInt16()
77 Ops.push_back(Opcode & 0xff); in EmitInt16()
78 OpBegins.push_back(OpBegins.back() + 2); in EmitInt16()
83 OpBegins.push_back(OpBegins.back() + Size); in EmitBytes()
/freebsd-10-stable/contrib/llvm/lib/IR/
DFunction.cpp53 Par->getArgumentList().push_back(this); in Argument()
211 ParentModule->getFunctionList().push_back(this); in Function()
240 ArgumentList.push_back(new Argument(FT->getParamType(i))); in BuildLazyArguments()
470 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Void, 0)); in DecodeIITType()
473 OutputTable.push_back(IITDescriptor::get(IITDescriptor::VarArg, 0)); in DecodeIITType()
476 OutputTable.push_back(IITDescriptor::get(IITDescriptor::MMX, 0)); in DecodeIITType()
479 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Metadata, 0)); in DecodeIITType()
482 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Half, 0)); in DecodeIITType()
485 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Float, 0)); in DecodeIITType()
488 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Double, 0)); in DecodeIITType()
[all …]
/freebsd-10-stable/contrib/llvm/lib/Option/
DArg.cpp29 Values.push_back(Value0); in Arg()
36 Values.push_back(Value0); in Arg()
37 Values.push_back(Value1); in Arg()
87 Output.push_back(getValue(i)); in renderAsInput()
94 Output.push_back(getValue(i)); in render()
105 Output.push_back(Args.MakeArgString(OS.str())); in render()
110 Output.push_back(Args.GetOrMakeJoinedArgString( in render()
113 Output.push_back(getValue(i)); in render()
117 Output.push_back(Args.MakeArgString(getSpelling())); in render()
119 Output.push_back(getValue(i)); in render()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
DStringList.cpp28 m_strings.push_back (str); in StringList()
37 m_strings.push_back (strv[i]); in StringList()
49 m_strings.push_back (str); in AppendString()
55 m_strings.push_back (s); in AppendString()
61 m_strings.push_back (s); in AppendString()
68 m_strings.push_back (std::string (str, str_len)); in AppendString()
77 m_strings.push_back (strv[i]); in AppendList()
87 m_strings.push_back (strings.GetStringAtIndex(i)); in AppendList()
193 m_strings.push_back (str); in InsertStringAtIndex()
203 m_strings.push_back (str); in InsertStringAtIndex()
[all …]
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp89 ValueVTs.push_back(VT.getVectorElementType()); in ComputePTXValueVTs()
91 Offsets->push_back(Off+j*VT.getVectorElementType().getStoreSize()); in ComputePTXValueVTs()
94 ValueVTs.push_back(VT); in ComputePTXValueVTs()
96 Offsets->push_back(Off); in ComputePTXValueVTs()
691 Ops.push_back(Chain); in LowerCall()
692 Ops.push_back(DAG.getConstant(paramCount, MVT::i32)); in LowerCall()
693 Ops.push_back(DAG.getConstant(curOffset, MVT::i32)); in LowerCall()
700 Ops.push_back(StoreVal); in LowerCall()
710 Ops.push_back(StoreVal); in LowerCall()
722 Ops.push_back(StoreVal); in LowerCall()
[all …]

12345678910>>...46