Home
last modified time | relevance | path

Searched full:transformed (Results 1 – 25 of 266) sorted by relevance

1234567891011

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Daarch64.h236 /// A GOT entry getter/constructor, transformed to Page21 pointing at the GOT
239 /// Indicates that this edge should be transformed into a Page21 targeting
256 /// A GOT entry getter/constructor, transformed to Pageoffset12 pointing at
259 /// Indicates that this edge should be transformed into a PageOffset12
276 /// A GOT entry getter/constructor, transformed to Delta32 pointing at the GOT
279 /// Indicates that this edge should be transformed into a Delta32/ targeting
296 /// A TLVP entry getter/constructor, transformed to Page21.
298 /// Indicates that this edge should be transformed into a Page21 targeting the
311 /// A TLVP entry getter/constructor, transformed to PageOffset12.
313 /// Indicates that this edge should be transformed into a PageOffset12
[all …]
H A Dx86_64.h225 /// A GOT entry getter/constructor, transformed to Delta32 pointing at the GOT
228 /// Indicates that this edge should be transformed into a Delta32 targeting
245 /// A GOT entry getter/constructor, transformed to Delta64 pointing at the GOT
248 /// Indicates that this edge should be transformed into a Delta64 targeting
265 /// A GOT entry offset within GOT getter/constructor, transformed to
269 /// Indicates that this edge should be transformed into a Delta64FromGOT
315 /// A GOT entry getter/constructor, transformed to
336 /// A GOT entry getter/constructor, transformed to
382 /// A TLVP entry getter/constructor, transformed to
385 /// Indicates that this edge should be transformed into a
H A Dloongarch.h126 /// A GOT entry getter/constructor, transformed to Page20 pointing at the GOT
129 /// Indicates that this edge should be transformed into a Page20 targeting
146 /// A GOT entry getter/constructor, transformed to Pageoffset12 pointing at
149 /// Indicates that this edge should be transformed into a PageOffset12
/freebsd/lib/libc/string/
H A Dstrxfrm.352 then copies the transformed string
84 return the length of the transformed string not including
H A Dwcsxfrm.351 then copies the transformed string
79 returns the length of the transformed string not including
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devpciph_camellia.txt16 # For all ECB encrypts and decrypts, the transformed sequence is
119 # For all CBC encrypts and decrypts, the transformed sequence is
212 # For all CFB128 encrypts and decrypts, the transformed sequence is
418 # For all OFB encrypts and decrypts, the transformed sequence is
H A Devpciph_aes_common.txt75 # For all ECB encrypts and decrypts, the transformed sequence is
143 # For all CBC encrypts and decrypts, the transformed sequence is
233 # For all CFB128 encrypts and decrypts, the transformed sequence is
433 # For all OFB encrypts and decrypts, the transformed sequence is
/freebsd/contrib/llvm-project/llvm/lib/Transforms/CFGuard/
H A DCFGuard.cpp74 /// is transformed to:
91 /// is transformed to:
118 /// is transformed to:
133 /// is transformed to:
/freebsd/contrib/libdivsufsort/
H A DREADME.md9 …d an efficient C API to construct a suffix array and a Burrows-Wheeler transformed string from a g…
64 * Constructs the burrows-wheeler transformed string of a given string.
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp150 LLDB_LOGF(log, "Transformed function AST:\n%s", s.c_str()); in SynthesizeFunctionResult()
194 LLDB_LOGF(log, "Transformed method AST:\n%s", s.c_str()); in SynthesizeObjCMethodResult()
272 // - In AST result synthesis (here!) the expression E is transformed into an in SynthesizeBodyResult()
295 // - In AST result synthesis the expression E is transformed into an in SynthesizeBodyResult()
H A DClangExpressionHelper.h41 /// May be NULL if the ASTs do not need to be transformed.
H A DClangUserExpression.h78 /// NULL if the ASTs do not need to be transformed.
236 /// The absolute character position in the transformed source code where the
H A DClangUserExpression.cpp431 // transformed code. We need this later for the code completion. in CreateSourceCode()
823 // the transformed expression code. When creating the transformed text, we in Complete()
828 // The line and column of the user expression inside the transformed source in Complete()
/freebsd/usr.bin/bsdiff/bsdiff/
H A Ddivsufsort64.h79 * Constructs the burrows-wheeler transformed string of a given string.
100 * Constructs the burrows-wheeler transformed string of a given string and suffix array.
/freebsd/sys/contrib/device-tree/scripts/basic/
H A Dfixdep15 # The transformed dependency snipped is written to stdout.
/freebsd/contrib/libdivsufsort/include/
H A Ddivsufsort.h.cmake79 * Constructs the burrows-wheeler transformed string of a given string.
100 * Constructs the burrows-wheeler transformed string of a given string and suffix array.
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp473 // is transformed to in removePreserveAccessIndexIntrinsic()
476 // is transformed to in removePreserveAccessIndexIntrinsic()
479 // is transformed to in removePreserveAccessIndexIntrinsic()
1110 // it is transformed to: in transformGEPChain()
1190 bool Transformed = false; in doTransformation() local
1198 Transformed = transformGEPChain(C.first, C.second) || Transformed; in doTransformation()
1200 return removePreserveAccessIndexIntrinsic(F) || Transformed; in doTransformation()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeductionGuide.cpp58 /// Tree transform to "extract" a transformed type from a class template's
168 QualType Transformed = in TransformTypedefType() local
170 TypeSourceInfo *TSI = InnerTLB.getTypeSourceInfo(Context, Transformed); in TransformTypedefType()
766 // 1) In the transformed require-clause, occurrences of template parameters in buildAssociatedConstraints()
804 // Transform the transformed template args in buildAssociatedConstraints()
928 // Transformed the ReturnType to restore the uninstantiated depth. in buildIsDeducibleConstraint()
1224 auto *Transformed = cast<FunctionDecl>(buildDeductionGuide( in DeclareImplicitDeductionGuidesForTypeAlias() local
1234 SemaRef, AliasTemplate, Transformed->getReturnType(), {}); in DeclareImplicitDeductionGuidesForTypeAlias()
1242 Transformed->setTrailingRequiresClause(Constraint); in DeclareImplicitDeductionGuidesForTypeAlias()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/
H A DArchive.h23 /// \returns Vector of transformed archive members.
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedPythonInterface.h
/freebsd/usr.bin/m4/TEST/
H A Dtest.m4132 transformed. This kingdom is the computer and the travelers are information.
144 transformed along the way. The income of the Kingdom of Transformation
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_set/
H A Duser_property_004_pos.ksh39 # 1. Verify user properties could be transformed by 'zfs snapshot'
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaConcept.h244 // transformed into disjunctive normal form, and Q is transformed into in subsumes()
/freebsd/sys/contrib/zstd/lib/dictBuilder/
H A Ddivsufsort.h49 * Constructs the burrows-wheeler transformed string of a given string.
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AdvSIMDScalarPass.cpp71 // instruction should be transformed to its equivalent AdvSIMD scalar
190 // instruction should be transformed to its equivalent AdvSIMD scalar
194 // If this instruction isn't eligible to be transformed (no SIMD equivalent), in isProfitableToTransform()

1234567891011