Home
last modified time | relevance | path

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

12345678910>>...163

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DValueTypes.cpp39 VT.LLVMTy = IntegerType::get(Context, BitWidth); in getExtendedIntegerVT()
48 VectorType::get(VT.getTypeForEVT(Context), NumElements, IsScalable); in getExtendedVectorVT()
55 ResultVT.LLVMTy = VectorType::get(VT.getTypeForEVT(Context), EC); in getExtendedVectorVT()
196 case MVT::i128: return IntegerType::get(Context, 128); in getTypeForEVT()
206 case MVT::i64x8: return IntegerType::get(Context, 512); in getTypeForEVT()
209 return PointerType::get(StructType::create(Context), 10); in getTypeForEVT()
212 return PointerType::get(Type::getInt8Ty(Context), 20); in getTypeForEVT()
214 return FixedVectorType::get(Type::getInt1Ty(Context), 1); in getTypeForEVT()
216 return FixedVectorType::get(Type::getInt1Ty(Context), 2); in getTypeForEVT()
218 return FixedVectorType::get(Type::getInt1Ty(Context), 4); in getTypeForEVT()
[all …]
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormatToken.h929 kw_final = &IdentTable.get("final"); in AdditionalKeywords()
930 kw_override = &IdentTable.get("override"); in AdditionalKeywords()
931 kw_in = &IdentTable.get("in"); in AdditionalKeywords()
932 kw_of = &IdentTable.get("of"); in AdditionalKeywords()
933 kw_CF_CLOSED_ENUM = &IdentTable.get("CF_CLOSED_ENUM"); in AdditionalKeywords()
934 kw_CF_ENUM = &IdentTable.get("CF_ENUM"); in AdditionalKeywords()
935 kw_CF_OPTIONS = &IdentTable.get("CF_OPTIONS"); in AdditionalKeywords()
936 kw_NS_CLOSED_ENUM = &IdentTable.get("NS_CLOSED_ENUM"); in AdditionalKeywords()
937 kw_NS_ENUM = &IdentTable.get("NS_ENUM"); in AdditionalKeywords()
938 kw_NS_OPTIONS = &IdentTable.get("NS_OPTIONS"); in AdditionalKeywords()
[all …]
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DRNBServices.cpp76 ::CFDictionarySetValue(appInfoDict.get(), DTSERVICES_APP_PID_KEY, in GetProcesses()
77 pidCFNumber.get()); in GetProcesses()
80 ::CFDictionarySetValue(appInfoDict.get(), DTSERVICES_APP_FRONTMOST_KEY, in GetProcesses()
105 if (cf_pid_path.get()) in GetProcesses()
106 ::CFDictionarySetValue(appInfoDict.get(), DTSERVICES_APP_PATH_KEY, in GetProcesses()
107 cf_pid_path.get()); in GetProcesses()
112 ::CFDictionarySetValue(appInfoDict.get(), in GetProcesses()
113 DTSERVICES_APP_DISPLAY_NAME_KEY, pid_name.get()); in GetProcesses()
117 ::CFArrayAppendValue(plistMutableArray, appInfoDict.get()); in GetProcesses()
139 result = GetProcesses(plistMutableArray.get(), all_users); in ListApplications()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Host/macosx/cfcpp/
H A DCFCMutableDictionary.cpp31 CFMutableDictionaryRef dict = get(); in GetCount()
40 CFMutableDictionaryRef dict = get(); in GetCountOfKey()
49 CFMutableDictionaryRef dict = get(); in GetCountOfValue()
57 CFMutableDictionaryRef dict = get(); in GetKeysAndValues()
65 CFMutableDictionaryRef dict = get(); in GetValue()
74 CFMutableDictionaryRef dict = get(); in GetValueIfPresent()
81 CFMutableDictionaryRef dict = get(); in Dictionary()
119 if (cf_number.get()) { in AddValueSInt8()
121 ::CFDictionaryAddValue(dict, key, cf_number.get()); in AddValueSInt8()
134 if (cf_number.get()) { in SetValueSInt8()
[all …]
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp139 UIMethods.insert({&Ctx.Idents.get(#receiver), \
144 {Ctx.Selectors.getNullarySelector(&Ctx.Idents.get(#method)), argument});
147 {Ctx.Selectors.getUnarySelector(&Ctx.Idents.get(#method)), argument});
163 &Ctx.Idents.get("initWithTitle"), &Ctx.Idents.get("image"), in initUIMethods()
164 &Ctx.Idents.get("tag")}; in initUIMethods()
167 &Ctx.Idents.get("initWithTitle"), &Ctx.Idents.get("image"), in initUIMethods()
168 &Ctx.Idents.get("selectedImage")}; in initUIMethods()
180 &Ctx.Idents.get("rowActionWithStyle"), &Ctx.Idents.get("title"), in initUIMethods()
181 &Ctx.Idents.get("handler")}; in initUIMethods()
192 &Ctx.Idents.get("radioButtonWithTitle"), &Ctx.Idents.get("target"), in initUIMethods()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DMDBuilder.cpp21 return MDString::get(Context, Str); in createString()
25 return ConstantAsMetadata::get(C); in createConstant()
33 createConstant(ConstantFP::get(Type::getFloatTy(Context), Accuracy)); in createFPMath()
34 return MDNode::get(Context, Op); in createFPMath()
50 Vals[i + 1] = createConstant(ConstantInt::get(Int32Ty, Weights[i])); in createBranchWeights()
52 return MDNode::get(Context, Vals); in createBranchWeights()
56 return MDNode::get(Context, std::nullopt); in createUnpredictable()
68 Ops.push_back(createConstant(ConstantInt::get(Int64Ty, Count))); in createFunctionEntryCount()
73 Ops.push_back(createConstant(ConstantInt::get(Int64Ty, ID))); in createFunctionEntryCount()
75 return MDNode::get(Context, Ops); in createFunctionEntryCount()
[all …]
/openbsd-src/gnu/llvm/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()
100 Def->setDesc(TII.get(GT_S_I32)); in runOnMachineFunction()
104 Def->setDesc(TII.get(LE_U_I32)); in runOnMachineFunction()
108 Def->setDesc(TII.get(LT_U_I32)); in runOnMachineFunction()
112 Def->setDesc(TII.get(GE_U_I32)); in runOnMachineFunction()
116 Def->setDesc(TII.get(GT_U_I32)); in runOnMachineFunction()
[all …]
/openbsd-src/gnu/llvm/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()
191 static SectionKind getExecuteOnly() { return get(ExecuteOnly); } in getExecuteOnly()
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()
202 static SectionKind getMergeableConst4() { return get(MergeableConst4); } in getMergeableConst4()
[all …]
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DNSAPI.cpp38 return (ClassIds[K] = &Ctx.Idents.get(ClassName[K])); in getNSClassId()
48 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("stringWithString")); in getNSStringSelector()
52 &Ctx.Idents.get("stringWithUTF8String")); in getNSStringSelector()
56 &Ctx.Idents.get("initWithUTF8String")); in getNSStringSelector()
60 &Ctx.Idents.get("stringWithCString"), in getNSStringSelector()
61 &Ctx.Idents.get("encoding") in getNSStringSelector()
67 Sel= Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("stringWithCString")); in getNSStringSelector()
70 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("initWithString")); in getNSStringSelector()
84 Sel = Ctx.Selectors.getNullarySelector(&Ctx.Idents.get("array")); in getNSArraySelector()
87 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("arrayWithArray")); in getNSArraySelector()
[all …]
H A DASTTypeTraits.cpp173 if (const TemplateArgument *TA = get<TemplateArgument>()) in print()
175 else if (const TemplateArgumentLoc *TAL = get<TemplateArgumentLoc>()) in print()
177 else if (const TemplateName *TN = get<TemplateName>()) in print()
179 else if (const NestedNameSpecifier *NNS = get<NestedNameSpecifier>()) in print()
181 else if (const NestedNameSpecifierLoc *NNSL = get<NestedNameSpecifierLoc>()) { in print()
186 } else if (const QualType *QT = get<QualType>()) in print()
188 else if (const TypeLoc *TL = get<TypeLoc>()) in print()
190 else if (const Decl *D = get<Decl>()) in print()
192 else if (const Stmt *S = get<Stmt>()) in print()
194 else if (const Type *T = get<Type>()) in print()
[all …]
/openbsd-src/gnu/llvm/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()
66 MDString::get(Ctx, "llvm.loop.pipeline.initiationinterval"), in createPipeliningMetadata()
67 ConstantAsMetadata::get(ConstantInt::get( in createPipeliningMetadata()
69 Args.push_back(MDNode::get(Ctx, Vals)); in createPipeliningMetadata()
108 MDNode::get(Ctx, MDString::get(Ctx, "llvm.loop.unroll.disable"))); in createPartialUnrollMetadata()
120 Metadata *Vals[] = {MDString::get(Ctx, "llvm.loop.unroll.count"), in createPartialUnrollMetadata()
121 ConstantAsMetadata::get(ConstantInt::get( in createPartialUnrollMetadata()
123 Args.push_back(MDNode::get(Ctx, Vals)); in createPartialUnrollMetadata()
128 Metadata *Vals[] = {MDString::get(Ctx, "llvm.loop.unroll.enable")}; in createPartialUnrollMetadata()
[all …]
/openbsd-src/gnu/llvm/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()
168 return get()->getValueAsOptionalDef(BaseFieldName); in getBase()
173 return get()->getValueAsBit(AbstractFieldName); in isAbstract()
254 return get()->isAnonymous(); in isGenericSpecialization()
260 return get()->getName(); in getAbstractTypeName()
[all …]
/openbsd-src/gnu/llvm/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()
101 unsigned *VBegin = reinterpret_cast<unsigned*>(V.Data.get()); in hash_value()
102 unsigned *VEnd = reinterpret_cast<unsigned*>(V.Data.get() + V.Length); in hash_value()
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());
[all …]
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DPrettyFunctionDumper.cpp47 WithColor(Printer, PDB_ColorItem::Type).get() << ClassParent->getName(); in dumpClassParentWithScopeOperator()
77 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " "; in start()
80 WithColor(Printer, PDB_ColorItem::Identifier).get() in start()
87 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " "; 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()
116 WithColor(Printer, PDB_ColorItem::Keyword).get() << " volatile"; in start()
124 WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(FuncStart, 10); in start()
127 WithColor(Printer, PDB_ColorItem::Offset).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()
66 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << Var.getValue(); in start()
71 WithColor(Printer, PDB_ColorItem::Offset).get() in start()
79 WithColor(Printer, PDB_ColorItem::Offset).get() in start()
84 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << Var.getLength(); in start()
90 WithColor(Printer, PDB_ColorItem::Identifier).get() << Var.getName(); in start()
99 WithColor(Printer, PDB_ColorItem::Offset).get() in startVbptr()
109 WithColor(Printer, PDB_ColorItem::Offset).get() in start()
137 WithColor(Printer, PDB_ColorItem::Type).get() << Symbol.getName(); in dump()
[all …]
H A DPrettyCompilandDumper.cpp53 WithColor(Printer, PDB_ColorItem::Path).get() << FullName; in start()
61 WithColor(Printer, PDB_ColorItem::Path).get() << File->getFileName(); in start()
65 WithColor(Printer, PDB_ColorItem::Comment).get() in start()
83 WithColor(Printer, StatementColor).get() << LineStart; in start()
85 WithColor(Printer, StatementColor).get() << " - " << LineEnd; in start()
91 WithColor(Printer, StatementColor).get() << ColumnStart; in start()
93 WithColor(Printer, StatementColor).get() << " - " << ColumnEnd; in start()
100 WithColor(Printer, PDB_ColorItem::Address).get() in start()
106 WithColor(Printer, PDB_ColorItem::Address).get() in start()
138 WithColor(Printer, PDB_ColorItem::Address).get() in dump()
[all …]
/openbsd-src/gnu/llvm/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()
68 IdentInfo_MPI_Irsend = &ASTCtx.Idents.get("MPI_Irsend"); in initPointToPointIdentifiers()
73 IdentInfo_MPI_Recv = &ASTCtx.Idents.get("MPI_Recv"); in initPointToPointIdentifiers()
78 IdentInfo_MPI_Irecv = &ASTCtx.Idents.get("MPI_Irecv"); in initPointToPointIdentifiers()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kExpandPseudo.cpp106 return TII->ExpandMOVSZX_RM(MIB, true, TII->get(M68k::MOV8dj), MVT::i16, in ExpandMI()
109 return TII->ExpandMOVSZX_RM(MIB, true, TII->get(M68k::MOV8dj), MVT::i32, in ExpandMI()
112 return TII->ExpandMOVSZX_RM(MIB, true, TII->get(M68k::MOV16rj), MVT::i32, in ExpandMI()
116 return TII->ExpandMOVSZX_RM(MIB, false, TII->get(M68k::MOV8dj), MVT::i16, in ExpandMI()
119 return TII->ExpandMOVSZX_RM(MIB, false, TII->get(M68k::MOV8dj), MVT::i32, in ExpandMI()
122 return TII->ExpandMOVSZX_RM(MIB, false, TII->get(M68k::MOV16rj), MVT::i32, in ExpandMI()
126 return TII->ExpandMOVSZX_RM(MIB, true, TII->get(M68k::MOV8dp), MVT::i16, in ExpandMI()
129 return TII->ExpandMOVSZX_RM(MIB, true, TII->get(M68k::MOV8dp), MVT::i32, in ExpandMI()
132 return TII->ExpandMOVSZX_RM(MIB, true, TII->get(M68k::MOV16rp), MVT::i32, in ExpandMI()
136 return TII->ExpandMOVSZX_RM(MIB, false, TII->get(M68k::MOV8dp), MVT::i16, in ExpandMI()
[all …]
/openbsd-src/gnu/llvm/clang/tools/clang-linker-wrapper/
H A DOffloadWrapper.cpp169 ConstantAggregateZero::get(ArrayType::get(getEntryTy(M), 0u)); in createBinDesc()
176 auto *Zero = ConstantInt::get(getSizeTTy(M), 0u); in createBinDesc()
183 auto *Data = ConstantDataArray::get(C, Buf); in createBinDesc()
191 auto *Size = ConstantInt::get(getSizeTTy(M), Buf.size()); in createBinDesc()
199 ImagesInits.push_back(ConstantStruct::get(getDeviceImageTy(M), ImageB, in createBinDesc()
204 auto *ImagesData = ConstantArray::get( in createBinDesc()
205 ArrayType::get(getDeviceImageTy(M), ImagesInits.size()), ImagesInits); in createBinDesc()
217 auto *DescInit = ConstantStruct::get( in createBinDesc()
219 ConstantInt::get(Type::getInt32Ty(C), ImagesInits.size()), ImagesB, in createBinDesc()
229 auto *FuncTy = FunctionType::get(Type::getVoidTy(C), /*isVarArg*/ false); in createRegisterFunction()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsReturnProtectorLowering.cpp58 BuildMI(MBB, MI, MBBDL, TII->get(Mips::LUi64), TempReg1) in insertReturnProtectorPrologue()
60 BuildMI(MBB, MI, MBBDL, TII->get(Mips::LUi64), TempReg2) in insertReturnProtectorPrologue()
62 BuildMI(MBB, MI, MBBDL, TII->get(Mips::DADDu), TempReg1) in insertReturnProtectorPrologue()
65 BuildMI(MBB, MI, MBBDL, TII->get(Mips::DADDiu), TempReg2) in insertReturnProtectorPrologue()
68 BuildMI(MBB, MI, MBBDL, TII->get(Mips::DADDu), TempReg1) in insertReturnProtectorPrologue()
71 BuildMI(MBB, MI, MBBDL, TII->get(Mips::LD), REG) in insertReturnProtectorPrologue()
74 BuildMI(MBB, MI, MBBDL, TII->get(Mips::LD), REG) in insertReturnProtectorPrologue()
80 BuildMI(MBB, MI, MBBDL, TII->get(Mips::LUi64), TempReg1) in insertReturnProtectorPrologue()
82 BuildMI(MBB, MI, MBBDL, TII->get(Mips::LUi64), TempReg2) in insertReturnProtectorPrologue()
84 BuildMI(MBB, MI, MBBDL, TII->get(Mips::DADDiu), TempReg1) in insertReturnProtectorPrologue()
[all …]
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBEvent.cpp29 m_opaque_ptr(m_event_sp.get()) { in SBEvent()
34 : m_event_sp(event_sp), m_opaque_ptr(event_sp.get()) { in SBEvent()
62 Event *lldb_event = get(); in GetDataFlavor()
74 const Event *lldb_event = get(); in GetType()
87 const Event *lldb_event = get(); in GetBroadcaster()
96 const Event *lldb_event = get(); in GetBroadcasterClass()
114 Event *lldb_event = get(); in BroadcasterMatchesRef()
117 success = lldb_event->BroadcasterIs(broadcaster.get()); in BroadcasterMatchesRef()
126 Event *lldb_event = get(); in Clear()
133 Event *SBEvent::get() const { in get() function in SBEvent
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/
H A DDXILMetadata.cpp31 MDVals[0] = ConstantAsMetadata::get(B.getInt32(ValidatorVer.getMajor())); in update()
33 ConstantAsMetadata::get(B.getInt32(ValidatorVer.getMinor().value_or(0))); in update()
36 Entry->addOperand(MDNode::get(Ctx, MDVals)); in update()
38 Entry->setOperand(0, MDNode::get(Ctx, MDVals)); in update()
78 Vals[0] = MDString::get(Ctx, getShortShaderStage(TT.getEnvironment())); in createShaderModelMD()
79 Vals[1] = ConstantAsMetadata::get(B.getInt32(Ver.getMajor())); in createShaderModelMD()
80 Vals[2] = ConstantAsMetadata::get(B.getInt32(Ver.getMinor().value_or(0))); in createShaderModelMD()
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()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchExpandAtomicPseudoInsts.cpp167 BuildMI(LoopMBB, DL, TII->get(LoongArch::DBAR)).addImm(0); in doAtomicBinOpExpansion()
169 TII->get(Width == 32 ? LoongArch::LL_W : LoongArch::LL_D), DestReg) in doAtomicBinOpExpansion()
176 BuildMI(LoopMBB, DL, TII->get(LoongArch::OR), ScratchReg) in doAtomicBinOpExpansion()
181 BuildMI(LoopMBB, DL, TII->get(LoongArch::AND), ScratchReg) in doAtomicBinOpExpansion()
184 BuildMI(LoopMBB, DL, TII->get(LoongArch::NOR), ScratchReg) in doAtomicBinOpExpansion()
189 BuildMI(LoopMBB, DL, TII->get(LoongArch::ADD_W), ScratchReg) in doAtomicBinOpExpansion()
194 BuildMI(LoopMBB, DL, TII->get(LoongArch::SUB_W), ScratchReg) in doAtomicBinOpExpansion()
199 BuildMI(LoopMBB, DL, TII->get(LoongArch::AND), ScratchReg) in doAtomicBinOpExpansion()
204 BuildMI(LoopMBB, DL, TII->get(LoongArch::OR), ScratchReg) in doAtomicBinOpExpansion()
209 BuildMI(LoopMBB, DL, TII->get(LoongArch::XOR), ScratchReg) in doAtomicBinOpExpansion()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCReturnProtectorLowering.cpp65 BuildMI(MBB, MI, MBBDL, TII->get(MFLR), LRReg); in insertReturnProtectorPrologue()
67 BuildMI(MBB, MI, MBBDL, TII->get(PPC::ADDIStocHA8), REG) in insertReturnProtectorPrologue()
70 BuildMI(MBB, MI, MBBDL, TII->get(PPC::LD), REG) in insertReturnProtectorPrologue()
74 BuildMI(MBB, MI, MBBDL, TII->get(XOR), REG) in insertReturnProtectorPrologue()
82 BuildMI(MBB, MI, MBBDL, TII->get(PPC::RETGUARD_LOAD_PC), REG) in insertReturnProtectorPrologue()
86 BuildMI(MBB, MI, MBBDL, TII->get(PPC::RETGUARD_LOAD_GOT), REG) in insertReturnProtectorPrologue()
89 BuildMI(MBB, MI, MBBDL, TII->get(PPC::LWZtoc), REG) in insertReturnProtectorPrologue()
93 BuildMI(MBB, MI, MBBDL, TII->get(PPC::LWZ), REG) in insertReturnProtectorPrologue()
97 BuildMI(MBB, MI, MBBDL, TII->get(XOR), REG) in insertReturnProtectorPrologue()
103 BuildMI(MBB, MI, MBBDL, TII->get(MFLR), LRReg); in insertReturnProtectorPrologue()
[all …]
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_hash_test.cpp21 EXPECT_EQ(MurMur2HashBuilder(0).get(), 275646681u); in TEST()
22 EXPECT_EQ(MurMur2HashBuilder(1).get(), 3030210376u); in TEST()
23 EXPECT_EQ(MurMur2HashBuilder(3).get(), 1816185114u); in TEST()
29 EXPECT_EQ(h.get(), 351963665u); in TEST()
31 EXPECT_EQ(h.get(), 2640061027u); in TEST()
35 EXPECT_EQ(MurMur2Hash64Builder(0).get(), 4469829599815726255ull); in TEST()
36 EXPECT_EQ(MurMur2Hash64Builder(1).get(), 14121968454562043709ull); in TEST()
37 EXPECT_EQ(MurMur2Hash64Builder(3).get(), 8040757559320203998ull); in TEST()
43 EXPECT_EQ(h.get(), 11366430808886012537ull); in TEST()
45 EXPECT_EQ(h.get(), 10843188204560467446ull); in TEST()

12345678910>>...163