Home
last modified time | relevance | path

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

123456

/netbsd/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp194 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
250 GenericValue Dest; in executeICMP_UGT() local
264 GenericValue Dest; in executeICMP_SGT() local
278 GenericValue Dest; in executeICMP_ULE() local
292 GenericValue Dest; in executeICMP_SLE() local
306 GenericValue Dest; in executeICMP_UGE() local
320 GenericValue Dest; in executeICMP_SGE() local
[all …]
/netbsd/sys/external/bsd/gnu-efi/dist/lib/runtime/
H A Drtstr.c51 IN CHAR16 *Dest, in RtStrCpy()
68 IN CHAR16 *Dest, in RtStrnCpy()
86 IN CHAR16 *Dest, in RtStpCpy()
104 IN CHAR16 *Dest, in RtStpnCpy()
123 IN CHAR16 *Dest, in RtStrCat()
136 IN CHAR16 *Dest, in RtStrnCat()
H A Defirtlib.c68 IN VOID *Dest, in RtCopyMem()
97 IN CONST VOID *Dest, in RtCompareMem()
/netbsd/sys/external/bsd/acpica/dist/utilities/
H A Dutnonansi.c189 char *Dest, in AcpiUtSafeStrcpy()
205 char *Dest, in AcpiUtSafeStrcat()
221 char *Dest, in AcpiUtSafeStrncat()
242 char *Dest, in AcpiUtSafeStrncpy()
H A Dutclib.c146 void *Dest, in memmove()
201 void *Dest, in memcpy()
237 void *Dest, in memset()
/netbsd/sys/external/bsd/gnu-efi/dist/lib/
H A Dstr.c110 IN CHAR16 *Dest, in StrCpy()
120 IN CHAR16 *Dest, in StrnCpy()
131 IN CHAR16 *Dest, in StpCpy()
141 IN CHAR16 *Dest, in StpnCpy()
152 IN CHAR16 *Dest, in StrCat()
161 IN CHAR16 *Dest, in StrnCat()
204 CHAR16 *Dest; in StrDuplicate() local
H A Dmisc.c115 IN VOID *Dest, in CopyMem()
125 IN CONST VOID *Dest, in CompareMem()
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeStreamMerger.cpp241 Error TypeStreamMerger::mergeTypeRecords(MergingTypeTableBuilder &Dest, in mergeTypeRecords()
249 Error TypeStreamMerger::mergeIdRecords(MergingTypeTableBuilder &Dest, in mergeIdRecords()
272 Error TypeStreamMerger::mergeTypeRecords(GlobalTypeTableBuilder &Dest, in mergeTypeRecords()
284 Error TypeStreamMerger::mergeIdRecords(GlobalTypeTableBuilder &Dest, in mergeIdRecords()
366 GlobalTypeTableBuilder &Dest = in remapType() local
371 MergingTypeTableBuilder &Dest = in remapType() local
431 Error llvm::codeview::mergeTypeRecords(MergingTypeTableBuilder &Dest, in mergeTypeRecords()
438 Error llvm::codeview::mergeIdRecords(MergingTypeTableBuilder &Dest, in mergeIdRecords()
463 Error llvm::codeview::mergeTypeRecords(GlobalTypeTableBuilder &Dest, in mergeTypeRecords()
472 Error llvm::codeview::mergeIdRecords(GlobalTypeTableBuilder &Dest, in mergeIdRecords()
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DBinaryStreamReader.cpp44 Error BinaryStreamReader::readULEB128(uint64_t &Dest) { in readULEB128()
59 Error BinaryStreamReader::readSLEB128(int64_t &Dest) { in readSLEB128()
74 Error BinaryStreamReader::readCString(StringRef &Dest) { in readCString()
102 Error BinaryStreamReader::readWideString(ArrayRef<UTF16> &Dest) { in readWideString()
122 Error BinaryStreamReader::readFixedString(StringRef &Dest, uint32_t Length) { in readFixedString()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DBinaryStreamReader.h75 template <typename T> Error readInteger(T &Dest) { in readInteger()
89 template <typename T> Error readEnum(T &Dest) { in readEnum()
169 template <typename T> Error readObject(const T *&Dest) { in readObject()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1491 bool MIParser::parseRegisterOperand(MachineOperand &Dest, in parseRegisterOperand()
1576 bool MIParser::parseImmediateOperand(MachineOperand &Dest) { in parseImmediateOperand()
1588 MachineOperand &Dest, in parseTargetImmMnemonic()
1760 bool MIParser::parseFPImmediateOperand(MachineOperand &Dest) { in parseFPImmediateOperand()
1838 bool MIParser::parseMBBOperand(MachineOperand &Dest) { in parseMBBOperand()
1983 bool MIParser::parseMCSymbolOperand(MachineOperand &Dest) { in parseMCSymbolOperand()
2171 bool MIParser::parseMetadataOperand(MachineOperand &Dest) { in parseMetadataOperand()
2225 bool MIParser::parseCFIOperand(MachineOperand &Dest) { in parseCFIOperand()
2379 bool MIParser::parseIntrinsicOperand(MachineOperand &Dest) { in parseIntrinsicOperand()
2408 bool MIParser::parsePredicateOperand(MachineOperand &Dest) { in parsePredicateOperand()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dlinker.go23 func LinkModules(Dest, Src Module) error { argument
/netbsd/external/apache2/llvm/dist/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.cpp209 const MachineBasicBlock *Dest, in computeBranchSize()
334 MachineBasicBlock *Dest = nullptr; in runOnMachineFunction() local
/netbsd/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h528 void cloneTo(void *Dest) const override { in cloneTo()
565 void cloneTo(void *Dest) const override { new (Dest) BlockCall(*this); } in cloneTo()
706 void cloneTo(void *Dest) const override { new (Dest) CXXMemberCall(*this); } in cloneTo()
748 void cloneTo(void *Dest) const override { in cloneTo()
820 void cloneTo(void *Dest) const override {new (Dest) CXXDestructorCall(*this);} in cloneTo()
892 void cloneTo(void *Dest) const override { new (Dest) CXXConstructorCall(*this); } in cloneTo()
949 void cloneTo(void *Dest) const override { in cloneTo()
1009 void cloneTo(void *Dest) const override { new (Dest) CXXAllocatorCall(*this); } in cloneTo()
1079 void cloneTo(void *Dest) const override { in cloneTo()
1134 void cloneTo(void *Dest) const override { new (Dest) ObjCMethodCall(*this); } in cloneTo()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1365 Value *llvm::emitSNPrintf(Value *Dest, Value *Size, Value *Fmt, in emitSNPrintf()
1375 Value *llvm::emitSPrintf(Value *Dest, Value *Fmt, in emitSPrintf()
1385 Value *llvm::emitStrCat(Value *Dest, Value *Src, IRBuilderBase &B, in emitStrCat()
1392 Value *llvm::emitStrLCpy(Value *Dest, Value *Src, Value *Size, IRBuilderBase &B, in emitStrLCpy()
1399 Value *llvm::emitStrLCat(Value *Dest, Value *Src, Value *Size, IRBuilderBase &B, in emitStrLCat()
1406 Value *llvm::emitStrNCat(Value *Dest, Value *Src, Value *Size, IRBuilderBase &B, in emitStrNCat()
1413 Value *llvm::emitVSNPrintf(Value *Dest, Value *Size, Value *Fmt, Value *VAList, in emitVSNPrintf()
1421 Value *llvm::emitVSPrintf(Value *Dest, Value *Fmt, Value *VAList, in emitVSPrintf()
H A DLoopUnroll.cpp719 bool IsDestLoopExit) { in UnrollLoop()
752 BasicBlock *Dest = Headers[j]; in UnrollLoop() local
879 BasicBlock *Dest = Term->getSuccessor(0); in UnrollLoop() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiMemAluCombiner.cpp241 MachineOperand Dest = MemInstr->getOperand(0); in insertMergedInstruction() local
292 MachineOperand &Dest = AluIter->getOperand(0); in isSuitableAluInstr() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Linker/
H A DLinkModules.cpp241 const GlobalValue &Dest, in shouldLinkFromSource()
592 Module &Dest, std::unique_ptr<Module> Src, unsigned Flags, in linkModules()
602 LLVMBool LLVMLinkModules2(LLVMModuleRef Dest, LLVMModuleRef Src) { in LLVMLinkModules2()
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DSymbolTableListTraitsImpl.h33 void SymbolTableListTraits<ValueSubClass>::setSymTabObject(TPtr *Dest, in setSymTabObject()
/netbsd/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DPseudoLoweringEmitter.cpp37 CodeGenInstruction Dest; // The destination instruction to lower to. member
237 CodeGenInstruction &Dest = Expansion.Dest; in emitLoweringEmitter() local
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
H A DObject.h161 void copySymbol(Symbol1Ty &Dest, const Symbol2Ty &Src) { in copySymbol()
175 void copyPeHeader(PeHeader1Ty &Dest, const PeHeader2Ty &Src) { in copyPeHeader()
/netbsd/external/apache2/llvm/dist/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
410 Register Dest = I->getOperand(0).getReg(); in expandAtomicBinOpSubword() local
/netbsd/sys/external/bsd/acpica/dist/namespace/
H A Dnsrepair.c500 ACPI_OPERAND_OBJECT **Dest; in AcpiNsRemoveNullElements() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXImageOptimizer.cpp155 BasicBlock *Dest; in replaceWith() local

123456