Home
last modified time | relevance | path

Searched refs:Transfer (Results 1 – 25 of 25) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_quarantine_test.cpp109 cache.Transfer(&from); in TEST()
133 cache.Transfer(&from); in TEST()
158 cache.Transfer(&from); in TEST()
/llvm-project-15.0.7/flang/unittests/Runtime/
H A DMiscIntrinsic.cpp27 RTNAME(Transfer)(result, *source, mold, __FILE__, __LINE__); in TEST()
42 RTNAME(Transfer)(result, *source, mold, __FILE__, __LINE__); in TEST()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_quarantine.h118 cache_.Transfer(c); in Drain()
127 cache_.Transfer(c); in DrainAndRecycle()
234 void Transfer(QuarantineCache *from_cache) { in Transfer() function
/llvm-project-15.0.7/llvm/test/MC/Disassembler/Hexagon/
H A Dalu32_alu.txt44 # Transfer immediate
54 # Transfer register
H A Dxtype_pred.txt68 # Predicate Transfer
H A Dj.txt198 # Transfer and jump
/llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/
H A DCMakeLists.txt5 Transfer.cpp
/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dmisc-intrinsic.h22 void RTNAME(Transfer)(Descriptor &result, const Descriptor &source,
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang/lib/Analysis/FlowSensitive/
H A DBUILD.gn12 "Transfer.cpp",
/llvm-project-15.0.7/flang/runtime/
H A Dmisc-intrinsic.cpp56 void RTNAME(Transfer)(Descriptor &result, const Descriptor &source, in RTNAME() argument
H A Ddescriptor-io.h343 auto Transfer{[=](CharType &x, std::size_t totalBytes, in UnformattedDescriptorIO()
356 return Transfer(x, numElements * elementBytes, elementBytes); in UnformattedDescriptorIO()
360 if (!Transfer(x, elementBytes, elementBytes)) { in UnformattedDescriptorIO()
/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/FreeBSDKernel/tools/
H A DREADME.rst12 2. Transfer the kernel image (``/boot/kernel/kernel``) and vmcore
/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/intrinsics/
H A Dalu32_alu.ll95 ; Transfer immediate
117 ; Transfer register
/llvm-project-15.0.7/lldb/docs/use/
H A Dqemu-testing.rst130 * Transfer LLDB server executable to emulation environment
/llvm-project-15.0.7/flang/lib/Lower/
H A DRuntime.cpp303 fir::runtime::getRuntimeFunc<mkRTKey(Transfer)>(loc, builder); in genTransfer()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp2616 SmallVector<llvm::BasicBlock *, 16> Transfer; in EmitAsmStmt() local
2624 Transfer.push_back(Dest.getBlock()); in EmitAsmStmt()
2715 Builder.CreateCallBr(IA, Fallthrough, Transfer, Args); in EmitAsmStmt()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsInstrFormats.td97 bit isCTI = 0; // Any form of Control Transfer Instruction.
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrMMX.td160 // Data Transfer Instructions
H A DX86ScheduleBdVer2.td256 // Transfer from int domain to ivec domain incurs additional latency of 8..10cy
/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp188 struct Transfer { struct in TransferTracker
200 SmallVector<Transfer, 32> Transfers;
/llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl06.rst281 // Transfer ownership of the prototype to the FunctionProtos map, but keep a
H A DLangImpl04.rst468 // Transfer ownership of the prototype to the FunctionProtos map, but keep a
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIntrinsicsAArch64.td874 // Transfer pointer tag with offset.
/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVEInstrInfo.td1147 // Section 8.3 - Transfer Control Instructions
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt139 clang/include/clang/Analysis/FlowSensitive/Transfer.h
315 clang/lib/Analysis/FlowSensitive/Transfer.cpp