Home
last modified time | relevance | path

Searched refs:get (Results 1 – 25 of 2778) sorted by relevance

12345678910>>...112

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DValueTypes.cpp40 VT.LLVMTy = IntegerType::get(Context, BitWidth); in getExtendedIntegerVT()
216 case MVT::i128: return IntegerType::get(Context, 128); in getTypeForEVT()
226 return TargetExtType::get(Context, "aarch64.svcount"); in getTypeForEVT()
228 case MVT::i64x8: return IntegerType::get(Context, 512); in getTypeForEVT()
232 return FixedVectorType::get(Type::getInt1Ty(Context), 1); in getTypeForEVT()
234 return FixedVectorType::get(Type::getInt1Ty(Context), 2); in getTypeForEVT()
236 return FixedVectorType::get(Type::getInt1Ty(Context), 4); in getTypeForEVT()
238 return FixedVectorType::get(Type::getInt1Ty(Context), 8); in getTypeForEVT()
264 return FixedVectorType::get(Type::getInt8Ty(Context), 1); in getTypeForEVT()
266 return FixedVectorType::get(Type::getInt8Ty(Context), 2); in getTypeForEVT()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h984 kw_in = &IdentTable.get("in"); in AdditionalKeywords()
985 kw_of = &IdentTable.get("of"); in AdditionalKeywords()
994 kw_as = &IdentTable.get("as"); in AdditionalKeywords()
1001 kw_get = &IdentTable.get("get"); in AdditionalKeywords()
1004 kw_is = &IdentTable.get("is"); in AdditionalKeywords()
1005 kw_let = &IdentTable.get("let"); in AdditionalKeywords()
1008 kw_set = &IdentTable.get("set"); in AdditionalKeywords()
1011 kw_var = &IdentTable.get("var"); in AdditionalKeywords()
1063 kw_out = &IdentTable.get("out"); in AdditionalKeywords()
1065 kw_ref = &IdentTable.get("ref"); in AdditionalKeywords()
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp158 &Ctx.Idents.get("initWithTitle"), &Ctx.Idents.get("image"), in initUIMethods()
162 &Ctx.Idents.get("initWithTitle"), &Ctx.Idents.get("image"), in initUIMethods()
191 &Ctx.Idents.get("buttonWithTitle"), &Ctx.Idents.get("image"), in initUIMethods()
192 &Ctx.Idents.get("target"), &Ctx.Idents.get("action")}; in initUIMethods()
199 &Ctx.Idents.get("buttonWithTitle"), &Ctx.Idents.get("target"), in initUIMethods()
229 &Ctx.Idents.get("actionWithTitle"), &Ctx.Idents.get("style"), in initUIMethods()
277 &Ctx.Idents.get("setLabel"), &Ctx.Idents.get("forSegment")}; in initUIMethods()
357 &Ctx.Idents.get("initWithName"), &Ctx.Idents.get("target"), in initUIMethods()
435 &Ctx.Idents.get("order"), &Ctx.Idents.get("handler")}; in initUIMethods()
548 &Ctx.Idents.get("initWithTitle"), &Ctx.Idents.get("style"), in initUIMethods()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerBrUnless.cpp80 Def->setDesc(TII.get(NE_I32)); in runOnMachineFunction()
84 Def->setDesc(TII.get(EQ_I32)); in runOnMachineFunction()
88 Def->setDesc(TII.get(LE_S_I32)); in runOnMachineFunction()
92 Def->setDesc(TII.get(LT_S_I32)); in runOnMachineFunction()
96 Def->setDesc(TII.get(GE_S_I32)); in runOnMachineFunction()
120 Def->setDesc(TII.get(NE_I64)); in runOnMachineFunction()
124 Def->setDesc(TII.get(EQ_I64)); in runOnMachineFunction()
160 Def->setDesc(TII.get(NE_F32)); in runOnMachineFunction()
164 Def->setDesc(TII.get(EQ_F32)); in runOnMachineFunction()
168 Def->setDesc(TII.get(NE_F64)); in runOnMachineFunction()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMDBuilder.cpp21 return MDString::get(Context, Str); in createString()
25 return ConstantAsMetadata::get(C); in createConstant()
34 return MDNode::get(Context, Op); in createFPMath()
52 return MDNode::get(Context, Vals); in createBranchWeights()
75 return MDNode::get(Context, Ops); in createFunctionEntryCount()
79 return MDNode::get(Context, in createFunctionSectionPrefix()
88 return createRange(ConstantInt::get(Ty, Lo), ConstantInt::get(Ty, Hi)); in createRange()
104 return MDNode::get(Context, Ops); in createCallees()
121 return MDNode::get(Context, Ops); in createCallbackEncoding()
210 return MDNode::get(Context, in createTBAANode()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h181 static SectionKind get(Kind K) { in get() function
188 static SectionKind getMetadata() { return get(Metadata); } in getMetadata()
189 static SectionKind getExclude() { return get(Exclude); } in getExclude()
190 static SectionKind getText() { return get(Text); } in getText()
192 static SectionKind getReadOnly() { return get(ReadOnly); } in getReadOnly()
194 return get(Mergeable1ByteCString); in getMergeable1ByteCString()
197 return get(Mergeable2ByteCString); in getMergeable2ByteCString()
200 return get(Mergeable4ByteCString); in getMergeable4ByteCString()
209 static SectionKind getBSS() { return get(BSS); } in getBSS()
212 static SectionKind getCommon() { return get(Common); } in getCommon()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DNSAPI.cpp61 &Ctx.Idents.get("encoding") in getNSStringSelector()
98 &Ctx.Idents.get("count") in getNSArraySelector()
126 &Ctx.Idents.get("atIndex") in getNSArraySelector()
172 &Ctx.Idents.get("forKey") in getNSDictionarySelector()
180 &Ctx.Idents.get("forKeys") in getNSDictionarySelector()
189 &Ctx.Idents.get("count") in getNSDictionarySelector()
209 &Ctx.Idents.get("forKeys") in getNSDictionarySelector()
220 &Ctx.Idents.get("forKey") in getNSDictionarySelector()
236 &Ctx.Idents.get("forKey") in getNSDictionarySelector()
577 II = &Ctx.Idents.get(name); in isObjCTypedef()
[all …]
H A DASTTypeTraits.cpp205 else if (const Decl *D = get<Decl>()) in print()
207 else if (const Stmt *S = get<Stmt>()) in print()
209 else if (const Type *T = get<Type>()) in print()
211 else if (const Attr *A = get<Attr>()) in print()
223 if (const Decl *D = get<Decl>()) in dump()
225 else if (const Stmt *S = get<Stmt>()) in dump()
227 else if (const Type *T = get<Type>()) in dump()
242 if (const Decl *D = get<Decl>()) in getSourceRange()
244 if (const Stmt *S = get<Stmt>()) in getSourceRange()
248 if (const auto *C = get<OMPClause>()) in getSourceRange()
[all …]
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DASTTableGen.h95 llvm::Record *get() const { in get() function
106 return get()->getLoc(); in getLoc()
111 return get()->isSubClassOf(className); in isSubClassOf()
117 ? NodeClass(get()) : NodeClass()); in getAs()
122 return lhs.get()->getName() < rhs.get()->getName();
163 return get()->getName(); in getName()
254 return get()->isAnonymous(); in isGenericSpecialization()
260 return get()->getName(); in getAbstractTypeName()
338 return get()->getValueAsDef(TypeFieldName); in getParentType()
373 return get()->getValueAsDef(TypeFieldName); in getParentType()
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.cpp52 MDNode::get(Ctx, {MDString::get(Ctx, "llvm.loop.pipeline.disable"), in createPipeliningMetadata()
53 ConstantAsMetadata::get(ConstantInt::get( in createPipeliningMetadata()
67 ConstantAsMetadata::get(ConstantInt::get( in createPipeliningMetadata()
108 MDNode::get(Ctx, MDString::get(Ctx, "llvm.loop.unroll.disable"))); in createPartialUnrollMetadata()
121 ConstantAsMetadata::get(ConstantInt::get( in createPartialUnrollMetadata()
231 ConstantAsMetadata::get(ConstantInt::get( in createLoopVectorizeMetadata()
244 MDNode::get(Ctx, MDString::get(Ctx, "llvm.loop.isvectorized"))); in createLoopVectorizeMetadata()
313 ConstantAsMetadata::get(ConstantInt::get( in createLoopVectorizeMetadata()
346 ConstantAsMetadata::get(ConstantInt::get( in createLoopDistributeMetadata()
363 ConstantAsMetadata::get(ConstantInt::get( in createLoopDistributeMetadata()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXCtorDtorLowering.cpp58 llvm::ConstantAsMetadata::get(GV), llvm::MDString::get(Ctx, "kernel"), in addKernelMetadata()
59 llvm::ConstantAsMetadata::get( in addKernelMetadata()
64 llvm::ConstantAsMetadata::get(GV), llvm::MDString::get(Ctx, "maxntidx"), in addKernelMetadata()
65 llvm::ConstantAsMetadata::get( in addKernelMetadata()
68 llvm::ConstantAsMetadata::get(GV), llvm::MDString::get(Ctx, "maxntidy"), in addKernelMetadata()
69 llvm::ConstantAsMetadata::get( in addKernelMetadata()
72 llvm::ConstantAsMetadata::get(GV), llvm::MDString::get(Ctx, "maxntidz"), in addKernelMetadata()
73 llvm::ConstantAsMetadata::get( in addKernelMetadata()
79 llvm::ConstantAsMetadata::get( in addKernelMetadata()
138 PointerType::get(C, 0), [&]() { in createInitOrFiniCalls()
[all …]
/freebsd/sys/dev/bhnd/tools/
H A Dnvram_map_gen.awk658 _size += get(get(_crc_seg, p_type), p_width)
2533 if (get(lhs, p_count) != get(rhs, p_count))
2630 if (get(lhs, p_count) < get(rhs, p_count))
2639 if (get(lhs, p_signed) != get(rhs, p_signed))
2643 if (get(lhs, p_width) < get(rhs, p_width))
2816 if (get(lhs, p_start) != get(rhs, p_start))
2819 if (get(lhs, p_end) != get(rhs, p_end))
3054 _rev_end = get(get(entry, p_revisions), p_end)
3342 if (get(lhs, p_mask) != get(rhs, p_mask))
3346 if (get(lhs, p_shift) != get(rhs, p_shift))
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kExpandPseudo.cpp204 return TII->ExpandMOVEM(MIB, TII->get(M68k::MOVM32mj), /*IsRM=*/true); in INITIALIZE_PASS()
206 return TII->ExpandMOVEM(MIB, TII->get(M68k::MOVM32mj), /*IsRM=*/true); in INITIALIZE_PASS()
208 return TII->ExpandMOVEM(MIB, TII->get(M68k::MOVM32mj), /*IsRM=*/true); in INITIALIZE_PASS()
211 return TII->ExpandMOVEM(MIB, TII->get(M68k::MOVM32mp), /*IsRM=*/true); in INITIALIZE_PASS()
242 BuildMI(MBB, MBBI, DL, TII->get(M68k::TAILJMPq)); in INITIALIZE_PASS()
252 BuildMI(MBB, MBBI, DL, TII->get(M68k::TAILJMPj)) in INITIALIZE_PASS()
267 BuildMI(MBB, MBBI, DL, TII->get(M68k::RTE)); in INITIALIZE_PASS()
269 BuildMI(MBB, MBBI, DL, TII->get(M68k::RTS)); in INITIALIZE_PASS()
273 BuildMI(MBB, MBBI, DL, TII->get(M68k::MOV32aj), M68k::A1) in INITIALIZE_PASS()
280 BuildMI(MBB, MBBI, DL, TII->get(M68k::MOV32ja)) in INITIALIZE_PASS()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/
H A DOffloadWrapper.cpp119 auto *Zero = ConstantInt::get(getSizeTTy(M), 0u); in createBinDesc()
127 auto *Data = ConstantDataArray::get(C, Buf); in createBinDesc()
164 auto *ImagesData = ConstantArray::get( in createBinDesc()
177 auto *DescInit = ConstantStruct::get( in createBinDesc()
268 auto *Data = ConstantDataArray::get(C, Image); in createFatbinDesc()
280 ConstantInt::get(Type::getInt32Ty(C), 1), in createFatbinDesc()
331 auto *RegFuncTy = FunctionType::get( in createRegisterGlobalsFunction()
340 auto *RegVarTy = FunctionType::get( in createRegisterGlobalsFunction()
350 FunctionType::get(Type::getVoidTy(C), in createRegisterGlobalsFunction()
358 FunctionType *RegTextureTy = FunctionType::get( in createRegisterGlobalsFunction()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DOpDescriptor.cpp18 Cs.push_back(ConstantInt::get(IntTy, 0)); in makeConstantsWithType()
19 Cs.push_back(ConstantInt::get(IntTy, 1)); in makeConstantsWithType()
20 Cs.push_back(ConstantInt::get(IntTy, 42)); in makeConstantsWithType()
21 Cs.push_back(ConstantInt::get(IntTy, APInt::getMaxValue(W))); in makeConstantsWithType()
29 Cs.push_back(ConstantFP::get(Ctx, APFloat::getZero(Sem))); in makeConstantsWithType()
30 Cs.push_back(ConstantFP::get(Ctx, APFloat(Sem, 1))); in makeConstantsWithType()
31 Cs.push_back(ConstantFP::get(Ctx, APFloat(Sem, 42))); in makeConstantsWithType()
34 Cs.push_back(ConstantFP::get(Ctx, APFloat::getInf(Sem))); in makeConstantsWithType()
35 Cs.push_back(ConstantFP::get(Ctx, APFloat::getNaN(Sem))); in makeConstantsWithType()
45 Cs.push_back(UndefValue::get(T)); in makeConstantsWithType()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DMath.h36 std::fill(Data.get(), Data.get() + Length, InitVal); in Vector()
42 std::copy(V.Data.get(), V.Data.get() + Length, Data.get()); in Vector()
56 return std::equal(Data.get(), Data.get() + Length, V.Data.get());
83 std::transform(Data.get(), Data.get() + Length, V.Data.get(), Data.get(),
91 return std::min_element(Data.get(), Data.get() + Length) - Data.get(); in minIndex()
136 std::fill(Data.get(), Data.get() + (Rows * Cols), InitVal); in Matrix()
143 std::copy(M.Data.get(), M.Data.get() + (Rows * Cols), Data.get()); in Matrix()
157 return std::equal(Data.get(), Data.get() + (Rows * Cols), M.Data.get());
176 return Data.get() + (R * Cols);
183 return Data.get() + (R * Cols);
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyFunctionDumper.cpp80 WithColor(Printer, PDB_ColorItem::Identifier).get() in start()
89 WithColor(Printer, PDB_ColorItem::Identifier).get() in start()
98 WithColor(Printer, PDB_ColorItem::Identifier).get() << Name; in start()
114 WithColor(Printer, PDB_ColorItem::Keyword).get() << " const"; in start()
127 WithColor(Printer, PDB_ColorItem::Offset).get() in start()
134 WithColor(Printer, PDB_ColorItem::Offset).get() in start()
138 WithColor(Printer, PDB_ColorItem::Comment).get() in start()
143 WithColor(Printer, PDB_ColorItem::Register).get() in start()
147 WithColor(Printer, PDB_ColorItem::Register).get() << "FPO"; in start()
175 WithColor(Printer, PDB_ColorItem::Keyword).get() in start()
[all …]
H A DPrettyVariableDumper.cpp53 WithColor(Printer, PDB_ColorItem::Address).get() in start()
56 WithColor(Printer, PDB_ColorItem::Keyword).get() << "static "; in start()
71 WithColor(Printer, PDB_ColorItem::Offset).get() in start()
79 WithColor(Printer, PDB_ColorItem::Offset).get() in start()
99 WithColor(Printer, PDB_ColorItem::Offset).get() in startVbptr()
109 WithColor(Printer, PDB_ColorItem::Offset).get() in start()
151 WithColor(Printer, PDB_ColorItem::Identifier).get() in dump()
170 WithColor(Printer, PDB_ColorItem::Keyword).get() << " const"; in dumpRight()
187 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " "; in dump()
193 WithColor(Printer, PDB_ColorItem::Keyword).get() << " const "; in dump()
[all …]
H A DPrettyCompilandDumper.cpp54 WithColor(Printer, PDB_ColorItem::Path).get() << FullName; in start()
66 WithColor(Printer, PDB_ColorItem::Comment).get() in start()
84 WithColor(Printer, StatementColor).get() << LineStart; in start()
101 WithColor(Printer, PDB_ColorItem::Address).get() in start()
107 WithColor(Printer, PDB_ColorItem::Address).get() in start()
139 WithColor(Printer, PDB_ColorItem::Address).get() in dump()
142 WithColor(Printer, PDB_ColorItem::Comment).get() in dump()
148 WithColor(Printer, PDB_ColorItem::LiteralValue).get() in dump()
150 WithColor(Printer, PDB_ColorItem::Comment).get() in dump()
180 WithColor(Printer, PDB_ColorItem::Address).get() in dump()
[all …]
/freebsd/stand/ficl/softwords/
H A Dstring.fr23 : get-count ( 2:this -- count ) my=[ .count get ] ;
28 : get-buflen ( 2:this -- len ) my=[ .buflen get ] ;
31 : get-buf ( 2:this -- ptr ) my=[ .buf get-ptr ] ;
45 this my=> get-buf
87 this --> get-buf
88 this --> get-count
95 c-addr this --> get-buf this --> get-count + u move
107 --> get
109 --> get
114 --> get hash
[all …]
/freebsd/crypto/heimdal/lib/asn1/
H A Dsetchgpw2.asn197 Req-get-pw-policy ::= NULL
106 Err-get-pw-policy ::= NULL
136 get-pw-policy[3] Req-get-pw-policy,
137 get-princ-aliases[4] Req-get-princ-aliases,
138 get-supported-etypes[5] Req-get-supported-etypes,
146 get-pw-policy[3] Rep-get-pw-policy,
147 get-princ-aliases[4] Rep-get-princ-aliases,
148 get-supported-etypes[5] Rep-get-supported-etypes,
156 get-pw-policy[3] Err-get-pw-policy,
157 get-princ-aliases[4] Err-get-princ-aliases,
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIFunctionClassifier.cpp30 IdentInfo_MPI_Send = &ASTCtx.Idents.get("MPI_Send"); in initPointToPointIdentifiers()
35 IdentInfo_MPI_Isend = &ASTCtx.Idents.get("MPI_Isend"); in initPointToPointIdentifiers()
41 IdentInfo_MPI_Ssend = &ASTCtx.Idents.get("MPI_Ssend"); in initPointToPointIdentifiers()
46 IdentInfo_MPI_Issend = &ASTCtx.Idents.get("MPI_Issend"); in initPointToPointIdentifiers()
52 IdentInfo_MPI_Bsend = &ASTCtx.Idents.get("MPI_Bsend"); in initPointToPointIdentifiers()
57 IdentInfo_MPI_Ibsend = &ASTCtx.Idents.get("MPI_Ibsend"); in initPointToPointIdentifiers()
63 IdentInfo_MPI_Rsend = &ASTCtx.Idents.get("MPI_Rsend"); in initPointToPointIdentifiers()
73 IdentInfo_MPI_Recv = &ASTCtx.Idents.get("MPI_Recv"); in initPointToPointIdentifiers()
78 IdentInfo_MPI_Irecv = &ASTCtx.Idents.get("MPI_Irecv"); in initPointToPointIdentifiers()
126 IdentInfo_MPI_Bcast = &ASTCtx.Idents.get("MPI_Bcast"); in initCollectiveIdentifiers()
[all …]
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBEvent.cpp28 m_opaque_ptr(m_event_sp.get()) { in SBEvent()
61 Event *lldb_event = get(); in GetDataFlavor()
73 const Event *lldb_event = get(); in GetType()
86 const Event *lldb_event = get(); in GetBroadcaster()
95 const Event *lldb_event = get(); in GetBroadcasterClass()
113 Event *lldb_event = get(); in BroadcasterMatchesRef()
125 Event *lldb_event = get(); in Clear()
132 Event *SBEvent::get() const { in get() function in SBEvent
145 m_opaque_ptr = m_event_sp.get(); in reset()
178 if (get()) { in GetDescription()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILMetadata.cpp36 Entry->addOperand(MDNode::get(Ctx, MDVals)); in update()
38 Entry->setOperand(0, MDNode::get(Ctx, MDVals)); in update()
81 Entry->addOperand(MDNode::get(Ctx, Vals)); in createShaderModelMD()
117 StringRef Str = std::get<0>(It); in EntryProps()
122 unsigned &Num = std::get<1>(It); in EntryProps()
143 return MDNode::get(Ctx, MDVals); in emitDXILEntryProps()
156 return MDNode::get(Ctx, MDVals); in emitEntryPropsForEmptyEntry()
177 MDVals.emplace_back(ConstantAsMetadata::get( in appendNumThreads()
189 MDVals.emplace_back(ConstantAsMetadata::get( in appendShaderFlags()
191 MDVals.emplace_back(ConstantAsMetadata::get( in appendShaderFlags()
[all …]
/freebsd/contrib/kyua/engine/
H A Datf_result.cpp438 if (status.get().exited()) { in apply()
440 if (_argument.get() == status.get().exitstatus()) in apply()
447 _argument.get() % status.get().exitstatus()); in apply()
455 if (status.get().exited() && status.get().exitstatus() == EXIT_SUCCESS) in apply()
463 if (status.get().signaled()) { in apply()
465 if (_argument.get() == status.get().termsig()) in apply()
472 _argument.get() % status.get().termsig()); in apply()
484 if (status.get().exited() && status.get().exitstatus() == EXIT_FAILURE) in apply()
492 if (status.get().exited() && status.get().exitstatus() == EXIT_SUCCESS) in apply()
500 if (status.get().exited() && status.get().exitstatus() == EXIT_SUCCESS) in apply()
[all …]

12345678910>>...112