Home
last modified time | relevance | path

Searched full:translate (Results 1 – 25 of 989) sorted by relevance

12345678910>>...40

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDependenceFlags.h148 : V(translate(D, TypeDependence::UnexpandedPack, UnexpandedPack) | in LLVM_COMMON_DEPENDENCE()
149 translate(D, TypeDependence::Instantiation, Instantiation) | in LLVM_COMMON_DEPENDENCE()
150 translate(D, TypeDependence::Dependent, Dependent) | in LLVM_COMMON_DEPENDENCE()
151 translate(D, TypeDependence::Error, Error) | in LLVM_COMMON_DEPENDENCE()
152 translate(D, TypeDependence::VariablyModified, VariablyModified)) {} in LLVM_COMMON_DEPENDENCE()
155 : V(translate(D, ExprDependence::UnexpandedPack, UnexpandedPack) | in LLVM_COMMON_DEPENDENCE()
156 translate(D, ExprDependence::Instantiation, Instantiation) | in LLVM_COMMON_DEPENDENCE()
157 translate(D, ExprDependence::Type, Type) | in LLVM_COMMON_DEPENDENCE()
158 translate(D, ExprDependence::Value, Value) | in LLVM_COMMON_DEPENDENCE()
159 translate(D, ExprDependence::Error, Error)) {} in LLVM_COMMON_DEPENDENCE()
[all …]
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp106 /// Translate a clang expression in an attribute to a til::SExpr.
109 /// \param AttrExp The expression to translate.
172 /// Translate a clang expression in an attribute to a til::SExpr.
204 til::SExpr *E = translate(AttrExp, Ctx); in translateAttrExpr()
231 // Translate a clang statement or expression to a TIL expression.
234 til::SExpr *SExprBuilder::translate(const Stmt *S, CallingContext *Ctx) { in translate() function in SExprBuilder
275 return translate(cast<ConstantExpr>(S)->getSubExpr(), Ctx); in translate()
277 return translate(cast<ParenExpr>(S)->getSubExpr(), Ctx); in translate()
279 return translate(cast<ExprWithCleanups>(S)->getSubExpr(), Ctx); in translate()
281 return translate(cas in translate()
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DIRTranslator.h59 // since it should translate Global into some sort of MachineGlobal.
174 /// \see ::translate for general information on the translate methods.
177 /// Translate \p Inst into its corresponding MachineInstr instruction(s).
198 bool translate(const Instruction &Inst);
205 bool translate(const Constant &C, Register Reg);
208 /// DbgRecords) and translate it.
212 /// Translate a debug-info record of a dbg.value into a DBG_* instruction.
220 /// Translate a debug-info record of a dbg.declare into an indirect DBG_*
228 // Translate
[all...]
/freebsd-src/contrib/elftoolchain/libelf/
H A Dgelf_xlatetof.333 .Nd translate data between files and memory
62 These functions translate between the file and memory representations
78 translate data from file representations to native, in-memory representations.
84 translate data from in-memory representations to file representations.
183 To translate a
/freebsd-src/sys/dev/isci/scil/
H A Dsati_write.c59 * translate the SCSI write (6, 10, 12, or 16-byte) commands.
163 * @brief This method will translate the SCSI write command into a
196 * @brief This method will translate the SCSI write 10 command into a
232 * @brief This method will translate the SCSI write 12 command into a
270 * @brief This method will translate the SCSI write 16 command into a
304 // Translate the sector count, write command register, and check various in sati_write_16_translate_command()
310 // Attempt to translate the 64-bit LBA field from the SCSI request in sati_write_16_translate_command()
H A Dsati_read.c59 * translate the SCSI read (6, 10, 12, or 16-byte) commands.
163 * @brief This method will translate the SCSI read command into a
196 * @brief This method will translate the SCSI read 10 command into a
234 * @brief This method will translate the SCSI read 12 command into a
272 * @brief This method will translate the SCSI read 16 command into a
306 // Translate the sector count, write command register, and check various in sati_read_16_translate_command()
312 // Attempt to translate the 64-bit LBA field from the SCSI request in sati_read_16_translate_command()
H A Dsati_test_unit_ready.c59 * translate the SCSI test unit ready command.
71 * @brief This method will translate the test unit ready SCSI command into
145 * @brief This method will translate the ATA CHECK POWER MODE register FIS
H A Dsati_read_capacity.c59 * translate the SCSI read capacity (10 byte) command.
71 * @brief This method will translate the read capacity 10 SCSI command into
128 * @brief This method will translate the read capacity 16 SCSI command into
191 * @brief This method will translate the ATA Identify Device data into
249 * @brief This method will translate the ATA Identify Device data into
H A Dsati_write_long.c58 * @brief This file contains the implementation to translate
81 * @brief This method will translate the write long 10 & 16 SCSI commands into
223 * @brief This method will translate the response to the SATI Write Long
H A Dsati_lun_reset.h59 * @brief This file contains the method interfaces required to translate the
60 * SCSI logical unit reset task request as well as translate response
H A Dsati_abort_task_set.h59 * @brief This file contains the method interfaces required to translate the
60 * SCSI abort task set task request as well as translate response
/freebsd-src/contrib/libarchive/libarchive/test/
H A Dtest_gnutar_filename_encoding.c64 /* Above three characters in UTF-8 should translate to the following in DEFINE_TEST()
105 /* Above three characters in KOI8-R should translate to the following in DEFINE_TEST()
146 /* Above three characters in KOI8-R should translate to the following in DEFINE_TEST()
188 /* Above three characters in CP1251 should translate to the following in DEFINE_TEST()
194 * Do not translate CP1251 into CP866 if non Windows platform.
226 /* Above three characters in CP1251 should not translate to in DEFINE_TEST()
232 * Other archiver applications on Windows translate CP1251 filenames
266 /* Above three characters in CP1251 should translate to the following in DEFINE_TEST()
H A Dtest_ustar_filename_encoding.c65 /* Above three characters in UTF-8 should translate to the following in DEFINE_TEST()
106 /* Above three characters in KOI8-R should translate to the following in DEFINE_TEST()
147 /* Above three characters in KOI8-R should translate to the following in DEFINE_TEST()
189 /* Above three characters in CP1251 should translate to the following in DEFINE_TEST()
195 * Do not translate CP1251 into CP866 if non Windows platform.
227 /* Above three characters in CP1251 should not translate to in DEFINE_TEST()
233 * Other archiver applications on Windows translate CP1251 filenames
267 /* Above three characters in CP1251 should translate to the following in DEFINE_TEST()
H A Dtest_zip_filename_encoding.c158 /* Above three characters in KOI8-R should translate to the following in DEFINE_TEST()
182 /* Above three characters in KOI8-R should not translate to in DEFINE_TEST()
218 * Do not translate CP1251 into CP866 if non Windows platform.
253 /* Above three characters in CP1251 should not translate into in DEFINE_TEST()
259 * Other archiver applications on Windows translate CP1251 filenames
302 /* Above three characters in CP1251 should translate to the following in DEFINE_TEST()
327 /* Above three characters in CP1251 should translate to the following in DEFINE_TEST()
395 /* Above three characters in EUC-JP should not translate to in DEFINE_TEST()
495 /* Above three characters in CP932/SJIS should not translate to in DEFINE_TEST()
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DPHITransAddr.cpp106 // then we don't need to phi translate it. in isPotentiallyPHITranslatable()
154 // If this is a PHI, go ahead and translate it. in translateSubExpr()
244 // PHI translate the LHS. in translateSubExpr()
296 /// PHITranslateValue - PHI translate the current address up the CFG from
319 /// PHITranslateWithInsertion - PHI translate this value into the specified
332 // Attempt to PHI translate with insertion. in translateWithInsertion()
359 // We don't need to PHI translate values which aren't instructions. in insertTranslatedSubExpr()
407 // PHI translate the LHS. in insertTranslatedSubExpr()
/freebsd-src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/translators/
H A Derr.D_XLATE_NONE.BadTransDecl6.d34 * SECTION: Translators/Translate Operator
65 printf("Translate operator used without correct translator decl\n");
H A Dtst.TransOutputPointer.d31 * Translate an input expression to a pointer to a struct
34 * SECTION: Translators/ Translate Operator
H A Dtst.TransNonPointer.d31 * Translate the input expression to output struct type
34 * SECTION: Translators/ Translate Operator
/freebsd-src/contrib/llvm-project/clang/lib/Basic/
H A DSourceMgrAdapter.cpp75 // Translate the offset into the file. in mapLocation()
123 // Translate ranges. in handleDiag()
130 // Translate Fix-Its. in handleDiag()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DPHITransAddr.h29 /// node, we *must* phi translate i to get "&A[j]" or else we will analyze an
75 /// translateValue - PHI translate the current address up the CFG from
81 /// translateWithInsertion - PHI translate this value into the specified
/freebsd-src/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Duserspace.py110 if options.translate and domain:
128 # options.translate is set.
162 parser.add_option("-i", action="store_true", dest="translate",
163 help=_("translate SID to posix (possibly ephemeral) ID"))
/freebsd-src/share/man/man9/
H A DVOP_VPTOCNP.934 .Nd translate a vnode to its component name
47 The vnode to translate.
/freebsd-src/usr.sbin/efidp/
H A Defidp.860 Translate a Unix file path to an EFI Device Path.
63 Translate an EFI device path to a Unix file path.
/freebsd-src/contrib/lib9p/pytest/
H A Dp9err.py106 Translate native errno to 9P2000.u errno.
127 Translate native errno to 9P2000.L errno.
/freebsd-src/contrib/processor-trace/libipt/internal/include/
H A Dpt_asid.h39 * Translate a user-provided asid in @user into @asid. This uses default values
53 * Translate @asid into a potentially older or newer version in @user.

12345678910>>...40