/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Execution.cpp | 49 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 …]
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeStreamMerger.cpp | 242 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()
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | BinaryStreamReader.cpp | 44 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()
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/ |
H A D | MIParser.cpp | 1706 bool MIParser::parseRegisterOperand(MachineOperand &Dest, in parseRegisterOperand() 1800 bool MIParser::parseImmediateOperand(MachineOperand &Dest) { in parseImmediateOperand() 1815 MachineOperand &Dest, in parseTargetImmMnemonic() 1962 bool MIParser::parseTypedImmediateOperand(MachineOperand &Dest) { in parseTypedImmediateOperand() 1987 bool MIParser::parseFPImmediateOperand(MachineOperand &Dest) { in parseFPImmediateOperand() 2065 bool MIParser::parseMBBOperand(MachineOperand &Dest) { in parseMBBOperand() 2095 bool MIParser::parseStackObjectOperand(MachineOperand &Dest) { in parseStackObjectOperand() 2117 bool MIParser::parseFixedStackObjectOperand(MachineOperand &Dest) { in parseFixedStackObjectOperand() 2161 bool MIParser::parseGlobalAddressOperand(MachineOperand &Dest) { in parseGlobalAddressOperand() 2172 bool MIParser::parseConstantPoolIndexOperand(MachineOperand &Dest) { in parseConstantPoolIndexOperand() [all …]
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | BinaryStreamReader.h | 68 template <typename T> Error readInteger(T &Dest) { in readInteger() 82 template <typename T> Error readEnum(T &Dest) { in readEnum() 162 template <typename T> Error readObject(const T *&Dest) { in readObject()
|
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | CallEvent.h | 528 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() 821 void cloneTo(void *Dest) const override {new (Dest) CXXDestructorCall(*this);} in cloneTo() 893 void cloneTo(void *Dest) const override { new (Dest) CXXConstructorCall(*this); } in cloneTo() 950 void cloneTo(void *Dest) const override { in cloneTo() 1010 void cloneTo(void *Dest) const override { new (Dest) CXXAllocatorCall(*this); } in cloneTo() 1091 void cloneTo(void *Dest) const override { in cloneTo() 1146 void cloneTo(void *Dest) const override { new (Dest) ObjCMethodCall(*this); } in cloneTo()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/ARC/ |
H A D | ARCExpandPseudos.cpp | 88 const MachineOperand &Dest = MI.getOperand(0); in expandCTLZ() local 116 const MachineOperand &Dest = MI.getOperand(0); in expandCTTZ() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCExpandISEL.cpp | 205 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 D | PPCBranchSelector.cpp | 203 const MachineBasicBlock *Dest, in computeBranchSize() 328 MachineBasicBlock *Dest = nullptr; in runOnMachineFunction() local
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGBuilder.h | 326 llvm::CallInst *CreateMemCpyInline(Address Dest, Address Src, uint64_t Size) { in CreateMemCpyInline() 348 llvm::CallInst *CreateMemSetInline(Address Dest, llvm::Value *Value, in CreateMemSetInline()
|
H A D | CGStmt.cpp | 619 JumpDest &Dest = LabelMap[D]; in getJumpDestForLabel() local 636 JumpDest &Dest = LabelMap[D]; in EmitLabel() local 1228 LValue Dest = MakeAddrLValue(ReturnValue, Ty); in EmitReturnOfRValue() local 2234 LValue Dest = EmitLValue(InputExpr); in EmitAsmInput() local 2415 LValue Dest = EmitLValue(OutExpr); in EmitAsmStmt() local 2634 JumpDest Dest = getJumpDestForLabel(E->getLabel()); in EmitAsmStmt() local 2790 LValue Dest = ResultRegDests[i]; in EmitAsmStmt() local
|
H A D | CGAtomic.cpp | 375 Address Dest, Address Ptr, in emitAtomicCmpXchg() 425 bool IsWeak, Address Dest, Address Ptr, in emitAtomicCmpXchgFailureSet() 521 static void EmitAtomicOp(CodeGenFunction &CGF, AtomicExpr *E, Address Dest, in EmitAtomicOp() 723 static void EmitAtomicOp(CodeGenFunction &CGF, AtomicExpr *Expr, Address Dest, in EmitAtomicOp() 815 Address Dest = Address::invalid(); in EmitAtomicExpr() local 1671 LValue Dest = CGF.MakeAddrLValue(getAtomicAddress(), getAtomicType()); in emitCopyIntoMemory() local
|
H A D | CGExprAgg.cpp | 40 AggValueSlot Dest; member in __anond965ffcd0111::AggExprEmitter 62 AggExprEmitter(CodeGenFunction &cgf, AggValueSlot Dest, bool IsResultUnused) in AggExprEmitter() 433 AggValueSlot Dest = EnsureSlot(E->getType()); in VisitCXXStdInitializerListExpr() local 1649 AggValueSlot Dest = EnsureSlot(ExprToVisit->getType()); in VisitCXXParenListOrInitListExpr() local 1908 AggValueSlot Dest = EnsureSlot(E->getType()); in VisitDesignatedInitUpdateExpr() local 2092 void CodeGenFunction::EmitAggregateCopy(LValue Dest, LValue Src, QualType Ty, in EmitAggregateCopy()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/ |
H A D | LanaiMemAluCombiner.cpp | 241 MachineOperand Dest = MemInstr->getOperand(0); in insertMergedInstruction() local 292 MachineOperand &Dest = AluIter->getOperand(0); in isSuitableAluInstr() local
|
/openbsd-src/gnu/llvm/llvm/lib/Linker/ |
H A D | LinkModules.cpp | 241 const GlobalValue &Dest, in shouldLinkFromSource() 620 Module &Dest, std::unique_ptr<Module> Src, unsigned Flags, in linkModules() 630 LLVMBool LLVMLinkModules2(LLVMModuleRef Dest, LLVMModuleRef Src) { in LLVMLinkModules2()
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | BuildLibCalls.cpp | 1602 Value *llvm::emitSNPrintf(Value *Dest, Value *Size, Value *Fmt, in emitSNPrintf() 1615 Value *llvm::emitSPrintf(Value *Dest, Value *Fmt, in emitSPrintf() 1627 Value *llvm::emitStrCat(Value *Dest, Value *Src, IRBuilderBase &B, in emitStrCat() 1634 Value *llvm::emitStrLCpy(Value *Dest, Value *Src, Value *Size, IRBuilderBase &B, in emitStrLCpy() 1643 Value *llvm::emitStrLCat(Value *Dest, Value *Src, Value *Size, IRBuilderBase &B, in emitStrLCat() 1652 Value *llvm::emitStrNCat(Value *Dest, Value *Src, Value *Size, IRBuilderBase &B, in emitStrNCat() 1661 Value *llvm::emitVSNPrintf(Value *Dest, Value *Size, Value *Fmt, Value *VAList, in emitVSNPrintf() 1672 Value *llvm::emitVSPrintf(Value *Dest, Value *Fmt, Value *VAList, in emitVSPrintf()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsExpandPseudo.cpp | 102 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
|
/openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
H A D | PseudoLoweringEmitter.cpp | 37 CodeGenInstruction Dest; // The destination instruction to lower to. member 238 CodeGenInstruction &Dest = Expansion.Dest; in emitLoweringEmitter() local
|
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/COFF/ |
H A D | COFFObject.h | 161 void copySymbol(Symbol1Ty &Dest, const Symbol2Ty &Src) { in copySymbol() 175 void copyPeHeader(PeHeader1Ty &Dest, const PeHeader2Ty &Src) { in copyPeHeader()
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | SymbolTableListTraitsImpl.h | 33 void SymbolTableListTraits<ValueSubClass>::setSymTabObject(TPtr *Dest, in setSymTabObject()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/ |
H A D | NVPTXImageOptimizer.cpp | 153 BasicBlock *Dest; in replaceWith() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | SmallVector.h | 351 static void uninitialized_move(It1 I, It1 E, It2 Dest) { in uninitialized_move() 358 static void uninitialized_copy(It1 I, It1 E, It2 Dest) { in uninitialized_copy() 499 static void uninitialized_move(It1 I, It1 E, It2 Dest) { in uninitialized_move() 507 static void uninitialized_copy(It1 I, It1 E, It2 Dest) { in uninitialized_copy()
|
/openbsd-src/gnu/usr.bin/perl/win32/ |
H A D | vdir.h | 294 inline void DoGetFullPathNameA(char* lpBuffer, DWORD dwSize, char* Dest) in DoGetFullPathNameA() 526 inline void DoGetFullPathNameW(WCHAR* lpBuffer, DWORD dwSize, WCHAR* Dest) in DoGetFullPathNameW()
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FunctionLoweringInfo.cpp | 330 const auto *Dest = KV.second.get<const BasicBlock *>(); in set() local 336 const auto *Dest = KV.first.get<const BasicBlock *>(); in set() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ |
H A D | ReduceBasicBlocks.cpp | 90 for (auto *Dest : ChunkSuccessors) in replaceBranchTerminator() local
|