| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/COFF/ |
| H A D | COFFObject.h | 164 memcpy(Dest.Name.ShortName, Src.Name.ShortName, sizeof(Dest.Name.ShortName)); in copySymbol() 165 Dest.Value = Src.Value; in copySymbol() 167 Dest.Type = Src.Type; in copySymbol() 176 Dest.Magic = Src.Magic; in copyPeHeader() 179 Dest.SizeOfCode = Src.SizeOfCode; in copyPeHeader() 183 Dest.BaseOfCode = Src.BaseOfCode; in copyPeHeader() 184 Dest.ImageBase = Src.ImageBase; in copyPeHeader() 194 Dest.SizeOfImage = Src.SizeOfImage; in copyPeHeader() 196 Dest.CheckSum = Src.CheckSum; in copyPeHeader() 197 Dest.Subsystem = Src.Subsystem; in copyPeHeader() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
| H A D | Execution.cpp | 203 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 …]
|
| /freebsd-14.2/sys/contrib/dev/acpica/components/utilities/ |
| H A D | utnonansi.c | 297 char *Dest, in AcpiUtSafeStrcpy() argument 307 strcpy (Dest, Source); in AcpiUtSafeStrcpy() 313 char *Dest, in AcpiUtSafeStrcat() argument 318 if ((strlen (Dest) + strlen (Source)) >= DestSize) in AcpiUtSafeStrcat() 323 strcat (Dest, Source); in AcpiUtSafeStrcat() 329 char *Dest, in AcpiUtSafeStrncat() argument 339 if ((strlen (Dest) + ActualTransferLength) >= DestSize) in AcpiUtSafeStrncat() 344 strncat (Dest, Source, MaxTransferLength); in AcpiUtSafeStrncat() 350 char *Dest, in AcpiUtSafeStrncpy() argument 356 strncpy (Dest, Source, DestSize); in AcpiUtSafeStrncpy() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeStreamMerger.cpp | 82 Error mergeIdRecords(MergingTypeTableBuilder &Dest, 94 Error mergeIdRecords(GlobalTypeTableBuilder &Dest, 244 DestTypeStream = &Dest; in mergeTypeRecords() 253 DestIdStream = &Dest; in mergeIdRecords() 276 DestGlobalTypeStream = &Dest; in mergeTypeRecords() 288 DestGlobalIdStream = &Dest; in mergeIdRecords() 365 GlobalTypeTableBuilder &Dest = in remapType() local 370 MergingTypeTableBuilder &Dest = in remapType() local 376 DestIdx = Dest.insertRecordBytes(Result); in remapType() 434 return M.mergeTypeRecords(Dest, Types); in mergeTypeRecords() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | BinaryStreamReader.h | 67 template <typename T> Error readInteger(T &Dest) { in readInteger() argument 75 Dest = llvm::support::endian::read<T>(Bytes.data(), Stream.getEndian()); in readInteger() 80 template <typename T> Error readEnum(T &Dest) { in readEnum() argument 86 Dest = static_cast<T>(N); in readEnum() 94 Error readULEB128(uint64_t &Dest); 100 Error readSLEB128(int64_t &Dest); 108 Error readCString(StringRef &Dest); 115 Error readWideString(ArrayRef<UTF16> &Dest); 123 Error readFixedString(StringRef &Dest, uint32_t Length); 160 template <typename T> Error readObject(const T *&Dest) { in readObject() argument [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprAgg.cpp | 40 AggValueSlot Dest; member in __anon5b622f2c0111::AggExprEmitter 44 if (!Dest.isIgnored()) return Dest; in EnsureSlot() 63 : CGF(cgf), Builder(CGF.Builder), Dest(Dest), in AggExprEmitter() 289 bool UseTemp = Dest.isPotentiallyAliased() || Dest.requiresGCollection() || in withReturnValueSlot() 325 assert(Dest.isIgnored() || Dest.getPointer() != Src.getAggregatePointer()); in withReturnValueSlot() 351 if (Dest.isIgnored()) in EmitFinalDestCopy() 356 Dest.getAddress(), Dest.isVolatile() ? type.withVolatile() : type); in EmitFinalDestCopy() 739 if (!Dest.isIgnored()) in VisitCastExpr() 746 if (Dest.isIgnored()) { in VisitCastExpr() 1219 Dest); in VisitBinAssign() [all …]
|
| H A D | CGBuilder.h | 299 return CreateMemCpy(Dest.getPointer(), Dest.getAlignment().getAsAlign(), 303 llvm::CallInst *CreateMemCpy(Address Dest, Address Src, uint64_t Size, 305 return CreateMemCpy(Dest.getPointer(), Dest.getAlignment().getAsAlign(), 313 Dest.getPointer(), Dest.getAlignment().getAsAlign(), Src.getPointer(), in CreateMemCpyInline() 320 return CreateMemMove(Dest.getPointer(), Dest.getAlignment().getAsAlign(), 326 llvm::CallInst *CreateMemSet(Address Dest, llvm::Value *Value, 328 return CreateMemSet(Dest.getPointer(), Value, Size, 329 Dest.getAlignment().getAsAlign(), IsVolatile); 333 llvm::CallInst *CreateMemSetInline(Address Dest, llvm::Value *Value, in CreateMemSetInline() argument 335 return CreateMemSetInline(Dest.getPointer(), in CreateMemSetInline() [all …]
|
| H A D | CGAtomic.cpp | 590 CGF.Builder.CreateStore(Load, Dest); in EmitAtomicOp() 743 CGF.Builder.CreateStore(Result, Dest); in EmitAtomicOp() 846 Address Dest = Address::invalid(); in EmitAtomicExpr() local 899 Dest = EmitPointerWithAlignment(E->getVal1()); in EmitAtomicExpr() 910 Dest = EmitPointerWithAlignment(E->getVal2()); in EmitAtomicExpr() 1039 if (Dest.isValid()) { in EmitAtomicExpr() 1041 Dest = Atomics.castToAtomicIntPointer(Dest); in EmitAtomicExpr() 1043 Dest = CreateMemTemp(RValTy, "cmpxchg.bool"); in EmitAtomicExpr() 1045 Dest = Atomics.CreateTempAlloca(); in EmitAtomicExpr() 1047 Dest = Atomics.castToAtomicIntPointer(Dest); in EmitAtomicExpr() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | BinaryStreamReader.cpp | 43 Error BinaryStreamReader::readULEB128(uint64_t &Dest) { in readULEB128() argument 54 Dest = decodeULEB128(EncodedBytes.begin(), nullptr, EncodedBytes.end()); in readULEB128() 58 Error BinaryStreamReader::readSLEB128(int64_t &Dest) { in readSLEB128() argument 69 Dest = decodeSLEB128(EncodedBytes.begin(), nullptr, EncodedBytes.end()); in readSLEB128() 73 Error BinaryStreamReader::readCString(StringRef &Dest) { in readCString() argument 93 if (auto EC = readFixedString(Dest, Length)) in readCString() 101 Error BinaryStreamReader::readWideString(ArrayRef<UTF16> &Dest) { in readWideString() argument 115 if (auto EC = readArray(Dest, Length)) in readWideString() 121 Error BinaryStreamReader::readFixedString(StringRef &Dest, uint32_t Length) { in readFixedString() argument 125 Dest = StringRef(reinterpret_cast<const char *>(Bytes.begin()), Bytes.size()); in readFixedString()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIParser.cpp | 1816 Dest = MachineOperand::CreateReg( in parseRegisterOperand() 2210 if (parseOperandsOffset(Dest)) in parseGlobalAddressOperand() 2225 if (parseOperandsOffset(Dest)) in parseConstantPoolIndexOperand() 2248 if (parseOperandsOffset(Dest)) in parseExternalSymbolOperand() 2258 if (parseOperandsOffset(Dest)) in parseMCSymbolOperand() 2666 if (parseOperandsOffset(Dest)) in parseBlockAddressOperand() 2831 if (parseOperandsOffset(Dest)) in parseTargetIndexOperand() 2917 return parseMBBOperand(Dest); in parseMachineOperand() 2954 return parseCFIOperand(Dest); in parseMachineOperand() 3033 if (Dest.isReg()) in parseMachineOperandAndTargetFlags() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCExpandISEL.cpp | 205 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 D | PPCBranchSelector.cpp | 58 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 …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | WasmEHFuncInfo.h | 51 void setUnwindDest(const BasicBlock *BB, const BasicBlock *Dest) { in setUnwindDest() 52 SrcToUnwindDest[BB] = Dest; in setUnwindDest() 53 UnwindDestToSrcs[Dest].insert(BB); in setUnwindDest() 75 void setUnwindDest(MachineBasicBlock *MBB, MachineBasicBlock *Dest) { in setUnwindDest() 76 SrcToUnwindDest[MBB] = Dest; in setUnwindDest() 77 UnwindDestToSrcs[Dest].insert(MBB); in setUnwindDest()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Linker/ |
| H A D | LinkModules.cpp | 257 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() 643 Linker L(Dest); in linkModules() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeStreamMerger.h | 45 Error mergeTypeRecords(MergingTypeTableBuilder &Dest, 70 Error mergeIdRecords(MergingTypeTableBuilder &Dest, ArrayRef<TypeIndex> Types, 102 Error mergeTypeRecords(GlobalTypeTableBuilder &Dest, 108 Error mergeIdRecords(GlobalTypeTableBuilder &Dest, ArrayRef<TypeIndex> Types,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | BasicBlock.cpp | 801 bool InsertAtHead = Dest.getHeadBit(); in spliceDebugInfoEmptyBlock() 809 assert(Dest != end() && in spliceDebugInfoEmptyBlock() 815 DPMarker *M = Dest->DbgMarker; in spliceDebugInfoEmptyBlock() 876 if (Dest == end() && !Dest.getHeadBit() && OurTrailingDPValues) { in spliceDebugInfo() 907 spliceDebugInfoImpl(Dest, Src, First, Last); in spliceDebugInfo() 926 bool InsertAtHead = Dest.getHeadBit(); in spliceDebugInfoImpl() 995 if (Dest != end()) { in spliceDebugInfoImpl() 996 DestMarker = getMarker(Dest); in spliceDebugInfoImpl() 998 createMarker(&*Dest); in spliceDebugInfoImpl() 1004 DPMarker *OntoDest = getMarker(Dest); in spliceDebugInfoImpl() [all …]
|
| /freebsd-14.2/sys/contrib/edk2/Include/ |
| H A D | Base.h | 610 #define VA_COPY(Dest, Start) __va_copy (Dest, Start) argument 622 #define VA_COPY(Dest, Start) ((void)((Dest) = (Start))) argument 646 #define VA_COPY(Dest, Start) __builtin_ms_va_copy (Dest, Start) argument 665 #define VA_COPY(Dest, Start) __builtin_va_copy (Dest, Start) argument 735 #define VA_COPY(Dest, Start) ((void)((Dest) = (Start))) argument
|
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | PseudoLoweringEmitter.cpp | 37 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()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CallEvent.h | 198 virtual void cloneTo(void *Dest) const = 0; 545 void cloneTo(void *Dest) const override { in cloneTo() argument 546 new (Dest) SimpleFunctionCall(*this); in cloneTo() 582 void cloneTo(void *Dest) const override { new (Dest) BlockCall(*this); } in cloneTo() argument 725 void cloneTo(void *Dest) const override { new (Dest) CXXMemberCall(*this); } in cloneTo() argument 768 void cloneTo(void *Dest) const override { in cloneTo() argument 849 new (Dest) CXXDestructorCall(*this); in cloneTo() 930 new (Dest) CXXConstructorCall(*this); in cloneTo() 1051 new (Dest) CXXAllocatorCall(*this); in cloneTo() 1135 new (Dest) CXXDeallocatorCall(*this); in cloneTo() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | BuildLibCalls.h | 156 Value *emitSNPrintf(Value *Dest, Value *Size, Value *Fmt, 161 Value *emitSPrintf(Value *Dest, Value *Fmt, ArrayRef<Value *> VariadicArgs, 165 Value *emitStrCat(Value *Dest, Value *Src, IRBuilderBase &B, 169 Value *emitStrLCpy(Value *Dest, Value *Src, Value *Size, IRBuilderBase &B, 173 Value *emitStrLCat(Value *Dest, Value *Src, Value *Size, IRBuilderBase &B, 177 Value *emitStrNCat(Value *Dest, Value *Src, Value *Size, IRBuilderBase &B, 181 Value *emitVSNPrintf(Value *Dest, Value *Size, Value *Fmt, Value *VAList, 185 Value *emitVSPrintf(Value *Dest, Value *Fmt, Value *VAList, IRBuilderBase &B,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsExpandPseudo.cpp | 102 Register Dest = I->getOperand(0).getReg(); in expandAtomicCmpSwapSubword() local 175 BuildMI(sinkMBB, DL, TII->get(Mips::SRLV), Dest) in expandAtomicCmpSwapSubword() 179 BuildMI(sinkMBB, DL, TII->get(SEOp), Dest).addReg(Dest); in expandAtomicCmpSwapSubword() 184 .addReg(Dest, RegState::Kill) in expandAtomicCmpSwapSubword() 187 .addReg(Dest, RegState::Kill) in expandAtomicCmpSwapSubword() 243 Register Dest = I->getOperand(0).getReg(); in expandAtomicCmpSwap() local 410 Register Dest = I->getOperand(0).getReg(); in expandAtomicBinOpSubword() local 552 .addReg(Dest).addReg(ShiftAmnt); in expandAtomicBinOpSubword() 555 BuildMI(sinkMBB, DL, TII->get(SEOp), Dest).addReg(Dest); in expandAtomicBinOpSubword() 559 .addReg(Dest, RegState::Kill) in expandAtomicBinOpSubword() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXImageOptimizer.cpp | 153 BasicBlock *Dest; in replaceWith() local 156 Dest = BI->getSuccessor(1); in replaceWith() 159 Dest = BI->getSuccessor(0); in replaceWith() 160 BranchInst::Create(Dest, BI); in replaceWith()
|
| /freebsd-14.2/sys/contrib/dev/acpica/components/namespace/ |
| H A D | nsrepair2.c | 702 char *Dest; in AcpiNsRepair_HID() local 759 for (Dest = NewString->String.Pointer; *Source; Dest++, Source++) in AcpiNsRepair_HID() 761 *Dest = (char) toupper ((int) *Source); in AcpiNsRepair_HID() 1160 ACPI_OPERAND_OBJECT **Dest; in AcpiNsRemoveElement() local 1173 Dest = Source; in AcpiNsRemoveElement() 1186 *Dest = *Source; in AcpiNsRemoveElement() 1187 Dest++; in AcpiNsRemoveElement() 1195 *Dest = NULL; in AcpiNsRemoveElement()
|
| H A D | nsrepair.c | 608 ACPI_OPERAND_OBJECT **Dest; in AcpiNsRemoveNullElements() local 645 Dest = Source; in AcpiNsRemoveNullElements() 657 *Dest = *Source; in AcpiNsRemoveNullElements() 658 Dest++; in AcpiNsRemoveNullElements() 674 *Dest = NULL; in AcpiNsRemoveNullElements()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCExpandPseudos.cpp | 88 const MachineOperand &Dest = MI.getOperand(0); in expandCTLZ() local 100 .add(Dest) in expandCTLZ() 116 const MachineOperand &Dest = MI.getOperand(0); in expandCTTZ() local 123 .add(Dest) in expandCTTZ()
|