| /NextBSD/contrib/llvm/lib/ExecutionEngine/Interpreter/ |
| HD | Execution.cpp | 55 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/ |
| HD | SmallVector.h | 184 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/ |
| HD | ModuleDependencyCollector.cpp | 48 SmallString<256> Dest = getDest(); in writeFileMap() local 73 SmallString<256> Dest = Collector.getDest(); in copyToRoot() local
|
| /NextBSD/sys/contrib/dev/acpica/components/utilities/ |
| HD | utnonansi.c | 403 char *Dest, in AcpiUtSafeStrcpy() 419 char *Dest, in AcpiUtSafeStrcat()
|
| /NextBSD/contrib/llvm/lib/CodeGen/MIRParser/ |
| HD | MIParser.cpp | 371 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/ |
| HD | CallEvent.h | 437 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/ |
| HD | SymbolTableListTraitsImpl.h | 30 ::setSymTabObject(TPtr *Dest, TPtr Src) { in setSymTabObject()
|
| /NextBSD/contrib/llvm/utils/TableGen/ |
| HD | PseudoLoweringEmitter.cpp | 38 CodeGenInstruction Dest; // The destination instruction to lower to. member 210 CodeGenInstruction &Dest = Expansion.Dest; in emitLoweringEmitter() local
|
| /NextBSD/sys/contrib/dev/acpica/components/namespace/ |
| HD | nsrepair.c | 502 ACPI_OPERAND_OBJECT **Dest; in AcpiNsRemoveNullElements() local
|
| HD | nsrepair2.c | 582 char *Dest; in AcpiNsRepair_HID() local 1038 ACPI_OPERAND_OBJECT **Dest; in AcpiNsRemoveElement() local
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGExprAgg.cpp | 36 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
|
| HD | CGStmt.cpp | 403 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
|
| HD | CGAtomic.cpp | 366 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/ |
| HD | NVPTXImageOptimizer.cpp | 154 BasicBlock *Dest; in replaceWith() local
|
| /NextBSD/contrib/llvm/lib/Target/MSP430/ |
| HD | MSP430BranchSelector.cpp | 115 MachineBasicBlock *Dest = I->getOperand(0).getMBB(); in runOnMachineFunction() local
|
| /NextBSD/contrib/llvm/lib/Transforms/Utils/ |
| HD | LoopUnroll.cpp | 426 BasicBlock *Dest = Headers[j]; in UnrollLoop() local 475 BasicBlock *Dest = Term->getSuccessor(0); in UnrollLoop() local
|
| HD | CloneFunction.cpp | 422 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/ |
| HD | PPCBranchSelector.cpp | 142 MachineBasicBlock *Dest = nullptr; in runOnMachineFunction() local
|
| /NextBSD/contrib/llvm/lib/Linker/ |
| HD | LinkModules.cpp | 730 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/ |
| HD | SystemZShortenInst.cpp | 144 MachineOperand Dest(MI.getOperand(0)); in shortenFPConv() local
|
| /NextBSD/contrib/llvm/lib/Analysis/ |
| HD | CFG.cpp | 92 const BasicBlock *Dest = TI->getSuccessor(SuccNum); in isCriticalEdge() local
|
| HD | SparsePropagation.cpp | 99 void SparseSolver::markEdgeExecutable(BasicBlock *Source, BasicBlock *Dest) { in markEdgeExecutable()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Lex/ |
| HD | HeaderMap.cpp | 202 StringRef Dest = lookupFilename(Filename, Path); in LookupFile() local
|
| /NextBSD/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/ |
| HD | Diagnostics.cpp | 48 Diagnostics::ErrorContent &Dest = Error->Errors[BeginIndex]; in ~OverloadContext() local
|
| /NextBSD/contrib/llvm/lib/Target/X86/ |
| HD | X86FixupLEAs.cpp | 105 const MachineOperand &Dest = MI->getOperand(0); in postRAConvertToLEA() local
|