Home
last modified time | relevance | path

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

1234567

/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-converter.cpp32 static cl::SubCommand Convert("convert", "Trace Format Conversion"); variable
35 cl::Required, cl::sub(Convert));
44 cl::sub(Convert));
50 cl::sub(Convert));
57 cl::init(false), cl::sub(Convert));
64 cl::init(false), cl::sub(Convert));
68 cl::sub(Convert));
75 cl::sub(Convert), cl::init(""));
81 cl::sub(Convert), cl::init(true));
370 static CommandRegistration Unused(&Convert, []() -> Error { in __anon36c492160302()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrDFP.td32 // Convert floating-point values to narrower representations. The destination
45 // Convert a signed integer value to a floating-point one.
57 // Convert an unsigned integer value to a floating-point one.
65 // Convert a floating-point value to a signed integer value.
77 // Convert a floating-point value to an unsigned integer value.
87 // Convert a packed value to a floating-point one.
93 // Convert a floating-point value to a packed value.
99 // Convert from/to memory values in the zoned format.
107 // Convert from/to memory values in the packed format.
H A DSystemZInstrHFP.td31 // Convert floating-point values to narrower representations.
49 // Convert a signed integer register value to a floating-point one.
58 // Convert a floating-point register value to a signed integer value,
70 // Convert BFP to HFP.
76 // Convert HFP to BFP.
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMScheduleV6.td209 // Single to Double FP Convert
212 // Double to Single FP Convert
215 // Single-Precision FP to Integer Convert
218 // Double-Precision FP to Integer Convert
221 // Integer to Single-Precision FP Convert
224 // Integer to Double-Precision FP Convert
/freebsd/contrib/tcsh/nls/greek/
H A Dset3120 118 (WIN32 only) Convert each '/' in next word to '\\\\'
121 119 (WIN32 only) Convert each '/' in previous word to '\\\\'
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h168 const llvm::APSInt &Convert(const llvm::APSInt& To, in Convert() function
177 const llvm::APSInt &Convert(QualType T, const llvm::APSInt &From) { in Convert() function
179 return Convert(TargetType, From); in Convert()
182 const llvm::APSInt &Convert(APSIntType TargetType, const llvm::APSInt &From) { in Convert() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAutoConvert.cpp25 static const struct f_cnvrt Convert = { in disableAutoConversion() local
31 return fcntl(FD, F_CONTROL_CVT, &Convert); in disableAutoConversion()
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-pkcs8.pod.in206 Convert a private key to PKCS#8 format using default parameters (AES with
211 Convert a private key to PKCS#8 unencrypted format:
215 Convert a private key to PKCS#5 v2.0 format using triple DES:
219 Convert a private key to PKCS#5 v2.0 format using AES with 256 bits in CBC
224 Convert a private key to PKCS#8 using a PKCS#5 1.5 compatible algorithm
229 Convert a private key to PKCS#8 using a PKCS#12 compatible algorithm
238 Convert a private key from any PKCS#8 encrypted format to traditional format:
242 Convert a private key to PKCS#8 format, encrypting with AES-256 and with
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp110 enum InstClassification { Convert, Skip, Exit }; enumerator
292 return ImmOp.getImm() == 0 ? Convert : Exit; in classifyInstruction()
298 return ImmOp.getImm() == -1 ? Convert : Exit; in classifyInstruction()
304 return Convert; in classifyInstruction()
416 if (Classification != Convert) in collectCallInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h134 ArrayDocNode &getArray(bool Convert = false) {
136 assert(Convert);
145 MapDocNode &getMap(bool Convert = false) {
147 assert(Convert);
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVECallingConv.td34 // Convert float arguments to i64 with padding.
65 // Convert float arguments to i64 with padding.
82 // Convert float return values to i64 with padding.
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFixedPointBuilder.h35 Value *Convert(Value *Src, const FixedPointSemantics &SrcSema, in Convert() function
145 return Convert(Src, SrcSema, DstSema, false); in CreateFixedToFixed()
156 return Convert( in CreateFixedToInteger()
168 return Convert(Src, in CreateIntegerToFixed()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp43 VPINTERNAL_CASE(Convert)
766 if (LegalizeStrat.OpStrategy == VPLegalization::Convert) in sanitizeStrategy()
777 (LegalizeStrat.OpStrategy == VPLegalization::Convert)) { in sanitizeStrategy()
778 LegalizeStrat.EVLParamStrategy = VPLegalization::Convert; in sanitizeStrategy()
826 case VPLegalization::Convert: in expandVectorPredication()
839 case VPLegalization::Convert: in expandVectorPredication()
/freebsd/contrib/bearssl/T0/
H A Dkern.t065 \ Convert hexadecimal character to number. Complain loudly if conversion
70 \ Convert hexadecimal character to number. If not an hexadecimal digit,
78 \ Convert decimal character to number. Complain loudly if conversion
83 \ Convert decimal character to number. If not a decimal digit,
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOperationKinds.def242 // CK_BooleanToSignedIntegral - Convert a boolean to -1 or 0 for true and
350 // Convert a builtin function to a function pointer; only allowed in the
354 // Convert a zero value for OpenCL opaque types initialization (event_t,
358 // Convert a pointer to a different address space.
361 // Convert an integer initializer to an OpenCL sampler.
/freebsd/contrib/unbound/contrib/
H A Dcreate_unbound_ad_servers.cmd2 rem Convert the Yoyo.org anti-ad server listing
/freebsd/crypto/openssl/doc/man3/
H A DEVP_PKEY2PKCS8.pod6 - Convert a private key to/from PKCS8
/freebsd/stand/i386/cdboot/
H A Dcdboot.S503 # Convert AL to hex, saving the result to [EDI].
510 cmpb $0xa,%al # Convert
/freebsd/usr.sbin/fifolog/lib/
H A Dgetdate.y559 Convert(time_t Month, time_t Day, time_t Year, in Convert() function
651 Convert(Month, (time_t)tm->tm_mday, Year, in RelativeMonth()
854 Start = Convert(yyMonth, yyDay, yyYear, yyHour, yyMinutes, yySeconds, in get_date()
/freebsd/share/examples/ipfilter/rules/
H A Dfirewall14 Step 2 - Convert Network Security Policy to filter rules.
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DREADME_P9.txt143 - Decimal Convert From/to National/Zoned/Signed-QWord:
327 - Convert DP -> QP: xscvdpqp
334 - Round & Convert QP -> DP (dword[1] is set to zero): xscvqpdp xscvqpdpo
338 - Truncate & Convert QP -> (Un)Signed (D)Word (dword[1] is set to zero):
349 - Convert (Un)Signed DWord -> QP: xscvsdqp xscvudqp
354 - (Round &) Convert DP <-> HP: xscvdphp xscvhpdp
/freebsd/usr.bin/find/
H A Dgetdate.y565 Convert(time_t Month, time_t Day, time_t Year, in Convert() function
648 Convert(Month, (time_t)tm->tm_mday, Year, in RelativeMonth()
898 Start = Convert(yyMonth, yyDay, yyYear, yyHour, yyMinutes, yySeconds, in get_date()
/freebsd/stand/i386/zfsboot/
H A Dzfsldr.S190 shr $4,%ebx # Convert to segment
255 cmpb $0xa,%al # Convert
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dtime_utils.h107 auto Convert = [](long nsec) {
114 TV.tv_usec = Convert(ts.tv_nsec);
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc65 // Convert a UTF-8 path to UTF-16. Also, if the absolute equivalent of the path
151 // Convert the result from UTF-16 to UTF-8.
225 // Convert to utf-16.
256 // Convert to utf-16.
355 // Convert to utf-16.
393 // Convert \\?\UNC\foo\bar to \\foo\bar
398 // Convert \\?\c:\foo to c:\foo
403 // Convert the result from UTF-16 to UTF-8.
580 // Convert to utf-16.
1026 // Convert path to the format that Windows is happy with.
[all …]

1234567