Home
last modified time | relevance | path

Searched defs:Dest (Results 1 – 25 of 156) sorted by relevance

1234567

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp49 static void executeFNegInst(GenericValue &Dest, GenericValue Src, Type *Ty) { in executeFNegInst()
108 static void executeFAddInst(GenericValue &Dest, GenericValue Src1, in executeFAddInst()
119 static void executeFSubInst(GenericValue &Dest, GenericValue Src1, in executeFSubInst()
130 static void executeFMulInst(GenericValue &Dest, GenericValue Src1, in executeFMulInst()
141 static void executeFDivInst(GenericValue &Dest, GenericValue Src1, in executeFDivInst()
152 static void executeFRemInst(GenericValue &Dest, GenericValue Src1, in executeFRemInst()
194 GenericValue Dest; in executeICMP_EQ() local
208 GenericValue Dest; in executeICMP_NE() local
222 GenericValue Dest; in executeICMP_ULT() local
236 GenericValue Dest; in executeICMP_SLT() local
[all …]
/freebsd/sys/contrib/dev/acpica/components/utilities/
H A Dutnonansi.c297 char *Dest, in AcpiUtSafeStrcpy()
313 char *Dest, in AcpiUtSafeStrcat()
329 char *Dest, in AcpiUtSafeStrncat()
350 char *Dest, in AcpiUtSafeStrncpy()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeStreamMerger.cpp242 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/contrib/llvm-project/llvm/lib/Support/
H A DBinaryStreamReader.cpp44 readULEB128(uint64_t & Dest) readULEB128() argument
59 readSLEB128(int64_t & Dest) readSLEB128() argument
74 readCString(StringRef & Dest) readCString() argument
102 readWideString(ArrayRef<UTF16> & Dest) readWideString() argument
122 readFixedString(StringRef & Dest,uint32_t Length) readFixedString() argument
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamReader.h68 readInteger(T & Dest) readInteger() argument
82 readEnum(T & Dest) readEnum() argument
162 readObject(const T * & Dest) readObject() argument
[all...]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1737 bool MIParser::parseRegisterOperand(MachineOperand &Dest, in parseRegisterOperand()
1831 bool MIParser::parseImmediateOperand(MachineOperand &Dest) { in parseImmediateOperand()
1846 MachineOperand &Dest, in parseTargetImmMnemonic()
2014 bool MIParser::parseTypedImmediateOperand(MachineOperand &Dest) { in parseTypedImmediateOperand()
2039 bool MIParser::parseFPImmediateOperand(MachineOperand &Dest) { in parseFPImmediateOperand()
2117 bool MIParser::parseMBBOperand(MachineOperand &Dest) { in parseMBBOperand()
2147 bool MIParser::parseStackObjectOperand(MachineOperand &Dest) { in parseStackObjectOperand()
2169 bool MIParser::parseFixedStackObjectOperand(MachineOperand &Dest) { in parseFixedStackObjectOperand()
2213 bool MIParser::parseGlobalAddressOperand(MachineOperand &Dest) { in parseGlobalAddressOperand()
2224 bool MIParser::parseConstantPoolIndexOperand(MachineOperand &Dest) { in parseConstantPoolIndexOperand()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCExpandPseudos.cpp88 const MachineOperand &Dest = MI.getOperand(0); in expandCTLZ() local
116 const MachineOperand &Dest = MI.getOperand(0); in expandCTTZ() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCExpandISEL.cpp205 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 DPPCBranchSelector.cpp203 const MachineBasicBlock *Dest, in computeBranchSize()
328 MachineBasicBlock *Dest = nullptr; in runOnMachineFunction() local
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h546 void cloneTo(void *Dest) const override { in cloneTo()
583 void cloneTo(void *Dest) const override { new (Dest) BlockCall(*this); } in cloneTo()
739 void cloneTo(void *Dest) const override { in cloneTo()
797 void cloneTo(void *Dest) const override { new (Dest) CXXMemberCall(*this); } in cloneTo()
840 void cloneTo(void *Dest) const override { in cloneTo()
920 void cloneTo(void *Dest) const override { in cloneTo()
1001 void cloneTo(void *Dest) const override { in cloneTo()
1061 void cloneTo(void *Dest) const override { in cloneTo()
1122 void cloneTo(void *Dest) const override { in cloneTo()
1206 void cloneTo(void *Dest) const override { in cloneTo()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiMemAluCombiner.cpp241 MachineOperand Dest = MemInstr->getOperand(0); insertMergedInstruction() local
292 MachineOperand &Dest = AluIter->getOperand(0); isSuitableAluInstr() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DPseudoLoweringEmitter.cpp37 CodeGenInstruction Dest; // The destination instruction to lower to. member
240 CodeGenInstruction &Dest = Expansion.Dest; in emitLoweringEmitter() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DSymbolTableListTraitsImpl.h33 void SymbolTableListTraits<ValueSubClass, Args...>::setSymTabObject(TPtr *Dest, in setSymTabObject() argument
H A DBasicBlock.cpp748 void BasicBlock::spliceDebugInfoEmptyBlock(BasicBlock::iterator Dest, in spliceDebugInfoEmptyBlock()
805 void BasicBlock::spliceDebugInfo(BasicBlock::iterator Dest, BasicBlock *Src, in spliceDebugInfo()
887 void BasicBlock::spliceDebugInfoImpl(BasicBlock::iterator Dest, BasicBlock *Src, in spliceDebugInfoImpl()
1031 void BasicBlock::splice(iterator Dest, BasicBlock *Src, iterator First, in splice()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuilder.h379 llvm::CallInst *CreateMemCpyInline(Address Dest, Address Src, uint64_t Size) { in CreateMemCpyInline()
403 llvm::CallInst *CreateMemSetInline(Address Dest, llvm::Value *Value, in CreateMemSetInline()
H A DCGExprAgg.cpp46 AggValueSlot Dest; member in __anon66bd1ef60111::AggExprEmitter
68 AggExprEmitter(CodeGenFunction &cgf, AggValueSlot Dest, bool IsResultUnused) in AggExprEmitter()
434 AggValueSlot Dest = EnsureSlot(E->getType()); in VisitCXXStdInitializerListExpr() local
1656 AggValueSlot Dest = EnsureSlot(ExprToVisit->getType()); in VisitCXXParenListOrInitListExpr() local
1895 AggValueSlot Dest = EnsureSlot(E->getType()); in VisitDesignatedInitUpdateExpr() local
2038 void CodeGenFunction::EmitAggFinalDestCopy(QualType Type, AggValueSlot Dest, in EmitAggFinalDestCopy()
2093 void CodeGenFunction::EmitAggregateCopy(LValue Dest, LValue Src, QualType Ty, in EmitAggregateCopy()
H A DCGAtomic.cpp378 Address Dest, Address Ptr, in emitAtomicCmpXchg()
427 bool IsWeak, Address Dest, Address Ptr, in emitAtomicCmpXchgFailureSet()
525 static void EmitAtomicOp(CodeGenFunction &CGF, AtomicExpr *E, Address Dest, in EmitAtomicOp()
759 static void EmitAtomicOp(CodeGenFunction &CGF, AtomicExpr *Expr, Address Dest, in EmitAtomicOp()
826 Address Dest = Address::invalid(); in EmitAtomicExpr() local
1567 LValue Dest = CGF.MakeAddrLValue(getAtomicAddress(), getAtomicType()); in emitCopyIntoMemory() local
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp241 const GlobalValue &Dest, in shouldLinkFromSource()
641 Module &Dest, std::unique_ptr<Module> Src, unsigned Flags, in linkModules()
651 LLVMBool LLVMLinkModules2(LLVMModuleRef Dest, LLVMModuleRef Src) { in LLVMLinkModules2()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXImageOptimizer.cpp153 BasicBlock *Dest; in replaceWith() local
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObject.h161 void copySymbol(Symbol1Ty &Dest, const Symbol2Ty &Src) { in copySymbol()
175 void copyPeHeader(PeHeader1Ty &Dest, const PeHeader2Ty &Src) { in copyPeHeader()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsExpandPseudo.cpp102 Register Dest = I->getOperand(0).getReg(); in expandAtomicCmpSwapSubword() local
243 Register Dest = I->getOperand(0).getReg(); in expandAtomicCmpSwap() local
427 Register Dest = I->getOperand(0).getReg(); in expandAtomicBinOpSubword() local
/freebsd/sys/contrib/dev/acpica/components/namespace/
H A Dnsrepair.c610 ACPI_OPERAND_OBJECT **Dest; in AcpiNsRemoveNullElements() local
H A Dnsrepair2.c695 char *Dest; in AcpiNsRepair_HID() local
1153 ACPI_OPERAND_OBJECT **Dest; in AcpiNsRemoveElement() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1611 Value *llvm::emitSNPrintf(Value *Dest, Value *Size, Value *Fmt, in emitSNPrintf()
1624 Value *llvm::emitSPrintf(Value *Dest, Value *Fmt, in emitSPrintf()
1636 Value *llvm::emitStrCat(Value *Dest, Value *Src, IRBuilderBase &B, in emitStrCat()
1644 Value *llvm::emitStrLCpy(Value *Dest, Value *Src, Value *Size, IRBuilderBase &B, in emitStrLCpy()
1653 Value *llvm::emitStrLCat(Value *Dest, Value *Src, Value *Size, IRBuilderBase &B, in emitStrLCat()
1662 Value *llvm::emitStrNCat(Value *Dest, Value *Src, Value *Size, IRBuilderBase &B, in emitStrNCat()
1671 Value *llvm::emitVSNPrintf(Value *Dest, Value *Size, Value *Fmt, Value *VAList, in emitVSNPrintf()
1682 Value *llvm::emitVSPrintf(Value *Dest, Value *Fmt, Value *VAList, in emitVSPrintf()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallVector.h362 static void uninitialized_move(It1 I, It1 E, It2 Dest) { in uninitialized_move()
369 static void uninitialized_copy(It1 I, It1 E, It2 Dest) { in uninitialized_copy()
509 static void uninitialized_move(It1 I, It1 E, It2 Dest) { in uninitialized_move()
517 static void uninitialized_copy(It1 I, It1 E, It2 Dest) { in uninitialized_copy()

1234567