/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Execution.cpp | 49 static void executeFNegInst(GenericValue &Dest, GenericValue Src, Type *Ty) { in executeFNegInst() argument 108 static void executeFAddInst(GenericValue &Dest, GenericValue Src1, in executeFAddInst() argument 119 static void executeFSubInst(GenericValue &Dest, GenericValue Src1, in executeFSubInst() argument 130 static void executeFMulInst(GenericValue &Dest, GenericValue Src1, in executeFMulInst() argument 141 static void executeFDivInst(GenericValue &Dest, GenericValue Src1, in executeFDivInst() argument 152 static void executeFRemInst(GenericValue &Dest, GenericValue Src1, in executeFRemInst() argument 194 GenericValue Dest; executeICMP_EQ() local 208 GenericValue Dest; executeICMP_NE() local 222 GenericValue Dest; executeICMP_ULT() local 236 GenericValue Dest; executeICMP_SLT() local 250 GenericValue Dest; executeICMP_UGT() local 264 GenericValue Dest; executeICMP_SGT() local 278 GenericValue Dest; executeICMP_ULE() local 292 GenericValue Dest; executeICMP_SLE() local 306 GenericValue Dest; executeICMP_UGE() local 320 GenericValue Dest; executeICMP_SGE() local 382 GenericValue Dest; executeFCMP_OEQ() local 433 GenericValue Dest; executeFCMP_ONE() local 458 GenericValue Dest; executeFCMP_OLE() local 472 GenericValue Dest; executeFCMP_OGE() local 486 GenericValue Dest; executeFCMP_OLT() local 500 GenericValue Dest; executeFCMP_OGT() local 535 GenericValue Dest; executeFCMP_UEQ() local 545 GenericValue Dest; executeFCMP_UNE() local 554 GenericValue Dest; executeFCMP_ULE() local 563 GenericValue Dest; executeFCMP_UGE() local 572 GenericValue Dest; executeFCMP_ULT() local 581 GenericValue Dest; executeFCMP_UGT() local 590 GenericValue Dest; executeFCMP_ORD() local 621 GenericValue Dest; executeFCMP_UNO() local 652 GenericValue Dest; executeFCMP_BOOL() local 847 GenericValue Dest; executeSelectInst() local 938 BasicBlock *Dest; visitBranchInst() local 956 BasicBlock *Dest = nullptr; visitSwitchInst() local 970 void *Dest = GVTOP(getOperandValue(I.getAddress(), SF)); visitIndirectBrInst() local 985 SwitchToNewBasicBlock(BasicBlock * Dest,ExecutionContext & SF) SwitchToNewBasicBlock() argument 1190 GenericValue Dest; visitShl() local 1217 GenericValue Dest; visitLShr() local 1244 GenericValue Dest; visitAShr() local 1269 GenericValue Dest, Src = getOperandValue(SrcVal, SF); executeTruncInst() local 1290 GenericValue Dest, Src = getOperandValue(SrcVal, SF); executeSExtInst() local 1310 GenericValue Dest, Src = getOperandValue(SrcVal, SF); executeZExtInst() local 1330 GenericValue Dest, Src = getOperandValue(SrcVal, SF); executeFPTruncInst() local 1353 GenericValue Dest, Src = getOperandValue(SrcVal, SF); executeFPExtInst() local 1376 GenericValue Dest, Src = getOperandValue(SrcVal, SF); executeFPToUIInst() local 1414 GenericValue Dest, Src = getOperandValue(SrcVal, SF); executeFPToSIInst() local 1450 GenericValue Dest, Src = getOperandValue(SrcVal, SF); executeUIToFPInst() local 1482 GenericValue Dest, Src = getOperandValue(SrcVal, SF); executeSIToFPInst() local 1517 GenericValue Dest, Src = getOperandValue(SrcVal, SF); executePtrToIntInst() local 1526 GenericValue Dest, Src = getOperandValue(SrcVal, SF); executeIntToPtrInst() local 1543 GenericValue Dest, Src = getOperandValue(SrcVal, SF); executeBitCastInst() local 1771 GenericValue Dest; visitVAArgInst() local 1798 GenericValue Dest; visitExtractElementInst() local 1834 GenericValue Dest; visitInsertElementInst() local 1866 GenericValue Dest; visitShuffleVectorInst() local 1929 GenericValue Dest; visitExtractValueInst() local 1976 GenericValue Dest = Src1; // Dest is a slightly changed Src1 visitInsertValueInst() local 2066 GenericValue Dest; getConstantExprValue() local [all...] |
/freebsd-src/sys/contrib/dev/acpica/components/utilities/ |
H A D | utnonansi.c | 297 char *Dest, in AcpiUtSafeStrcpy() argument 313 char *Dest, in AcpiUtSafeStrcat() argument 329 char *Dest, in AcpiUtSafeStrncat() argument 350 char *Dest, in AcpiUtSafeStrncpy() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeStreamMerger.cpp | 242 Error TypeStreamMerger::mergeTypeRecords(MergingTypeTableBuilder &Dest, in mergeTypeRecords() 250 Error TypeStreamMerger::mergeIdRecords(MergingTypeTableBuilder &Dest, in mergeIdRecords() 273 GlobalTypeTableBuilder &Dest, const CVTypeArray &Types, in mergeTypeRecords() 284 Error TypeStreamMerger::mergeIdRecords(GlobalTypeTableBuilder &Dest, in mergeIdRecords() 365 GlobalTypeTableBuilder &Dest = in remapType() local 370 MergingTypeTableBuilder &Dest = in remapType() local 430 Error llvm::codeview::mergeTypeRecords(MergingTypeTableBuilder &Dest, in mergeTypeRecords() 437 Error llvm::codeview::mergeIdRecords(MergingTypeTableBuilder &Dest, in mergeIdRecords() 462 Error llvm::codeview::mergeTypeRecords(GlobalTypeTableBuilder &Dest, in mergeTypeRecords() 471 Error llvm::codeview::mergeIdRecords(GlobalTypeTableBuilder &Dest, in mergeIdRecords()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | BinaryStreamReader.cpp | 43 Error BinaryStreamReader::readULEB128(uint64_t &Dest) { in readULEB128() 58 Error BinaryStreamReader::readSLEB128(int64_t &Dest) { in readSLEB128() 73 Error BinaryStreamReader::readCString(StringRef &Dest) { in readCString() 101 Error BinaryStreamReader::readWideString(ArrayRef<UTF16> &Dest) { in readWideString() 121 Error BinaryStreamReader::readFixedString(StringRef &Dest, uint32_t Length) { in readFixedString()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | BinaryStreamReader.h | 67 template <typename T> Error readInteger(T &Dest) { in readInteger() 80 template <typename T> Error readEnum(T &Dest) { in readEnum() 160 template <typename T> Error readObject(const T *&Dest) { in readObject()
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
H A D | MIParser.cpp | 1731 parseRegisterOperand(MachineOperand & Dest,std::optional<unsigned> & TiedDefIdx,bool IsDef) parseRegisterOperand() argument 1825 parseImmediateOperand(MachineOperand & Dest) parseImmediateOperand() argument 1840 parseTargetImmMnemonic(const unsigned OpCode,const unsigned OpIdx,MachineOperand & Dest,const MIRFormatter & MF) parseTargetImmMnemonic() argument 2005 parseTypedImmediateOperand(MachineOperand & Dest) parseTypedImmediateOperand() argument 2030 parseFPImmediateOperand(MachineOperand & Dest) parseFPImmediateOperand() argument 2108 parseMBBOperand(MachineOperand & Dest) parseMBBOperand() argument 2138 parseStackObjectOperand(MachineOperand & Dest) parseStackObjectOperand() argument 2160 parseFixedStackObjectOperand(MachineOperand & Dest) parseFixedStackObjectOperand() argument 2204 parseGlobalAddressOperand(MachineOperand & Dest) parseGlobalAddressOperand() argument 2215 parseConstantPoolIndexOperand(MachineOperand & Dest) parseConstantPoolIndexOperand() argument 2230 parseJumpTableIndexOperand(MachineOperand & Dest) parseJumpTableIndexOperand() argument 2243 parseExternalSymbolOperand(MachineOperand & Dest) parseExternalSymbolOperand() argument 2253 parseMCSymbolOperand(MachineOperand & Dest) parseMCSymbolOperand() argument 2263 parseSubRegisterIndexOperand(MachineOperand & Dest) parseSubRegisterIndexOperand() argument 2444 parseMetadataOperand(MachineOperand & Dest) parseMetadataOperand() argument 2508 parseCFIOperand(MachineOperand & Dest) parseCFIOperand() argument 2640 parseBlockAddressOperand(MachineOperand & Dest) parseBlockAddressOperand() argument 2671 parseIntrinsicOperand(MachineOperand & Dest) parseIntrinsicOperand() argument 2700 parsePredicateOperand(MachineOperand & Dest) parsePredicateOperand() argument 2758 parseShuffleMaskOperand(MachineOperand & Dest) parseShuffleMaskOperand() argument 2786 parseDbgInstrRefOperand(MachineOperand & Dest) parseDbgInstrRefOperand() argument 2817 parseTargetIndexOperand(MachineOperand & Dest) parseTargetIndexOperand() argument 2836 parseCustomRegisterMaskOperand(MachineOperand & Dest) parseCustomRegisterMaskOperand() argument 2863 parseLiveoutRegisterMaskOperand(MachineOperand & Dest) parseLiveoutRegisterMaskOperand() argument 2889 parseMachineOperand(const unsigned OpCode,const unsigned OpIdx,MachineOperand & Dest,std::optional<unsigned> & TiedDefIdx) parseMachineOperand() argument 2996 parseMachineOperandAndTargetFlags(const unsigned OpCode,const unsigned OpIdx,MachineOperand & Dest,std::optional<unsigned> & TiedDefIdx) parseMachineOperandAndTargetFlags() argument 3278 parseMachinePointerInfo(MachinePointerInfo & Dest) parseMachinePointerInfo() argument 3353 parseMachineMemoryOperand(MachineMemOperand * & Dest) parseMachineMemoryOperand() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARC/ |
H A D | ARCExpandPseudos.cpp | 88 const MachineOperand &Dest = MI.getOperand(0); in expandCTLZ() local 116 const MachineOperand &Dest = MI.getOperand(0); in expandCTTZ() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCExpandISEL.cpp | 205 MachineOperand &Dest = (*I)->getOperand(0); in expandAndMergeISELs() local 272 MachineOperand &Dest = (*MI)->getOperand(0); in handleSpecialCases() local 428 MachineOperand &Dest = MI->getOperand(0); // location to store to in populateBlocks() local
|
H A D | PPCBranchSelector.cpp | 203 const MachineBasicBlock *Dest, in computeBranchSize() 328 MachineBasicBlock *Dest = nullptr; in runOnMachineFunction() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | CallEvent.h | 545 cloneTo(void * Dest) cloneTo() argument 582 cloneTo(void * Dest) cloneTo() argument 725 cloneTo(void * Dest) cloneTo() argument 768 cloneTo(void * Dest) cloneTo() argument 848 cloneTo(void * Dest) cloneTo() argument 929 cloneTo(void * Dest) cloneTo() argument 989 cloneTo(void * Dest) cloneTo() argument 1050 cloneTo(void * Dest) cloneTo() argument 1134 cloneTo(void * Dest) cloneTo() argument 1186 cloneTo(void * Dest) cloneTo() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuilder.h | 311 CreateMemCpyInline(Address Dest,Address Src,uint64_t Size) CreateMemCpyInline() argument 333 CreateMemSetInline(Address Dest,llvm::Value * Value,uint64_t Size) CreateMemSetInline() argument [all...] |
H A D | CGAtomic.cpp | 375 emitAtomicCmpXchg(CodeGenFunction & CGF,AtomicExpr * E,bool IsWeak,Address Dest,Address Ptr,Address Val1,Address Val2,uint64_t Size,llvm::AtomicOrdering SuccessOrder,llvm::AtomicOrdering FailureOrder,llvm::SyncScope::ID Scope) emitAtomicCmpXchg() argument 424 emitAtomicCmpXchgFailureSet(CodeGenFunction & CGF,AtomicExpr * E,bool IsWeak,Address Dest,Address Ptr,Address Val1,Address Val2,llvm::Value * FailureOrderVal,uint64_t Size,llvm::AtomicOrdering SuccessOrder,llvm::SyncScope::ID Scope) emitAtomicCmpXchgFailureSet() argument 522 EmitAtomicOp(CodeGenFunction & CGF,AtomicExpr * E,Address Dest,Address Ptr,Address Val1,Address Val2,llvm::Value * IsWeak,llvm::Value * FailureOrder,uint64_t Size,llvm::AtomicOrdering Order,llvm::SyncScope::ID Scope) EmitAtomicOp() argument 756 EmitAtomicOp(CodeGenFunction & CGF,AtomicExpr * Expr,Address Dest,Address Ptr,Address Val1,Address Val2,llvm::Value * IsWeak,llvm::Value * FailureOrder,uint64_t Size,llvm::AtomicOrdering Order,llvm::Value * Scope) EmitAtomicOp() argument 846 Address Dest = Address::invalid(); EmitAtomicExpr() local 1776 LValue Dest = CGF.MakeAddrLValue(getAtomicAddress(), getAtomicType()); emitCopyIntoMemory() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiMemAluCombiner.cpp | 240 MachineOperand Dest = MemInstr->getOperand(0); in insertMergedInstruction() local 291 MachineOperand &Dest = AluIter->getOperand(0); in isSuitableAluInstr() local
|
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | PseudoLoweringEmitter.cpp | 37 CodeGenInstruction Dest; // The destination instruction to lower to. member 238 CodeGenInstruction &Dest = Expansion.Dest; emitLoweringEmitter() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | SymbolTableListTraitsImpl.h | 33 void SymbolTableListTraits<ValueSubClass, Args...>::setSymTabObject(TPtr *Dest, in setSymTabObject()
|
H A D | BasicBlock.cpp | 777 spliceDebugInfoEmptyBlock(BasicBlock::iterator Dest,BasicBlock * Src,BasicBlock::iterator First,BasicBlock::iterator Last) spliceDebugInfoEmptyBlock() argument 837 spliceDebugInfo(BasicBlock::iterator Dest,BasicBlock * Src,BasicBlock::iterator First,BasicBlock::iterator Last) spliceDebugInfo() argument 920 spliceDebugInfoImpl(BasicBlock::iterator Dest,BasicBlock * Src,BasicBlock::iterator First,BasicBlock::iterator Last) spliceDebugInfoImpl() argument 1052 splice(iterator Dest,BasicBlock * Src,iterator First,iterator Last) splice() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXImageOptimizer.cpp | 153 BasicBlock *Dest; in replaceWith() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Linker/ |
H A D | LinkModules.cpp | 241 const GlobalValue &Dest, in shouldLinkFromSource() argument 641 linkModules(Module & Dest,std::unique_ptr<Module> Src,unsigned Flags,std::function<void (Module &,const StringSet<> &)> InternalizeCallback) linkModules() argument 651 LLVMLinkModules2(LLVMModuleRef Dest,LLVMModuleRef Src) LLVMLinkModules2() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsExpandPseudo.cpp | 102 Register Dest = I->getOperand(0).getReg(); in expandAtomicCmpSwapSubword() local 243 Register Dest = I->getOperand(0).getReg(); in expandAtomicCmpSwap() local 410 Register Dest = I->getOperand(0).getReg(); expandAtomicBinOpSubword() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/COFF/ |
H A D | COFFObject.h | 161 void copySymbol(Symbol1Ty &Dest, const Symbol2Ty &Src) { in copySymbol() 175 void copyPeHeader(PeHeader1Ty &Dest, const PeHeader2Ty &Src) { in copyPeHeader()
|
/freebsd-src/sys/contrib/dev/acpica/components/namespace/ |
H A D | nsrepair.c | 610 ACPI_OPERAND_OBJECT **Dest; in AcpiNsRemoveNullElements() local
|
H A D | nsrepair2.c | 695 char *Dest; in AcpiNsRepair_HID() local 1153 ACPI_OPERAND_OBJECT **Dest; in AcpiNsRemoveElement() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | BuildLibCalls.cpp | 1600 emitSNPrintf(Value * Dest,Value * Size,Value * Fmt,ArrayRef<Value * > VariadicArgs,IRBuilderBase & B,const TargetLibraryInfo * TLI) emitSNPrintf() argument 1613 emitSPrintf(Value * Dest,Value * Fmt,ArrayRef<Value * > VariadicArgs,IRBuilderBase & B,const TargetLibraryInfo * TLI) emitSPrintf() argument 1625 emitStrCat(Value * Dest,Value * Src,IRBuilderBase & B,const TargetLibraryInfo * TLI) emitStrCat() argument 1633 emitStrLCpy(Value * Dest,Value * Src,Value * Size,IRBuilderBase & B,const TargetLibraryInfo * TLI) emitStrLCpy() argument 1642 emitStrLCat(Value * Dest,Value * Src,Value * Size,IRBuilderBase & B,const TargetLibraryInfo * TLI) emitStrLCat() argument 1651 emitStrNCat(Value * Dest,Value * Src,Value * Size,IRBuilderBase & B,const TargetLibraryInfo * TLI) emitStrNCat() argument 1660 emitVSNPrintf(Value * Dest,Value * Size,Value * Fmt,Value * VAList,IRBuilderBase & B,const TargetLibraryInfo * TLI) emitVSNPrintf() argument 1671 emitVSPrintf(Value * Dest,Value * Fmt,Value * VAList,IRBuilderBase & B,const TargetLibraryInfo * TLI) emitVSPrintf() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FunctionLoweringInfo.cpp | 325 const auto *Dest = cast<const BasicBlock *>(KV.second); set() local 331 const auto *Dest = cast<const BasicBlock *>(KV.first); set() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | SmallVector.h | 361 uninitialized_move(It1 I,It1 E,It2 Dest) uninitialized_move() argument 368 uninitialized_copy(It1 I,It1 E,It2 Dest) uninitialized_copy() argument 508 uninitialized_move(It1 I,It1 E,It2 Dest) uninitialized_move() argument 516 uninitialized_copy(It1 I,It1 E,It2 Dest) uninitialized_copy() argument [all...] |