Home
last modified time | relevance | path

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

123

/NextBSD/contrib/llvm/lib/ExecutionEngine/Interpreter/
HDExecution.cpp55 static void executeFAddInst(GenericValue &Dest, GenericValue Src1, in executeFAddInst()
66 static void executeFSubInst(GenericValue &Dest, GenericValue Src1, in executeFSubInst()
77 static void executeFMulInst(GenericValue &Dest, GenericValue Src1, in executeFMulInst()
88 static void executeFDivInst(GenericValue &Dest, GenericValue Src1, in executeFDivInst()
99 static void executeFRemInst(GenericValue &Dest, GenericValue Src1, in executeFRemInst()
140 GenericValue Dest; in executeICMP_EQ() local
154 GenericValue Dest; in executeICMP_NE() local
168 GenericValue Dest; in executeICMP_ULT() local
182 GenericValue Dest; in executeICMP_SLT() local
196 GenericValue Dest; in executeICMP_UGT() local
[all …]
/NextBSD/contrib/llvm/include/llvm/ADT/
HDSmallVector.h184 static It2 move(It1 I, It1 E, It2 Dest) { in move()
195 static It2 move_backward(It1 I, It1 E, It2 Dest) { in move_backward()
204 static void uninitialized_move(It1 I, It1 E, It2 Dest) { in uninitialized_move()
212 static void uninitialized_copy(It1 I, It1 E, It2 Dest) { in uninitialized_copy()
282 static It2 move(It1 I, It1 E, It2 Dest) { in move()
289 static It2 move_backward(It1 I, It1 E, It2 Dest) { in move_backward()
296 static void uninitialized_move(It1 I, It1 E, It2 Dest) { in uninitialized_move()
304 static void uninitialized_copy(It1 I, It1 E, It2 Dest) { in uninitialized_copy()
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDModuleDependencyCollector.cpp48 SmallString<256> Dest = getDest(); in writeFileMap() local
73 SmallString<256> Dest = Collector.getDest(); in copyToRoot() local
/NextBSD/sys/contrib/dev/acpica/components/utilities/
HDutnonansi.c403 char *Dest, in AcpiUtSafeStrcpy()
419 char *Dest, in AcpiUtSafeStrcat()
/NextBSD/contrib/llvm/lib/CodeGen/MIRParser/
HDMIParser.cpp371 bool MIParser::parseRegisterOperand(MachineOperand &Dest, bool IsDef) { in parseRegisterOperand()
395 bool MIParser::parseImmediateOperand(MachineOperand &Dest) { in parseImmediateOperand()
432 bool MIParser::parseMBBOperand(MachineOperand &Dest) { in parseMBBOperand()
441 bool MIParser::parseGlobalAddressOperand(MachineOperand &Dest) { in parseGlobalAddressOperand()
471 bool MIParser::parseMachineOperand(MachineOperand &Dest) { in parseMachineOperand()
/NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDCallEvent.h437 void cloneTo(void *Dest) const override { in cloneTo()
473 void cloneTo(void *Dest) const override { new (Dest) BlockCall(*this); } in cloneTo()
568 void cloneTo(void *Dest) const override { new (Dest) CXXMemberCall(*this); } in cloneTo()
610 void cloneTo(void *Dest) const override { in cloneTo()
661 void cloneTo(void *Dest) const override {new (Dest) CXXDestructorCall(*this);} in cloneTo()
705 void cloneTo(void *Dest) const override { new (Dest) CXXConstructorCall(*this); } in cloneTo()
749 void cloneTo(void *Dest) const override { new (Dest) CXXAllocatorCall(*this); } in cloneTo()
804 void cloneTo(void *Dest) const override { new (Dest) ObjCMethodCall(*this); } in cloneTo()
/NextBSD/contrib/llvm/lib/IR/
HDSymbolTableListTraitsImpl.h30 ::setSymTabObject(TPtr *Dest, TPtr Src) { in setSymTabObject()
/NextBSD/contrib/llvm/utils/TableGen/
HDPseudoLoweringEmitter.cpp38 CodeGenInstruction Dest; // The destination instruction to lower to. member
210 CodeGenInstruction &Dest = Expansion.Dest; in emitLoweringEmitter() local
/NextBSD/sys/contrib/dev/acpica/components/namespace/
HDnsrepair.c502 ACPI_OPERAND_OBJECT **Dest; in AcpiNsRemoveNullElements() local
HDnsrepair2.c582 char *Dest; in AcpiNsRepair_HID() local
1038 ACPI_OPERAND_OBJECT **Dest; in AcpiNsRemoveElement() local
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGExprAgg.cpp36 AggValueSlot Dest; member in __anon6317eb6f0111::AggExprEmitter
65 AggExprEmitter(CodeGenFunction &cgf, AggValueSlot Dest, bool IsResultUnused) in AggExprEmitter()
346 AggValueSlot Dest = EnsureSlot(E->getType()); in VisitCXXStdInitializerListExpr() local
1136 AggValueSlot Dest = EnsureSlot(E->getType()); in VisitInitListExpr() local
1285 AggValueSlot Dest = EnsureSlot(E->getType()); in VisitDesignatedInitUpdateExpr() local
HDCGStmt.cpp403 JumpDest &Dest = LabelMap[D]; in getJumpDestForLabel() local
420 JumpDest &Dest = LabelMap[D]; in EmitLabel() local
1777 LValue Dest = EmitLValue(InputExpr); in EmitAsmInput() local
1878 LValue Dest = EmitLValue(OutExpr); in EmitAsmStmt() local
HDCGAtomic.cpp366 llvm::Value *Dest, llvm::Value *Ptr, in emitAtomicCmpXchg()
418 bool IsWeak, llvm::Value *Dest, in emitAtomicCmpXchgFailureSet()
493 static void EmitAtomicOp(CodeGenFunction &CGF, AtomicExpr *E, llvm::Value *Dest, in EmitAtomicOp()
673 RValue CodeGenFunction::EmitAtomicExpr(AtomicExpr *E, llvm::Value *Dest) { in EmitAtomicExpr()
/NextBSD/contrib/llvm/lib/Target/NVPTX/
HDNVPTXImageOptimizer.cpp154 BasicBlock *Dest; in replaceWith() local
/NextBSD/contrib/llvm/lib/Target/MSP430/
HDMSP430BranchSelector.cpp115 MachineBasicBlock *Dest = I->getOperand(0).getMBB(); in runOnMachineFunction() local
/NextBSD/contrib/llvm/lib/Transforms/Utils/
HDLoopUnroll.cpp426 BasicBlock *Dest = Headers[j]; in UnrollLoop() local
475 BasicBlock *Dest = Term->getSuccessor(0); in UnrollLoop() local
HDCloneFunction.cpp422 BasicBlock *Dest = BI->getSuccessor(!Cond->getZExtValue()); in CloneBlock() local
437 BasicBlock *Dest = const_cast<BasicBlock*>(Case.getCaseSuccessor()); in CloneBlock() local
670 BasicBlock *Dest = BI->getSuccessor(0); in CloneAndPruneIntoFromInst() local
/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPCBranchSelector.cpp142 MachineBasicBlock *Dest = nullptr; in runOnMachineFunction() local
/NextBSD/contrib/llvm/lib/Linker/
HDLinkModules.cpp730 const GlobalValue &Dest, in shouldLinkFromSource()
1130 SmallVectorImpl<Constant *> &Dest) { in getArrayElements()
1783 bool Linker::LinkModules(Module *Dest, Module *Src, in LinkModules()
1789 bool Linker::LinkModules(Module *Dest, Module *Src) { in LinkModules()
1798 LLVMBool LLVMLinkModules(LLVMModuleRef Dest, LLVMModuleRef Src, in LLVMLinkModules()
/NextBSD/contrib/llvm/lib/Target/SystemZ/
HDSystemZShortenInst.cpp144 MachineOperand Dest(MI.getOperand(0)); in shortenFPConv() local
/NextBSD/contrib/llvm/lib/Analysis/
HDCFG.cpp92 const BasicBlock *Dest = TI->getSuccessor(SuccNum); in isCriticalEdge() local
HDSparsePropagation.cpp99 void SparseSolver::markEdgeExecutable(BasicBlock *Source, BasicBlock *Dest) { in markEdgeExecutable()
/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDHeaderMap.cpp202 StringRef Dest = lookupFilename(Filename, Path); in LookupFile() local
/NextBSD/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
HDDiagnostics.cpp48 Diagnostics::ErrorContent &Dest = Error->Errors[BeginIndex]; in ~OverloadContext() local
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86FixupLEAs.cpp105 const MachineOperand &Dest = MI->getOperand(0); in postRAConvertToLEA() local

123