Home
last modified time | relevance | path

Searched refs:converter (Results 1 – 25 of 82) sorted by relevance

1234

/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/
H A DLowerToLLVM.cpp68 static mlir::Type convertTypeForMemory(const mlir::TypeConverter &converter, in convertTypeForMemory() argument
78 return converter.convertType(type); in convertTypeForMemory()
198 const mlir::TypeConverter *converter) in CIRAttrToValue() argument
199 : parentOp(parentOp), rewriter(rewriter), converter(converter) {} in CIRAttrToValue()
220 const mlir::TypeConverter *converter; member in cir::direct::CIRAttrToValue
227 const mlir::TypeConverter *converter) { in lowerCirAttrAsValue() argument
228 CIRAttrToValue valueConverter(parentOp, rewriter, converter); in lowerCirAttrAsValue()
272 loc, converter->convertType(intAttr.getType()), intAttr.getValue()); in visitCirAttr()
279 loc, converter->convertType(fltAttr.getType()), fltAttr.getValue()); in visitCirAttr()
286 mlir::Type complexElemLLVMTy = converter->convertType(complexElemTy); in visitCirAttr()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dsocfpga-dwmac.txt27 altr,sgmii-to-sgmii-converter: phandle to the TSE SGMII converter
29 This device node has additional phandle dependency, the sgmii converter:
56 altr,gmii-to-sgmii-converter = <&gmii_to_sgmii_converter>;
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dcs35l36.txt14 converter's output voltage in mV. The range is from 2550mV to 12000mV with
18 - cirrus,boost-peak-milliamp : Boost-converter peak current limit in mA.
25 Seeds the digital boost converter's inductor estimation block with the initial
36 - cirrus,boost-ctl-select : Boost converter control source selection.
38 converter to generate.
52 - cirrus,dcm-mode-enable : Boost converter automatic DCM Mode enable.
53 This enables the digital boost converter to operate in a low power
H A Dcs35l34.txt14 converter's output voltage in mV. The range is from VP to 8V with
17 - cirrus,boost-nanohenry: Inductor value for boost converter. The value is
28 - cirrus,boost-peak-milliamp : Boost converter peak current limit in mA. The
H A Deverest,es7134.txt1 ES7134 i2s DA converter
H A Dcs35l35.txt17 - cirrus,boost-ind-nanohenry: Inductor value for boost converter. The value is
56 converter's output voltage in mV. The range is from 2600mV to 9000mV with
60 - cirrus,boost-peak-milliamp : Boost-converter peak current limit in mA.
H A Deverest,es7241.txt1 ES7241 i2s AD converter
/freebsd/tools/tools/vt/keymaps/
H A Dconvert-keymaps.pl32 my $converter = Text::Iconv->new($old_enc, "UTF-8");
33 my $result = $converter->convert($string);
H A Dconvert-INDEX.pl32 my $converter = Text::Iconv->new($old_enc, "UTF-8");
33 my $result = $converter->convert($string);
H A Dconvert-keymap.pl13 my $converter = Text::Iconv->new(shift, "UTF-8"); # second argument
32 return $converter->convert($string);
/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/
H A DLoweringHelpers.cpp120 const mlir::TypeConverter *converter) { in lowerConstArrayAttr() argument
137 converter->convertType(type)); in lowerConstArrayAttr()
140 constArr, dims, type, converter->convertType(type)); in lowerConstArrayAttr()
144 constArr, dims, type, converter->convertType(type)); in lowerConstArrayAttr()
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Das3711.txt5 "regulators" and be called "sd1" to "sd4" and "ldo1" to "ldo8." Stepup converter
12 To use the SU1 converter as a backlight source the following two properties must
17 To use the SU2 converter as a backlight source the following two properties must
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/
H A Dads1015.txt3 This device is a 12-bit A-D converter with 4 inputs.
65 - ti,datarate : the converter data rate
H A Daspeed_adc.txt3 This device is a 10-bit converter for 16 voltage channels. All inputs are
H A Dnuvoton,npcm-adc.txt3 The NPCM ADC is a 10-bit converter for eight channel inputs.
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/
H A Dti,ths8200.txt3 The ths8200 device is a digital to analog converter used in DVD players, video
H A Dths8200.txt3 The ths8200 device is a digital to analog converter used in DVD players, video
/freebsd/sys/contrib/device-tree/Bindings/iio/dac/
H A Dad5758.txt11 - adi,dc-dc-mode: Mode of operation of the dc-to-dc converter
56 - adi,dc-dc-ilim-microamp: The dc-to-dc converter current limit
H A Dti,dac7612.txt3 The DAC7612 is a dual, 12-bit digital-to-analog converter (DAC) with guaranteed
/freebsd/usr.bin/clang/llvm-xray/
H A DMakefile9 SRCS+= xray-converter.cpp
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Dcec.txt7 for example if there is a level converter that uses the HPD to power
/freebsd/sys/contrib/device-tree/src/arm64/ti/
H A Dk3-am6548-iot2050-advanced.dts10 * 2 GB RAM, 16 GB eMMC, USB-serial converter on connector X30
H A Dk3-am6548-iot2050-advanced-pg2.dts10 * 2 GB RAM, 16 GB eMMC, USB-serial converter on connector X30
/freebsd/sys/contrib/device-tree/Bindings/leds/backlight/
H A Dtps65217-backlight.txt3 The TPS65217 chip contains a boost converter and current sinks which can be
/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Drx51-battery.txt3 The Nokia N900 battery status can be read via the TWL4030's A/D converter.

1234