Home
last modified time | relevance | path

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

12345678910>>...106

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIFunctionClassifier.cpp31 MPIPointToPointTypes.push_back(IdentInfo_MPI_Send); in initPointToPointIdentifiers()
32 MPIType.push_back(IdentInfo_MPI_Send); in initPointToPointIdentifiers()
36 MPIPointToPointTypes.push_back(IdentInfo_MPI_Isend); in initPointToPointIdentifiers()
37 MPINonBlockingTypes.push_back(IdentInfo_MPI_Isend); in initPointToPointIdentifiers()
38 MPIType.push_back(IdentInfo_MPI_Isend); in initPointToPointIdentifiers()
42 MPIPointToPointTypes.push_back(IdentInfo_MPI_Ssend); in initPointToPointIdentifiers()
43 MPIType.push_back(IdentInfo_MPI_Ssend); in initPointToPointIdentifiers()
47 MPIPointToPointTypes.push_back(IdentInfo_MPI_Issend); in initPointToPointIdentifiers()
48 MPINonBlockingTypes.push_back(IdentInfo_MPI_Issend); in initPointToPointIdentifiers()
49 MPIType.push_back(IdentInfo_MPI_Issend); in initPointToPointIdentifiers()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRuntimeLibcallSignatures.cpp564 Rets.push_back(wasm::ValType::F32); in getLibcallSignature()
565 Params.push_back(wasm::ValType::F32); in getLibcallSignature()
568 Rets.push_back(wasm::ValType::F32); in getLibcallSignature()
569 Params.push_back(wasm::ValType::F64); in getLibcallSignature()
572 Rets.push_back(wasm::ValType::F32); in getLibcallSignature()
573 Params.push_back(wasm::ValType::I32); in getLibcallSignature()
576 Rets.push_back(wasm::ValType::F32); in getLibcallSignature()
577 Params.push_back(wasm::ValType::I64); in getLibcallSignature()
580 Rets.push_back(wasm::ValType::F32); in getLibcallSignature()
581 Params.push_back(wasm::ValType::I32); in getLibcallSignature()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFreeBSD.cpp45 CmdArgs.push_back("--32"); in ConstructJob()
49 CmdArgs.push_back("-a32"); in ConstructJob()
59 CmdArgs.push_back("-march"); in ConstructJob()
60 CmdArgs.push_back(CPUName.data()); in ConstructJob()
62 CmdArgs.push_back("-mabi"); in ConstructJob()
63 CmdArgs.push_back(mips::getGnuCompatibleMipsABIName(ABIName).data()); in ConstructJob()
66 CmdArgs.push_back("-EL"); in ConstructJob()
68 CmdArgs.push_back("-EB"); in ConstructJob()
72 CmdArgs.push_back(Args.MakeArgString("-G" + v)); in ConstructJob()
86 CmdArgs.push_back("-mfpu=vfp"); in ConstructJob()
[all …]
H A DNetBSD.cpp44 CmdArgs.push_back("--32"); in ConstructJob()
53 CmdArgs.push_back(Args.MakeArgString("-mcpu=" + Arch)); in ConstructJob()
65 CmdArgs.push_back("-march"); in ConstructJob()
66 CmdArgs.push_back(CPUName.data()); in ConstructJob()
68 CmdArgs.push_back("-mabi"); in ConstructJob()
69 CmdArgs.push_back(mips::getGnuCompatibleMipsABIName(ABIName).data()); in ConstructJob()
72 CmdArgs.push_back("-EL"); in ConstructJob()
74 CmdArgs.push_back("-EB"); in ConstructJob()
81 CmdArgs.push_back("-32"); in ConstructJob()
83 CmdArgs.push_back(sparc::getSparcAsmModeForCPU(CPU, Triple)); in ConstructJob()
[all …]
H A DPS4CPU.cpp53 CmdArgs.push_back(makeArgString( in addProfileRTArgs()
68 CmdArgs.push_back("-o"); in ConstructJob()
69 CmdArgs.push_back(Output.getFilename()); in ConstructJob()
74 CmdArgs.push_back(Input.getFilename()); in ConstructJob()
99 CmdArgs.push_back(arg("SceDbgUBSanitizer_stub_weak")); in addSanitizerArgs()
101 CmdArgs.push_back(arg("SceDbgAddressSanitizer_stub_weak")); in addSanitizerArgs()
113 CmdArgs.push_back(arg("SceUBSanitizer_nosubmission_stub_weak")); in addSanitizerArgs()
115 CmdArgs.push_back(arg("SceAddressSanitizer_nosubmission_stub_weak")); in addSanitizerArgs()
117 CmdArgs.push_back(arg("SceThreadSanitizer_nosubmission_stub_weak")); in addSanitizerArgs()
137 CmdArgs.push_back( in ConstructJob()
[all …]
H A DDragonFly.cpp36 CmdArgs.push_back("--32"); in ConstructJob()
40 CmdArgs.push_back("-o"); in ConstructJob()
41 CmdArgs.push_back(Output.getFilename()); in ConstructJob()
44 CmdArgs.push_back(II.getFilename()); in ConstructJob()
67 CmdArgs.push_back(Args.MakeArgString("--sysroot=" + D.SysRoot)); in ConstructJob()
69 CmdArgs.push_back("--eh-frame-hdr"); in ConstructJob()
71 CmdArgs.push_back("-Bstatic"); in ConstructJob()
74 CmdArgs.push_back("-export-dynamic"); in ConstructJob()
76 CmdArgs.push_back("-shared"); in ConstructJob()
78 CmdArgs.push_back("-dynamic-linker"); in ConstructJob()
[all …]
H A DNaCl.cpp37 NewInputs.push_back(NaClMacros); in ConstructJob()
70 CmdArgs.push_back(Args.MakeArgString("--sysroot=" + D.SysRoot)); in ConstructJob()
73 CmdArgs.push_back("-export-dynamic"); in ConstructJob()
76 CmdArgs.push_back("-s"); in ConstructJob()
80 CmdArgs.push_back("--build-id"); in ConstructJob()
83 CmdArgs.push_back("--eh-frame-hdr"); in ConstructJob()
85 CmdArgs.push_back("-m"); in ConstructJob()
87 CmdArgs.push_back("elf_i386_nacl"); in ConstructJob()
89 CmdArgs.push_back("armelf_nacl"); in ConstructJob()
91 CmdArgs.push_back("elf_x86_64_nacl"); in ConstructJob()
[all …]
H A DOpenBSD.cpp44 CmdArgs.push_back("--32"); in ConstructJob()
51 CmdArgs.push_back(Args.MakeArgString("-mcpu=" + Arch)); in ConstructJob()
56 CmdArgs.push_back("-mppc"); in ConstructJob()
57 CmdArgs.push_back("-many"); in ConstructJob()
61 CmdArgs.push_back("-64"); in ConstructJob()
63 CmdArgs.push_back(sparc::getSparcAsmModeForCPU(CPU, Triple)); in ConstructJob()
74 CmdArgs.push_back("-march"); in ConstructJob()
75 CmdArgs.push_back(CPUName.data()); in ConstructJob()
77 CmdArgs.push_back("-mabi"); in ConstructJob()
78 CmdArgs.push_back(mips::getGnuCompatibleMipsABIName(ABIName).data()); in ConstructJob()
[all …]
H A DFlang.cpp31 CmdArgs.push_back("-x"); in addDashXForInput()
33 CmdArgs.push_back(types::getTypeName(Input.getType())); in addDashXForInput()
152 CmdArgs.push_back("-fstack-arrays"); in addCodegenOptions()
159 CmdArgs.push_back("-fversion-loops-for-stride"); in addCodegenOptions()
193 CmdArgs.push_back("-mrelocation-model"); in addPicOptions()
194 CmdArgs.push_back(RMName); in addPicOptions()
197 CmdArgs.push_back("-pic-level"); in addPicOptions()
198 CmdArgs.push_back(PICLevel == 1 ? "1" : "2"); in addPicOptions()
200 CmdArgs.push_back("-pic-is-pie"); in addPicOptions()
217 CmdArgs.push_back( in AddAArch64TargetArgs()
[all …]
H A DClang.cpp178 CmdArgs.push_back("-fasync-exceptions"); in addExceptionArgs()
188 CmdArgs.push_back("-fobjc-exceptions"); in addExceptionArgs()
206 CmdArgs.push_back("-fcxx-exceptions"); in addExceptionArgs()
221 CmdArgs.push_back("-fexceptions"); in addExceptionArgs()
248 CmdArgs.push_back(Args.MakeArgString(Twine("-fdebug-compilation-dir=") + in addDebugCompDirArg()
254 CmdArgs.push_back(Args.MakeArgString("-fdebug-compilation-dir=" + *CWD)); in addDebugCompDirArg()
289 CmdArgs.push_back( in addDebugObjectName()
300 CmdArgs.push_back(Args.MakeArgString("-fdebug-prefix-map=" + Map)); in addDebugPrefixMapArg()
324 CmdArgs.push_back(Args.MakeArgString("-fmacro-prefix-map=" + Map)); in addMacroPrefixMapArg()
339 CmdArgs.push_back(Args.MakeArgString("-fcoverage-prefix-map=" + Map)); in addCoveragePrefixMapArg()
[all …]
H A DFuchsia.cpp50 CmdArgs.push_back("-z"); in ConstructJob()
51 CmdArgs.push_back("max-page-size=4096"); in ConstructJob()
53 CmdArgs.push_back("-z"); in ConstructJob()
54 CmdArgs.push_back("now"); in ConstructJob()
56 CmdArgs.push_back("-z"); in ConstructJob()
57 CmdArgs.push_back("start-stop-visibility=hidden"); in ConstructJob()
62 CmdArgs.push_back("-z"); in ConstructJob()
63 CmdArgs.push_back("rodynamic"); in ConstructJob()
64 CmdArgs.push_back("-z"); in ConstructJob()
65 CmdArgs.push_back("separate-loadable-segments"); in ConstructJob()
[all …]
H A DCrossWindows.cpp42 CmdArgs.push_back("--32"); in ConstructJob()
45 CmdArgs.push_back("--64"); in ConstructJob()
51 CmdArgs.push_back("-o"); in ConstructJob()
52 CmdArgs.push_back(Output.getFilename()); in ConstructJob()
55 CmdArgs.push_back(Input.getFilename()); in ConstructJob()
85 CmdArgs.push_back(Args.MakeArgString("--sysroot=" + D.SysRoot)); in ConstructJob()
88 CmdArgs.push_back("-pie"); in ConstructJob()
90 CmdArgs.push_back("-export-dynamic"); in ConstructJob()
92 CmdArgs.push_back("--strip-all"); in ConstructJob()
94 CmdArgs.push_back("-m"); in ConstructJob()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DSparc.cpp147 Features.push_back("+soft-float"); in getSparcTargetFeatures()
151 Features.push_back("+fsmuld"); in getSparcTargetFeatures()
153 Features.push_back("-fsmuld"); in getSparcTargetFeatures()
158 Features.push_back("+popc"); in getSparcTargetFeatures()
160 Features.push_back("-popc"); in getSparcTargetFeatures()
174 Features.push_back("+vis"); in getSparcTargetFeatures()
176 Features.push_back("-vis"); in getSparcTargetFeatures()
178 Features.push_back("+vis"); in getSparcTargetFeatures()
183 Features.push_back("+vis2"); in getSparcTargetFeatures()
185 Features.push_back("-vis2"); in getSparcTargetFeatures()
[all …]
H A DAArch64.cpp148 Features.push_back(Args.MakeArgString((Enabled ? "+" : "-") + Feature)); in getAArch64ArchFeaturesFromMcpu()
246 Features.push_back("+tpidr-el3"); in getAArch64TargetFeatures()
248 Features.push_back("+tpidr-el2"); in getAArch64TargetFeatures()
250 Features.push_back("+tpidr-el1"); in getAArch64TargetFeatures()
252 Features.push_back("+tpidrro-el0"); in getAArch64TargetFeatures()
296 Features.push_back("+harden-sls-retbr"); in getAArch64TargetFeatures()
298 Features.push_back("+harden-sls-blr"); in getAArch64TargetFeatures()
300 Features.push_back("+harden-sls-nocomdat"); in getAArch64TargetFeatures()
309 Features.push_back("+strict-align"); in getAArch64TargetFeatures()
311 Features.push_back("+strict-align"); in getAArch64TargetFeatures()
[all …]
/freebsd/contrib/kyua/utils/text/
H A Dtable_test.cpp77 row1.push_back("1234"); in ATF_TEST_CASE_BODY()
78 row1.push_back("123456"); in ATF_TEST_CASE_BODY()
80 row2.push_back("12"); in ATF_TEST_CASE_BODY()
81 row2.push_back("12345678"); in ATF_TEST_CASE_BODY()
96 row1.push_back("1234"); in ATF_TEST_CASE_BODY()
97 row1.push_back("123456"); in ATF_TEST_CASE_BODY()
99 row2.push_back("12"); in ATF_TEST_CASE_BODY()
100 row2.push_back("12345678"); in ATF_TEST_CASE_BODY()
125 row1.push_back("foo"); in ATF_TEST_CASE_BODY()
127 row2.push_back("bar"); in ATF_TEST_CASE_BODY()
[all …]
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-listener-test.cc57 g_events->push_back(GetFullMethodName("OnTestProgramStart")); in OnTestProgramStart()
65 g_events->push_back(message.GetString()); in OnTestIterationStart()
69 g_events->push_back(GetFullMethodName("OnEnvironmentsSetUpStart")); in OnEnvironmentsSetUpStart()
73 g_events->push_back(GetFullMethodName("OnEnvironmentsSetUpEnd")); in OnEnvironmentsSetUpEnd()
77 g_events->push_back(GetFullMethodName("OnTestCaseStart")); in OnTestCaseStart()
82 g_events->push_back(GetFullMethodName("OnTestStart")); in OnTestStart()
86 g_events->push_back(GetFullMethodName("OnTestPartResult")); in OnTestPartResult()
90 g_events->push_back(GetFullMethodName("OnTestEnd")); in OnTestEnd()
95 g_events->push_back(GetFullMethodName("OnTestCaseEnd")); in OnTestCaseEnd()
100 g_events->push_back(GetFullMethodName("OnEnvironmentsTearDownStart")); in OnEnvironmentsTearDownStart()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DFuzzerCLI.cpp20 CLArgs.push_back(ArgV[0]); in parseFuzzerCLOpts()
27 CLArgs.push_back(ArgV[I++]); in parseFuzzerCLOpts()
43 Args.push_back("-global-isel"); in handleExecNameEncodedBEOpts()
45 Args.push_back("-O0"); in handleExecNameEncodedBEOpts()
47 Args.push_back("-" + Opt.str()); in handleExecNameEncodedBEOpts()
49 Args.push_back("-mtriple=" + Opt.str()); in handleExecNameEncodedBEOpts()
63 CLArgs.push_back(S.c_str()); in handleExecNameEncodedBEOpts()
80 Args.push_back("-passes=instcombine"); in handleExecNameEncodedOptimizerOpts()
82 Args.push_back("-passes=early-cse"); in handleExecNameEncodedOptimizerOpts()
84 Args.push_back("-passes=simplifycfg"); in handleExecNameEncodedOptimizerOpts()
[all …]
H A DOperations.cpp19 Ops.push_back(binOpDescriptor(1, Instruction::Add)); in describeFuzzerIntOps()
20 Ops.push_back(binOpDescriptor(1, Instruction::Sub)); in describeFuzzerIntOps()
21 Ops.push_back(binOpDescriptor(1, Instruction::Mul)); in describeFuzzerIntOps()
22 Ops.push_back(binOpDescriptor(1, Instruction::SDiv)); in describeFuzzerIntOps()
23 Ops.push_back(binOpDescriptor(1, Instruction::UDiv)); in describeFuzzerIntOps()
24 Ops.push_back(binOpDescriptor(1, Instruction::SRem)); in describeFuzzerIntOps()
25 Ops.push_back(binOpDescriptor(1, Instruction::URem)); in describeFuzzerIntOps()
26 Ops.push_back(binOpDescriptor(1, Instruction::Shl)); in describeFuzzerIntOps()
27 Ops.push_back(binOpDescriptor(1, Instruction::LShr)); in describeFuzzerIntOps()
28 Ops.push_back(binOpDescriptor(1, Instruction::AShr)); in describeFuzzerIntOps()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ShuffleDecode.cpp29 ShuffleMask.push_back(0); in DecodeINSERTPSMask()
30 ShuffleMask.push_back(1); in DecodeINSERTPSMask()
31 ShuffleMask.push_back(2); in DecodeINSERTPSMask()
32 ShuffleMask.push_back(3); in DecodeINSERTPSMask()
55 ShuffleMask.push_back(i); in DecodeInsertElementMask()
63 ShuffleMask.push_back(NElts + i); in DecodeMOVHLPSMask()
66 ShuffleMask.push_back(i); in DecodeMOVHLPSMask()
72 ShuffleMask.push_back(i); in DecodeMOVLHPSMask()
75 ShuffleMask.push_back(NElts + i); in DecodeMOVLHPSMask()
80 ShuffleMask.push_back(2 * i); in DecodeMOVSLDUPMask()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterFlagsDetector_arm64.cpp108 fields.push_back({"STORE_ONLY", 19}); in DetectMTECtrlFields()
139 fpcr_fields.push_back({"FZ16", 19}); in DetectFPCRFields()
143 fpcr_fields.push_back({"IDE", 15}); in DetectFPCRFields()
147 fpcr_fields.push_back({"EBF", 13}); in DetectFPCRFields()
149 fpcr_fields.push_back({"IXE", 12}); in DetectFPCRFields()
150 fpcr_fields.push_back({"UFE", 11}); in DetectFPCRFields()
151 fpcr_fields.push_back({"OFE", 10}); in DetectFPCRFields()
152 fpcr_fields.push_back({"DZE", 9}); in DetectFPCRFields()
153 fpcr_fields.push_back({"IOE", 8}); in DetectFPCRFields()
157 fpcr_fields.push_back({"NEP", 2}); in DetectFPCRFields()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp516 StackIds.push_back(Index.getStackIdAtIndex(StackIdIndex)); in IndexBitcodeWriter()
612 ModulePaths.push_back(ModPath); in forEachModule()
742 Vals.push_back(C); in writeStringRecord()
963 Vals.push_back(V << 1); in emitSignedInt64()
965 Vals.push_back((-V << 1) | 1); in emitSignedInt64()
983 Record.push_back(BitWidth); in emitConstantRange()
985 Record.push_back(CR.getLower().getActiveWords() | in emitConstantRange()
1006 Record.push_back(VE.getAttributeGroupID(Pair)); in writeAttributeGroupTable()
1007 Record.push_back(AttrListIndex); in writeAttributeGroupTable()
1011 Record.push_back(0); in writeAttributeGroupTable()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCCState.cpp89 OriginalArgWasF128.push_back( in PreAnalyzeCallResultForF128()
91 OriginalArgWasFloat.push_back(RetTy->isFloatingPointTy()); in PreAnalyzeCallResultForF128()
100 OriginalArgWasF128.push_back( in PreAnalyzeCallReturnForF128()
102 OriginalArgWasFloat.push_back( in PreAnalyzeCallReturnForF128()
112 OriginalRetWasFloatVector.push_back(originalTypeIsVectorFloat(RetTy)); in PreAnalyzeCallResultForVectorFloat()
122 OriginalRetWasFloatVector.push_back( in PreAnalyzeReturnForVectorFloat()
128 OriginalRetWasFloatVector.push_back(originalEVTTypeIsVectorFloat(ArgVT)); in PreAnalyzeReturnValue()
133 OriginalArgWasF128.push_back(originalTypeIsF128(ArgTy, Func)); in PreAnalyzeCallOperand()
134 OriginalArgWasFloat.push_back(ArgTy->isFloatingPointTy()); in PreAnalyzeCallOperand()
135 OriginalArgWasFloatVector.push_back(ArgTy->isVectorTy()); in PreAnalyzeCallOperand()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp433 Mods.push_back(const_cast<Module *>(&M)); in writeModule()
617 Vals.push_back(C); in writeStringRecord()
730 Vals.push_back(V << 1); in emitSignedInt64()
732 Vals.push_back((-V << 1) | 1); in emitSignedInt64()
879 Record.push_back(VE.getAttributeGroupID(Pair)); in writeAttributeGroupTable()
880 Record.push_back(AttrListIndex); in writeAttributeGroupTable()
887 Record.push_back(0); in writeAttributeGroupTable()
888 Record.push_back(Val); in writeAttributeGroupTable()
893 Record.push_back(0); in writeAttributeGroupTable()
894 Record.push_back(bitc::ATTR_KIND_READ_NONE); in writeAttributeGroupTable()
[all …]
/freebsd/contrib/kyua/cli/
H A Dcmd_help_test.cpp154 args.push_back("help"); in global_test()
161 expected.push_back(PACKAGE " (" PACKAGE_NAME ") " PACKAGE_VERSION); in global_test()
162 expected.push_back(""); in global_test()
163 expected.push_back("Usage: progname [general_options] command " in global_test()
166 expected.push_back(""); in global_test()
167 expected.push_back("Available general options:"); in global_test()
171 expected.push_back(""); in global_test()
172 expected.push_back("Generic commands:"); in global_test()
173 expected.push_back(" mock_complex Complex command."); in global_test()
174 expected.push_back(" mock_simple Simple command."); in global_test()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DCSKYTargetParser.cpp29 Features.push_back("+fpuv2_sf"); in getFPUFeatures()
30 Features.push_back("+fpuv2_df"); in getFPUFeatures()
31 Features.push_back("+fdivdu"); in getFPUFeatures()
34 Features.push_back("+fpuv2_sf"); in getFPUFeatures()
35 Features.push_back("+fpuv2_df"); in getFPUFeatures()
38 Features.push_back("+fpuv2_sf"); in getFPUFeatures()
39 Features.push_back("+fpuv2_df"); in getFPUFeatures()
40 Features.push_back("+fdivdu"); in getFPUFeatures()
43 Features.push_back("+fpuv2_sf"); in getFPUFeatures()
46 Features.push_back("+fpuv3_hf"); in getFPUFeatures()
[all …]

12345678910>>...106