Searched refs:Convert (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-current/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-converter.cpp32 static cl::SubCommand Convert("convert", "Trace Format Conversion");
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-current/contrib/llvm-project/llvm/lib/Support/
H A DAutoConvert.cpp25 static const struct f_cnvrt Convert = { local
31 return fcntl(FD, F_CONTROL_CVT, &Convert);
/freebsd-current/contrib/unbound/contrib/
H A Dcreate_unbound_ad_servers.cmd2 rem Convert the Yoyo.org anti-ad server listing
/freebsd-current/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h166 /// Convert - Create a new persistent APSInt with the same value as 'From'
168 const llvm::APSInt &Convert(const llvm::APSInt& To, function in class:clang::ento::BasicValueFactory
177 const llvm::APSInt &Convert(QualType T, const llvm::APSInt &From) { function in class:clang::ento::BasicValueFactory
179 return Convert(TargetType, From);
182 const llvm::APSInt &Convert(APSIntType TargetType, const llvm::APSInt &From) { function in class:clang::ento::BasicValueFactory
H A DSMTConstraintManager.h167 return &BVF.Convert(SC->getType(), *Value);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp110 enum InstClassification { Convert, Skip, Exit }; enumerator in enum:__anon2570::X86CallFrameOptimization::InstClassification
292 return ImmOp.getImm() == 0 ? Convert : Exit;
298 return ImmOp.getImm() == -1 ? Convert : Exit;
304 return Convert;
416 if (Classification != Convert)
H A DX86LowerAMXType.cpp1052 auto Convert = [&](SmallVectorImpl<Instruction *> &Insts, Intrinsic::ID IID) { local
1071 Convert(Vec2TileInsts, Intrinsic::x86_cast_tile_to_vector);
1072 Convert(Tile2VecInsts, Intrinsic::x86_cast_vector_to_tile);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h132 /// Get an ArrayDocNode for an array node. If Convert, convert the node to an
134 ArrayDocNode &getArray(bool Convert = false) {
136 assert(Convert);
143 /// Get a MapDocNode for a map node. If Convert, convert the node to a map
145 MapDocNode &getMap(bool Convert = false) {
147 assert(Convert);
194 /// Convert this node to a string, assuming it is scalar.
197 /// Convert the StringRef and use it to set this DocNode (assuming scalar). If
451 /// Convert MsgPack Document to YAML text.
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DFixedPointBuilder.h35 Value *Convert(Value *Src, const FixedPointSemantics &SrcSema, function in class:llvm::FixedPointBuilder
138 /// Convert an integer value representing a fixed-point number from one
145 return Convert(Src, SrcSema, DstSema, false);
148 /// Convert an integer value representing a fixed-point number to an integer
156 return Convert(
161 /// Convert an integer value with the given signedness to an integer value
168 return Convert(Src,
178 // Convert the raw fixed-point value directly to floating point. If the
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp43 VPINTERNAL_CASE(Convert)
675 // Convert the %evl predication into vector mask predication.
766 if (LegalizeStrat.OpStrategy == VPLegalization::Convert)
777 (LegalizeStrat.OpStrategy == VPLegalization::Convert)) {
778 LegalizeStrat.EVLParamStrategy = VPLegalization::Convert;
826 case VPLegalization::Convert:
839 case VPLegalization::Convert:
/freebsd-current/usr.bin/find/
H A Dgetdate.y566 Convert(time_t Month, time_t Day, time_t Year,
649 Convert(Month, (time_t)tm->tm_mday, Year,
899 Start = Convert(yyMonth, yyDay, yyYear, yyHour, yyMinutes, yySeconds,
/freebsd-current/usr.sbin/fifolog/lib/
H A Dgetdate.y560 Convert(time_t Month, time_t Day, time_t Year,
652 Convert(Month, (time_t)tm->tm_mday, Year,
855 Start = Convert(yyMonth, yyDay, yyYear, yyHour, yyMinutes, yySeconds,
/freebsd-current/stand/i386/zfsboot/
H A Dzfsldr.S190 shr $4,%ebx # Convert to segment
255 cmpb $0xa,%al # Convert
/freebsd-current/stand/i386/cdboot/
H A Dcdboot.S171 add $SECTOR_SIZE-1,%eax # Convert length to sectors
409 mov %ebx,%eax # Convert address
503 # Convert AL to hex, saving the result to [EDI].
510 cmpb $0xa,%al # Convert
/freebsd-current/contrib/llvm-project/libcxx/src/filesystem/
H A Dtime_utils.h107 auto Convert = [](long nsec) {
114 TV.tv_usec = Convert(ts.tv_nsec);
/freebsd-current/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 pat
[all...]
H A DProcess.inc121 // Convert the argument to UTF-16 to pass it to _wgetenv().
142 // Convert the result from UTF-16 to UTF-8.
166 // Convert back to UTF-16 so we can call FindFirstFileW.
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp182 const llvm::APSInt &Result = BasicVals.Convert(resultTy, RHS);
208 ConvertedRHS = &BasicVals.Convert(SymbolType, RHS);
214 ConvertedRHS = &BasicVals.Convert(SymbolType, RHS);
225 ConvertedRHS = &BasicVals.Convert(resultTy, RHS);
228 ConvertedRHS = &BasicVals.Convert(resultTy, RHS);
667 // Convert the two constants to a common type, then combine them.
1130 // Convert the bitwidth of rightI. This should deal with overflow
H A DProgramState.cpp288 const llvm::APSInt &NewV = getBasicVals().Convert(T, *Int);
/freebsd-current/share/mk/
H A Dbsd.linker.mk85 # Convert version 409.12 to 409.12.0 so that the echo + awk below works
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_getdate.c687 Convert(time_t Month, time_t Day, time_t Year, function
818 Convert(Month, (time_t)tm->tm_mday, Year,
1050 Start = Convert(gds->Month, gds->Day, gds->Year,
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h267 return VPLegalization(VPLegalization::Discard, VPLegalization::Convert);
/freebsd-current/contrib/bmake/mk/
H A Ddpadd.mk167 # Convert DPADD into -I and -L options and add them to CPPFLAGS and LDADD
/freebsd-current/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp1166 bool Convert = true; local
1169 Convert = false;
1195 if (Convert) {
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h922 /* OperatorStrategy */ TargetTransformInfo::VPLegalization::Convert);

Completed in 418 milliseconds

12