| /freebsd/contrib/llvm-project/llvm/tools/llvm-xray/ |
| H A D | xray-converter.cpp | 32 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, []() [all...] |
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrDFP.td | 32 // 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 D | SystemZInstrHFP.td | 31 // 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 D | ARMScheduleV6.td | 209 // 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/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | BasicValueFactory.h | 169 APSIntPtr Convert(const llvm::APSInt &To, const llvm::APSInt &From) { in Convert() function 177 APSIntPtr Convert(QualType T, const llvm::APSInt &From) { in Convert() function 179 return Convert(TargetType, From); in Convert() 182 APSIntPtr Convert(APSIntType TargetType, const llvm::APSInt &From) { in Convert() function
|
| /freebsd/contrib/tcsh/nls/greek/ |
| H A D | set3 | 120 118 (WIN32 only) Convert each '/' in next word to '\\\\' 121 119 (WIN32 only) Convert each '/' in previous word to '\\\\'
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | AutoConvert.cpp | 27 static const struct f_cnvrt Convert = { in disablezOSAutoConversion() local 33 return fcntl(FD, F_CONTROL_CVT, &Convert); in disablezOSAutoConversion()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86CallFrameOptimization.cpp | 110 enum InstClassification { Convert, Skip, Exit }; enumerator 291 return ImmOp.getImm() == 0 ? Convert : Exit; in classifyInstruction() 297 return ImmOp.getImm() == -1 ? Convert : Exit; in classifyInstruction() 303 return Convert; in classifyInstruction() 414 if (Classification != Convert) in collectCallInfo()
|
| /freebsd/crypto/openssl/doc/man1/ |
| H A D | openssl-pkcs8.pod.in | 217 Convert a private key to PKCS#8 format using default parameters (AES with 222 Convert a private key to PKCS#8 unencrypted format: 226 Convert a private key to PKCS#5 v2.0 format using triple DES: 230 Convert a private key to PKCS#5 v2.0 format using AES with 256 bits in CBC 235 Convert a private key to PKCS#8 using a PKCS#5 1.5 compatible algorithm 240 Convert a private key to PKCS#8 using a PKCS#12 compatible algorithm 249 Convert a private key from any PKCS#8 encrypted format to traditional format: 253 Convert a private key to PKCS#8 format, encrypting with AES-256 and with
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | ElimAvailExtern.cpp | 115 static bool eliminateAvailableExternally(Module &M, bool Convert) { in eliminateAvailableExternally() argument 147 if (Convert || ConvertToLocal) in eliminateAvailableExternally()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ExpandVectorPredication.cpp | 40 VPINTERNAL_CASE(Convert) 630 if (LegalizeStrat.OpStrategy == VPLegalization::Convert) in sanitizeStrategy() 641 (LegalizeStrat.OpStrategy == VPLegalization::Convert)) { in sanitizeStrategy() 642 LegalizeStrat.EVLParamStrategy = VPLegalization::Convert; in sanitizeStrategy() 676 case VPLegalization::Convert: in expandVectorPredication() 691 case VPLegalization::Convert: in expandVectorPredication()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | MsgPackDocument.h | 135 ArrayDocNode &getArray(bool Convert = false) { 137 assert(Convert); 146 MapDocNode &getMap(bool Convert = false) { 148 assert(Convert);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VECallingConv.td | 34 // 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 D | FixedPointBuilder.h | 35 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/bearssl/T0/ |
| H A D | kern.t0 | 65 \ 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 D | OperationKinds.def | 242 // 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 D | create_unbound_ad_servers.cmd | 2 rem Convert the Yoyo.org anti-ad server listing
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | EVP_PKEY2PKCS8.pod | 6 - Convert a private key to/from PKCS8
|
| /freebsd/stand/i386/cdboot/ |
| H A D | cdboot.S | 503 # Convert AL to hex, saving the result to [EDI]. 510 cmpb $0xa,%al # Convert
|
| /freebsd/usr.sbin/fifolog/lib/ |
| H A D | getdate.y | 559 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/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVBuiltins.td | 50 def Convert : BuiltinGroup; 1468 def : DemangledBuiltin<!strconcat(name, i, j), set, Convert, 1, 1>; 1474 def : DemangledBuiltin<!strconcat(name, i, "_sat", j), set, Convert, 1, 1>; 1492 defm : DemangledNativeBuiltin<"__spirv_ConvertFToU", OpenCL_std, Convert, 1, 1, OpConvertFToU>; 1493 defm : DemangledNativeBuiltin<"__spirv_ConvertFToS", OpenCL_std, Convert, 1, 1, OpConvertFToS>; 1494 defm : DemangledNativeBuiltin<"__spirv_ConvertSToF", OpenCL_std, Convert, 1, 1, OpConvertSToF>; 1495 defm : DemangledNativeBuiltin<"__spirv_ConvertUToF", OpenCL_std, Convert, 1, 1, OpConvertUToF>; 1496 defm : DemangledNativeBuiltin<"__spirv_UConvert", OpenCL_std, Convert, 1, 1, OpUConvert>; 1497 defm : DemangledNativeBuiltin<"__spirv_SConvert", OpenCL_std, Convert, 1, 1, OpSConvert>; 1498 defm : DemangledNativeBuiltin<"__spirv_FConvert", OpenCL_std, Convert, 1, 1, OpFConvert>; [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | README_P9.txt | 143 - 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/crypto/krb5/src/kadmin/cli/ |
| H A D | getdate.y | 562 Convert(time_t Month, time_t Day, time_t Year, time_t Hours, time_t Minutes, in Convert() function 668 ret = Convert(Month, (time_t)tm->tm_mday, Year, in RelativeMonth() 964 Start = Convert(yyMonth, yyDay, yyYear, yyHour, yyMinutes, yySeconds, in get_date_rel()
|
| /freebsd/usr.bin/find/ |
| H A D | getdate.y | 565 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/share/examples/ipfilter/rules/ |
| H A D | firewall | 14 Step 2 - Convert Network Security Policy to filter rules.
|