Home
last modified time | relevance | path

Searched refs:Dest (Results 1 – 25 of 220) sorted by relevance

123456789

/llvm-project-15.0.7/llvm/lib/ObjCopy/COFF/
H A DCOFFObject.h165 memcpy(Dest.Name.ShortName, Src.Name.ShortName, sizeof(Dest.Name.ShortName)); in copySymbol()
166 Dest.Value = Src.Value; in copySymbol()
168 Dest.Type = Src.Type; in copySymbol()
177 Dest.Magic = Src.Magic; in copyPeHeader()
180 Dest.SizeOfCode = Src.SizeOfCode; in copyPeHeader()
184 Dest.BaseOfCode = Src.BaseOfCode; in copyPeHeader()
185 Dest.ImageBase = Src.ImageBase; in copyPeHeader()
195 Dest.SizeOfImage = Src.SizeOfImage; in copyPeHeader()
197 Dest.CheckSum = Src.CheckSum; in copyPeHeader()
198 Dest.Subsystem = Src.Subsystem; in copyPeHeader()
[all …]
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp203 return Dest; in executeICMP_EQ()
217 return Dest; in executeICMP_NE()
231 return Dest; in executeICMP_ULT()
245 return Dest; in executeICMP_SLT()
259 return Dest; in executeICMP_UGT()
273 return Dest; in executeICMP_SGT()
287 return Dest; in executeICMP_ULE()
301 return Dest; in executeICMP_SLE()
315 return Dest; in executeICMP_UGE()
329 return Dest; in executeICMP_SGE()
[all …]
/llvm-project-15.0.7/llvm/unittests/Support/
H A Dbuffer_ostream_test.cpp34 SmallString<128> Dest; in TEST() local
36 NaiveSmallVectorStream DestOS(Dest); in TEST()
42 EXPECT_EQ("", Dest); in TEST()
44 EXPECT_EQ("", Dest); in TEST()
48 EXPECT_EQ("abcd", Dest); in TEST()
52 SmallString<128> Dest; in TEST() local
54 auto DestOS = std::make_unique<NaiveSmallVectorStream>(Dest); in TEST()
68 EXPECT_EQ("", Dest); in TEST()
70 EXPECT_EQ("", Dest); in TEST()
74 EXPECT_EQ("abcd", Dest); in TEST()
/llvm-project-15.0.7/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/
H A Dp4.cpp84 struct Dest {}; struct
85 Dest d1a((ConvToT<Dest>()));
86 Dest d1b = ConvToT<Dest>();
87 Dest &d2 = (d1a = ConvToT<Dest>());
99 Dest d3a((ConvToTRef<const Dest>())); // initialize the copy ctor parameter with 'const Dest&'
100 Dest d3b = ConvToTRef<Dest>(); // convert to non-const T via [over.match.copy]/1.2
101 Dest &d4 = (d3a = ConvToTRef<const Dest>());
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DWasmEHFuncInfo.h51 void setUnwindDest(const BasicBlock *BB, const BasicBlock *Dest) { in setUnwindDest()
52 SrcToUnwindDest[BB] = Dest; in setUnwindDest()
53 if (!UnwindDestToSrcs.count(Dest)) in setUnwindDest()
54 UnwindDestToSrcs[Dest] = SmallPtrSet<BBOrMBB, 4>(); in setUnwindDest()
55 UnwindDestToSrcs[Dest].insert(BB); in setUnwindDest()
77 void setUnwindDest(MachineBasicBlock *MBB, MachineBasicBlock *Dest) { in setUnwindDest()
78 SrcToUnwindDest[MBB] = Dest; in setUnwindDest()
79 if (!UnwindDestToSrcs.count(Dest)) in setUnwindDest()
80 UnwindDestToSrcs[Dest] = SmallPtrSet<BBOrMBB, 4>(); in setUnwindDest()
81 UnwindDestToSrcs[Dest].insert(MBB); in setUnwindDest()
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeStreamMerger.cpp81 Error mergeIdRecords(MergingTypeTableBuilder &Dest,
93 Error mergeIdRecords(GlobalTypeTableBuilder &Dest,
243 DestTypeStream = &Dest; in mergeTypeRecords()
252 DestIdStream = &Dest; in mergeIdRecords()
276 DestGlobalTypeStream = &Dest; in mergeTypeRecords()
288 DestGlobalIdStream = &Dest; in mergeIdRecords()
366 GlobalTypeTableBuilder &Dest = in remapType() local
371 MergingTypeTableBuilder &Dest = in remapType() local
377 DestIdx = Dest.insertRecordBytes(Result); in remapType()
435 return M.mergeTypeRecords(Dest, Types); in mergeTypeRecords()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DBinaryStreamReader.h68 template <typename T> Error readInteger(T &Dest) { in readInteger() argument
76 Dest = llvm::support::endian::read<T, llvm::support::unaligned>( in readInteger()
82 template <typename T> Error readEnum(T &Dest) { in readEnum() argument
88 Dest = static_cast<T>(N); in readEnum()
96 Error readULEB128(uint64_t &Dest);
102 Error readSLEB128(int64_t &Dest);
110 Error readCString(StringRef &Dest);
117 Error readWideString(ArrayRef<UTF16> &Dest);
125 Error readFixedString(StringRef &Dest, uint32_t Length);
162 template <typename T> Error readObject(const T *&Dest) { in readObject() argument
[all …]
/llvm-project-15.0.7/llvm/test/Analysis/LoopAccessAnalysis/
H A Dforked-pointers.ll13 ; CHECK-NEXT: %gep.Dest = getelementptr inbounds float, ptr %Dest, i64 %iv
25 ; CHECK-NEXT: (Low: %Dest High: (400 + %Dest))
46 %gep.Dest = getelementptr inbounds float, ptr %Dest, i64 %iv
47 %l.Dest = load float, ptr %gep.Dest
84 ; CHECK-NEXT: (Low: %Dest High: (400 + %Dest))
171 ; CHECK-NEXT: (Low: %Dest High: (800 + %Dest))
232 ; CHECK-NEXT: (Low: %Dest High: (399 + %Dest))
293 ; CHECK-NEXT: (Low: %Dest High: (100 + %Dest))
354 ; CHECK-NEXT: (Low: %Dest High: (400 + %Dest))
732 %gep.Dest = getelementptr inbounds float, ptr %Dest, i64 %iv
[all …]
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1735 Dest = MachineOperand::CreateReg( in parseRegisterOperand()
2108 if (parseOperandsOffset(Dest)) in parseGlobalAddressOperand()
2123 if (parseOperandsOffset(Dest)) in parseConstantPoolIndexOperand()
2146 if (parseOperandsOffset(Dest)) in parseExternalSymbolOperand()
2156 if (parseOperandsOffset(Dest)) in parseMCSymbolOperand()
2564 if (parseOperandsOffset(Dest)) in parseBlockAddressOperand()
2698 if (parseOperandsOffset(Dest)) in parseTargetIndexOperand()
2784 return parseMBBOperand(Dest); in parseMachineOperand()
2821 return parseCFIOperand(Dest); in parseMachineOperand()
2898 if (Dest.isReg()) in parseMachineOperandAndTargetFlags()
[all …]
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprAgg.cpp40 AggValueSlot Dest; member in __anonbe9122260111::AggExprEmitter
44 if (!Dest.isIgnored()) return Dest; in EnsureSlot()
63 : CGF(cgf), Builder(CGF.Builder), Dest(Dest), in AggExprEmitter()
268 bool UseTemp = Dest.isPotentiallyAliased() || Dest.requiresGCollection() || in withReturnValueSlot()
304 assert(Dest.isIgnored() || Dest.getPointer() != Src.getAggregatePointer()); in withReturnValueSlot()
330 if (Dest.isIgnored()) in EmitFinalDestCopy()
335 Dest.getAddress(), Dest.isVolatile() ? type.withVolatile() : type); in EmitFinalDestCopy()
716 if (!Dest.isIgnored()) in VisitCastExpr()
723 if (Dest.isIgnored()) { in VisitCastExpr()
1198 Dest); in VisitBinAssign()
[all …]
H A DCGBuilder.h314 return CreateMemCpy(Dest.getPointer(), Dest.getAlignment().getAsAlign(),
318 llvm::CallInst *CreateMemCpy(Address Dest, Address Src, uint64_t Size,
320 return CreateMemCpy(Dest.getPointer(), Dest.getAlignment().getAsAlign(),
328 Dest.getPointer(), Dest.getAlignment().getAsAlign(), Src.getPointer(), in CreateMemCpyInline()
335 return CreateMemMove(Dest.getPointer(), Dest.getAlignment().getAsAlign(),
341 llvm::CallInst *CreateMemSet(Address Dest, llvm::Value *Value,
343 return CreateMemSet(Dest.getPointer(), Value, Size,
344 Dest.getAlignment().getAsAlign(), IsVolatile);
348 llvm::CallInst *CreateMemSetInline(Address Dest, llvm::Value *Value, in CreateMemSetInline() argument
350 return CreateMemSetInline(Dest.getPointer(), in CreateMemSetInline()
[all …]
/llvm-project-15.0.7/llvm/lib/Support/
H A DBinaryStreamReader.cpp44 Error BinaryStreamReader::readULEB128(uint64_t &Dest) { in readULEB128() argument
55 Dest = decodeULEB128(EncodedBytes.begin(), nullptr, EncodedBytes.end()); in readULEB128()
59 Error BinaryStreamReader::readSLEB128(int64_t &Dest) { in readSLEB128() argument
70 Dest = decodeSLEB128(EncodedBytes.begin(), nullptr, EncodedBytes.end()); in readSLEB128()
74 Error BinaryStreamReader::readCString(StringRef &Dest) { in readCString() argument
94 if (auto EC = readFixedString(Dest, Length)) in readCString()
102 Error BinaryStreamReader::readWideString(ArrayRef<UTF16> &Dest) { in readWideString() argument
116 if (auto EC = readArray(Dest, Length)) in readWideString()
122 Error BinaryStreamReader::readFixedString(StringRef &Dest, uint32_t Length) { in readFixedString() argument
126 Dest = StringRef(reinterpret_cast<const char *>(Bytes.begin()), Bytes.size()); in readFixedString()
/llvm-project-15.0.7/llvm/lib/Linker/
H A DLinkModules.cpp257 bool DestIsDeclaration = Dest.isDeclarationForLinker(); in shouldLinkFromSource()
268 if (Dest.hasExternalWeakLinkage()) { in shouldLinkFromSource()
284 if (Dest.hasLinkOnceLinkage() || Dest.hasWeakLinkage()) { in shouldLinkFromSource()
289 if (!Dest.hasCommonLinkage()) { in shouldLinkFromSource()
302 assert(!Dest.hasExternalWeakLinkage()); in shouldLinkFromSource()
303 assert(!Dest.hasAvailableExternallyLinkage()); in shouldLinkFromSource()
305 if (Dest.hasLinkOnceLinkage() && Src.hasWeakLinkage()) { in shouldLinkFromSource()
314 if (Dest.isWeakForLinker()) { in shouldLinkFromSource()
321 assert(!Dest.hasExternalWeakLinkage()); in shouldLinkFromSource()
618 Linker L(Dest); in linkModules()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCExpandISEL.cpp205 MachineOperand &Dest = (*I)->getOperand(0); in expandAndMergeISELs() local
212 if (useSameRegister(Dest, TrueValue) && in expandAndMergeISELs()
213 useSameRegister(Dest, FalseValue)) { in expandAndMergeISELs()
235 .add(Dest) in expandAndMergeISELs()
272 MachineOperand &Dest = (*MI)->getOperand(0); in handleSpecialCases() local
282 bool IsADDIInstRequired = !useSameRegister(Dest, TrueValue); in handleSpecialCases()
283 bool IsORIInstRequired = !useSameRegister(Dest, FalseValue); in handleSpecialCases()
312 .add(Dest) in handleSpecialCases()
434 LLVM_DEBUG(dbgs() << "Dest: " << Dest << "\n"); in populateBlocks()
448 .add(Dest) in populateBlocks()
[all …]
H A DPPCBranchSelector.cpp58 const MachineBasicBlock *Dest,
203 const MachineBasicBlock *Dest, in computeBranchSize() argument
208 if (Dest->getNumber() <= Src->getNumber()) { in computeBranchSize()
215 int DestBlock = Dest->getNumber(); in computeBranchSize()
230 MaxAlign = std::max(MaxAlign, Dest->getAlignment()); in computeBranchSize()
328 MachineBasicBlock *Dest = nullptr; in runOnMachineFunction() local
330 Dest = I->getOperand(2).getMBB(); in runOnMachineFunction()
333 Dest = I->getOperand(1).getMBB(); in runOnMachineFunction()
337 Dest = I->getOperand(0).getMBB(); in runOnMachineFunction()
339 if (!Dest) { in runOnMachineFunction()
[all …]
/llvm-project-15.0.7/libcxxabi/test/
H A Ddynamic_cast.pass.cpp63 struct Dest : Mask { Pad3 _; }; struct
64 struct Root : Dest, virtual Src { Pad4 _; };
73 assert(dynamic_cast<Dest*>(src) == static_cast<Dest*>(&root)); in test()
135 struct Dest : Dummy { Pad3 _; }; argument
136 struct A1 : Dest { Pad4 _; };
137 struct A2 : Dest { Pad5 _; };
147 assert(dynamic_cast<Dest*>(src) == 0); in test()
/llvm-project-15.0.7/compiler-rt/lib/scudo/
H A Dscudo_utils.h22 template <class Dest, class Source>
23 inline Dest bit_cast(const Source& source) { in bit_cast()
24 static_assert(sizeof(Dest) == sizeof(Source), "Sizes are not equal!"); in bit_cast()
25 Dest dest; in bit_cast()
/llvm-project-15.0.7/bolt/lib/Passes/
H A DVeneerElimination.cpp60 const MCSymbol *Dest = Entry.second; in runOnFunctions() local
61 while (VeneerDestinations.find(Dest) != VeneerDestinations.end()) in runOnFunctions()
62 Dest = VeneerDestinations[Dest]; in runOnFunctions()
64 VeneerDestinations[Src] = Dest; in runOnFunctions()
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dms-intrinsics.c21 void test__stosb(unsigned char *Dest, unsigned char Data, size_t Count) { in test__stosb() argument
22 return __stosb(Dest, Data, Count); in test__stosb()
35 void test__movsb(unsigned char *Dest, unsigned char *Src, size_t Count) { in test__movsb() argument
36 return __movsb(Dest, Src, Count); in test__movsb()
49 return __stosw(Dest, Data, Count); in test__stosw()
62 return __movsw(Dest, Src, Count); in test__movsw()
74 void test__stosd(unsigned long *Dest, unsigned long Data, size_t Count) { in test__stosd() argument
75 return __stosd(Dest, Data, Count); in test__stosd()
88 return __movsd(Dest, Src, Count); in test__movsd()
102 return __stosq(Dest, Data, Count); in test__stosq()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeStreamMerger.h39 Error mergeTypeRecords(MergingTypeTableBuilder &Dest,
64 Error mergeIdRecords(MergingTypeTableBuilder &Dest, ArrayRef<TypeIndex> Types,
96 Error mergeTypeRecords(GlobalTypeTableBuilder &Dest,
102 Error mergeIdRecords(GlobalTypeTableBuilder &Dest, ArrayRef<TypeIndex> Types,
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DBuildLibCalls.h159 Value *emitSNPrintf(Value *Dest, Value *Size, Value *Fmt,
164 Value *emitSPrintf(Value *Dest, Value *Fmt, ArrayRef<Value *> VariadicArgs,
168 Value *emitStrCat(Value *Dest, Value *Src, IRBuilderBase &B,
172 Value *emitStrLCpy(Value *Dest, Value *Src, Value *Size, IRBuilderBase &B,
176 Value *emitStrLCat(Value *Dest, Value *Src, Value *Size, IRBuilderBase &B,
180 Value *emitStrNCat(Value *Dest, Value *Src, Value *Size, IRBuilderBase &B,
184 Value *emitVSNPrintf(Value *Dest, Value *Size, Value *Fmt, Value *VAList,
188 Value *emitVSPrintf(Value *Dest, Value *Fmt, Value *VAList, IRBuilderBase &B,
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DPseudoLoweringEmitter.cpp37 CodeGenInstruction Dest; // The destination instruction to lower to. member
42 Source(s), Dest(d), OperandMap(m) {} in PseudoExpansion()
238 CodeGenInstruction &Dest = Expansion.Dest; in emitLoweringEmitter() local
243 << " TmpInst.setOpcode(" << Dest.Namespace << "::" in emitLoweringEmitter()
244 << Dest.TheDef->getName() << ");\n"; in emitLoweringEmitter()
251 for (const auto &DestOperand : Dest.Operands) { in emitLoweringEmitter()
282 if (Dest.Operands.isVariadic) { in emitLoweringEmitter()
/llvm-project-15.0.7/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/
H A Dmove_pair.pass.cpp168 using Dest = std::tuple<TrackMove, int>; in main() typedef
174 Dest dst; in main()
181 using Dest = std::tuple<TrackMove, int>; in main() typedef
187 Dest dst; in main()
194 using Dest = std::tuple<TrackMove, int>; in main() typedef
197 Dest dst; in main()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h190 virtual void cloneTo(void *Dest) const = 0;
527 void cloneTo(void *Dest) const override { in cloneTo() argument
528 new (Dest) SimpleFunctionCall(*this); in cloneTo()
564 void cloneTo(void *Dest) const override { new (Dest) BlockCall(*this); } in cloneTo() argument
705 void cloneTo(void *Dest) const override { new (Dest) CXXMemberCall(*this); } in cloneTo() argument
747 void cloneTo(void *Dest) const override { in cloneTo() argument
819 void cloneTo(void *Dest) const override {new (Dest) CXXDestructorCall(*this);} in cloneTo() argument
891 void cloneTo(void *Dest) const override { new (Dest) CXXConstructorCall(*this); } in cloneTo() argument
1008 void cloneTo(void *Dest) const override { new (Dest) CXXAllocatorCall(*this); } in cloneTo() argument
1079 new (Dest) CXXDeallocatorCall(*this); in cloneTo()
[all …]
/llvm-project-15.0.7/compiler-rt/test/hwasan/TestCases/
H A Dcustom-memmove.c11 void *memmove(void *Dest, const void *Src, size_t N) { in memmove() argument
13 char *D = (char *)Dest; in memmove()
22 return Dest; in memmove()

123456789