Home
last modified time | relevance | path

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

12345678910>>...15

/openbsd-src/gnu/llvm/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 __anon395ffb250302()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dref4.C17 Abstract &Convert ();
27 Baz (proxy.Convert ()); in Foo()
/openbsd-src/gnu/llvm/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.
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAutoConvert.cpp21 static const struct f_cnvrt Convert = { in disableAutoConversion() local
26 if (fcntl(FD, F_CONTROL_CVT, &Convert) == -1) in disableAutoConversion()
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/usr.bin/perl/dist/if/
H A DChanges28 - Convert if's test to Test::More (Nicholas Clark)
29 - Convert ` to '. (RT #36079, Jim Keenan)
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h129 ArrayDocNode &getArray(bool Convert = false) {
131 assert(Convert);
140 MapDocNode &getMap(bool Convert = false) {
142 assert(Convert);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp43 VPINTERNAL_CASE(Convert)
594 if (LegalizeStrat.OpStrategy == VPLegalization::Convert) in sanitizeStrategy()
605 (LegalizeStrat.OpStrategy == VPLegalization::Convert)) { in sanitizeStrategy()
606 LegalizeStrat.EVLParamStrategy = VPLegalization::Convert; in sanitizeStrategy()
654 case VPLegalization::Convert: in expandVectorPredication()
667 case VPLegalization::Convert: in expandVectorPredication()
/openbsd-src/gnu/llvm/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.
/openbsd-src/gnu/usr.bin/perl/cpan/libnet/t/
H A Dsmtp.t12 if (ord('A') == 193 && !eval { require Convert::EBCDIC }) {
H A Drequire.t12 if (ord('A') == 193 && !eval { require Convert::EBCDIC }) {
H A Dnntp.t12 if (ord('A') == 193 && !eval { require Convert::EBCDIC }) {
H A Dhostname.t12 if (ord('A') == 193 && !eval { require Convert::EBCDIC }) {
H A Ddatasend.t14 elsif (ord('A') == 193 && !eval { require Convert::EBCDIC }) {
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog-200568 * config/tc-vax.c: Convert to ISO C90 format. Fix formatting and
598 * config/tc-mips.c (append_insn): Convert MIPS16 jr/jalr jumps
653 * config/tc-avr.c: Convert to ISO C90 format. Fix formatting and
1202 (msp430_relax_frag): Convert long branches to short branches only if
1596 * config/tc-i386.c (reloc): Convert to ISO C90. Change first
1603 (lex_got): Convert to ISO C90. Add third parameter. Add new field to
2041 * write.c (dump_section_relocs): Convert to ISO-C.
2697 (delete_macro): Convert passed in name to lower case. Warn when
3052 * config/tc-mmix.c, config/tc-mmix.h: Convert to ISO C90.
3056 * config/tc-cris.h: Convert to ISO C90.
[all …]
/openbsd-src/gnu/llvm/llvm/utils/git/
H A Drequirements.txt.in1 # Convert this file into a requirements.txt file by running:
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A DChangeLog-20052724 (ppc_elf_reloc_type_lookup): Convert new bfd reloc types.
3329 * aout-adobe.c: Convert to ISO C and fix formatting.
3330 * aout-arm.c: Convert to ISO C and fix formatting.
3331 * aout-cris.c: Convert to ISO C and fix formatting.
3332 * aout-ns32k.c: Convert to ISO C and fix formatting.
3333 * aout-tic30.c: Convert to ISO C and fix formatting.
3334 * coffcode.h: Convert to ISO C and fix formatting.
3335 * coffswap.h: Convert to ISO C and fix formatting.
3336 * i386aout.c: Convert to ISO C and fix formatting.
3337 * libaout.h: Convert to ISO C and fix formatting.
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/intl/
H A Dpo2tbl.sed.in1 # po2tbl.sed - Convert Uniforum style .po file to lookup table for catgets
84 # Convert the hidden `9' digits to `0's.
H A Dlinux-msg.sed1 # po2msg.sed - Convert Uniforum style .po file to Linux style .msg file
64 # Convert the hidden `9' digits to `0's.
/openbsd-src/gnu/usr.bin/binutils/intl/
H A Dpo2tbl.sed.in1 # po2tbl.sed - Convert Uniforum style .po file to lookup table for catgets
84 # Convert the hidden `9' digits to `0's.
H A Dlinux-msg.sed1 # po2msg.sed - Convert Uniforum style .po file to Linux style .msg file
64 # Convert the hidden `9' digits to `0's.
/openbsd-src/gnu/llvm/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()

12345678910>>...15