Home
last modified time | relevance | path

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

1234567

/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 …]
/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()
/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamReader.h67 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()
/llvm-project/llvm/lib/Support/
H A DBinaryStreamReader.cpp43 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()
/llvm-project/llvm/unittests/Support/
H A Dbuffer_ostream_test.cpp34 SmallString<128> Dest; in TEST() local
52 SmallString<128> Dest; in TEST() local
/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1737 parseRegisterOperand(MachineOperand & Dest,std::optional<unsigned> & TiedDefIdx,bool IsDef) parseRegisterOperand() argument
1831 parseImmediateOperand(MachineOperand & Dest) parseImmediateOperand() argument
1846 parseTargetImmMnemonic(const unsigned OpCode,const unsigned OpIdx,MachineOperand & Dest,const MIRFormatter & MF) parseTargetImmMnemonic() argument
2014 parseTypedImmediateOperand(MachineOperand & Dest) parseTypedImmediateOperand() argument
2039 parseFPImmediateOperand(MachineOperand & Dest) parseFPImmediateOperand() argument
2117 parseMBBOperand(MachineOperand & Dest) parseMBBOperand() argument
2147 parseStackObjectOperand(MachineOperand & Dest) parseStackObjectOperand() argument
2169 parseFixedStackObjectOperand(MachineOperand & Dest) parseFixedStackObjectOperand() argument
2213 parseGlobalAddressOperand(MachineOperand & Dest) parseGlobalAddressOperand() argument
2224 parseConstantPoolIndexOperand(MachineOperand & Dest) parseConstantPoolIndexOperand() argument
2239 parseJumpTableIndexOperand(MachineOperand & Dest) parseJumpTableIndexOperand() argument
2252 parseExternalSymbolOperand(MachineOperand & Dest) parseExternalSymbolOperand() argument
2262 parseMCSymbolOperand(MachineOperand & Dest) parseMCSymbolOperand() argument
2272 parseSubRegisterIndexOperand(MachineOperand & Dest) parseSubRegisterIndexOperand() argument
2453 parseMetadataOperand(MachineOperand & Dest) parseMetadataOperand() argument
2517 parseCFIOperand(MachineOperand & Dest) parseCFIOperand() argument
2649 parseBlockAddressOperand(MachineOperand & Dest) parseBlockAddressOperand() argument
2680 parseIntrinsicOperand(MachineOperand & Dest) parseIntrinsicOperand() argument
2709 parsePredicateOperand(MachineOperand & Dest) parsePredicateOperand() argument
2767 parseShuffleMaskOperand(MachineOperand & Dest) parseShuffleMaskOperand() argument
2795 parseDbgInstrRefOperand(MachineOperand & Dest) parseDbgInstrRefOperand() argument
2826 parseTargetIndexOperand(MachineOperand & Dest) parseTargetIndexOperand() argument
2845 parseCustomRegisterMaskOperand(MachineOperand & Dest) parseCustomRegisterMaskOperand() argument
2872 parseLiveoutRegisterMaskOperand(MachineOperand & Dest) parseLiveoutRegisterMaskOperand() argument
2898 parseMachineOperand(const unsigned OpCode,const unsigned OpIdx,MachineOperand & Dest,std::optional<unsigned> & TiedDefIdx) parseMachineOperand() argument
3006 parseMachineOperandAndTargetFlags(const unsigned OpCode,const unsigned OpIdx,MachineOperand & Dest,std::optional<unsigned> & TiedDefIdx) parseMachineOperandAndTargetFlags() argument
3288 parseMachinePointerInfo(MachinePointerInfo & Dest) parseMachinePointerInfo() argument
3363 parseMachineMemoryOperand(MachineMemOperand * & Dest) parseMachineMemoryOperand() argument
[all...]
/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
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/
H A Dmove_pair.pass.cpp168 using Dest = std::tuple<TrackMove, int>; in main() typedef
181 using Dest = std::tuple<TrackMove, int>; in main() typedef
194 using Dest = std::tuple<TrackMove, int>; in main() typedef
H A Dconvert_move.pass.cpp227 using Dest = std::tuple<TrackMove, long>; in main() typedef
240 using Dest = std::tuple<TrackMove, long>; in main() typedef
253 using Dest = std::tuple<TrackMove, long>; in main() typedef
/llvm-project/compiler-rt/test/hwasan/TestCases/
H A Dcustom-memmove.c11 void *memmove(void *Dest, const void *Src, size_t N) { in memmove()
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCExpandISEL.cpp
H A DPPCBranchSelector.cpp203 computeBranchSize(MachineFunction & Fn,const MachineBasicBlock * Src,const MachineBasicBlock * Dest,unsigned BrOffset) computeBranchSize() argument
328 MachineBasicBlock *Dest = nullptr; runOnMachineFunction() local
[all...]
/llvm-project/libcxxabi/test/
H A Ddynamic_cast.pass.cpp60 struct Dest : Mask { Pad3 _; }; struct
132 struct Dest : Dummy { Pad3 _; }; argument
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h546 void cloneTo(void *Dest) const override { in cloneTo() argument
583 void cloneTo(void *Dest) const override { new (Dest) BlockCall(*this); } in cloneTo() argument
739 cloneTo(void * Dest) cloneTo() argument
797 cloneTo(void * Dest) cloneTo() argument
840 cloneTo(void * Dest) cloneTo() argument
920 cloneTo(void * Dest) cloneTo() argument
1001 cloneTo(void * Dest) cloneTo() argument
1061 cloneTo(void * Dest) cloneTo() argument
1122 cloneTo(void * Dest) cloneTo() argument
1206 cloneTo(void * Dest) cloneTo() argument
1258 cloneTo(void * Dest) cloneTo() argument
[all...]
/llvm-project/bolt/lib/Passes/
H A DVeneerElimination.cpp60 const MCSymbol *Dest = Entry.second; runOnFunctions() local
/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiMemAluCombiner.cpp240 MachineOperand Dest = MemInstr->getOperand(0); in insertMergedInstruction() local
291 MachineOperand &Dest = AluIter->getOperand(0); in isSuitableAluInstr() local
/llvm-project/llvm/lib/IR/
H A DSymbolTableListTraitsImpl.h33 void SymbolTableListTraits<ValueSubClass, Args...>::setSymTabObject(TPtr *Dest, in setSymTabObject()
/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXImageOptimizer.cpp153 BasicBlock *Dest; replaceWith() local
/llvm-project/llvm/utils/TableGen/
H A DPseudoLoweringEmitter.cpp37 CodeGenInstruction Dest; // The destination instruction to lower to. member
240 << " Inst.setOpcode(" << Dest.Namespace in emitLoweringEmitter() local
/llvm-project/clang/lib/CodeGen/
H A DCGBuilder.h379 CreateMemCpyInline(Address Dest,Address Src,uint64_t Size) CreateMemCpyInline() argument
403 CreateMemSetInline(Address Dest,llvm::Value * Value,uint64_t Size) CreateMemSetInline() argument
[all...]
/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()
/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()
/llvm-project/clang/test/CodeGen/
H A Dms-intrinsics.c21 void test__stosb(unsigned char *Dest, unsigned char Data, size_t Count) { in test__stosb() argument
35 void test__movsb(unsigned char *Dest, unsigned char *Src, size_t Count) { in test__movsb() argument
48 void test__stosw(unsigned short *Dest, unsigned short Data, size_t Count) { in test__stosw() argument
61 test__movsw(unsigned short * Dest,unsigned short * Src,size_t Count) test__movsw() argument
74 test__stosd(unsigned long * Dest,unsigned long Data,size_t Count) test__stosd() argument
87 test__movsd(unsigned long * Dest,unsigned long * Src,size_t Count) test__movsd() argument
101 test__stosq(unsigned __int64 * Dest,unsigned __int64 Data,size_t Count) test__stosq() argument
109 test__movsq(unsigned __int64 * Dest,unsigned __int64 * Src,size_t Count) test__movsq() argument
[all...]
/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
/llvm-project/clang-tools-extra/clang-tidy/
H A DClangTidyOptions.cpp208 mergeVectors(std::optional<T> & Dest,const std::optional<T> & Src) mergeVectors() argument
217 mergeCommaSeparatedLists(std::optional<std::string> & Dest,const std::optional<std::string> & Src) mergeCommaSeparatedLists() argument
224 overrideValue(std::optional<T> & Dest,const std::optional<T> & Src) overrideValue() argument
[all...]

1234567