Home
last modified time | relevance | path

Searched full:vfe (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalDCE.cpp34 ClEnableVFE("enable-vfe", cl::Hidden, cl::init(true),
145 // so VFE is safe. in ScanVTables()
151 LLVM_DEBUG(dbgs() << GV.getName() << " is safe for VFE\n"); in ScanVTables()
229 // Don't attempt VFE in that case. in AddVirtualFunctionDependencies()
243 dbgs() << "VFE safe vtables:\n"; in AddVirtualFunctionDependencies()
425 OS << "<vfe-linkage-unit-visibility>"; in printPipeline()
/freebsd/sys/contrib/openzfs/config/
H A DShellcheck.am37 …checkbashisms -npx 2>&1 | grep -vFe "'command' with option other than -p" -e 'command -v' -e 'any …
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dqcom,msm8660-pinctrl.yaml76 usb_fs2_oe_n, vfe, vsens_alarm, ebi2, ebi2cs ]
H A Dqcom,msm8660-pinctrl.txt60 usb_fs1_oe_n, usb_fs2, usb_fs2_oe_n, vfe, vsens_alarm, ebi2, ebi2cs
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Dqcom,msm8916-camss.yaml65 - description: VFE GDSC - Video Front End, Global Distributed Switch Controller.
H A Dqcom,sdm660-camss.yaml92 - const: vfe-mem
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DFileManager.h275 /// Retrieve a FileEntry that bypasses VFE, which is expected to be a virtual
283 OptionalFileEntryRef getBypassFile(FileEntryRef VFE);
/freebsd/contrib/libpcap/
H A Dpcap-snoop.c255 strncmp("vfe", p->opt.device, 3) == 0 || /* Challenge VME 100Mbit */ in pcap_activate_snoop()
/freebsd/sys/dev/iavf/
H A Diavf_adminq_cmd.h82 * |DD |CMP|ERR|VFE| * * RESERVED * * |LB |RD |VFC|BUF|SI |EI |FE |
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/
H A DMakefile.am39 …irstamp ! -name '*.Po' ! -executable ! -name '*.in' ! -name '*.c' | grep -vFe /simd -e /tmpfile |…
40 …irstamp ! -name '*.Po' -executable ! -name '*.in' ! -name '*.c' | grep -vFe /simd -e /tmpfile |…
65 …$(find_common) ! -executable ! -name '*.in' ! -name '*.c' | grep -vFe /simd -e /tmpfile | sort | …
68 …$(find_common) -executable ! -name '*.in' ! -name '*.c' | grep -vFe /simd -e /tmpfile | sort | …
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp916 // FIXME: For fullLTO with VFE, `llvm.type.checked.load intrinsic` is emitted. in computeVirtualCallSiteTypeInfoMap()
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8953.dtsi1061 /* VFE */
H A Dsdm630.dtsi2074 interconnect-names = "vfe-mem";
H A Dmsm8916.dtsi1836 /* VFE */
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp715 // If doing CFI, VFE or WPD, we will need the metadata node to check in EmitLoadOfMemberFunctionPointer()
726 // If doing VFE, load from the vtable with a type.checked.load intrinsic in EmitLoadOfMemberFunctionPointer()
737 // When not doing VFE, emit a normal load, as it allows more in EmitLoadOfMemberFunctionPointer()
H A DCodeGenModule.cpp1124 // Indicate whether VFE was enabled for this module, so that the in Release()
/freebsd/sys/dev/ixl/
H A Di40e_adminq_cmd.h87 * |DD |CMP|ERR|VFE| * * RESERVED * * |LB |RD |VFC|BUF|SI |EI |FE |
/freebsd/sys/dev/ice/
H A Dice_adminq_cmd.h3286 * |DD |CMP|ERR|VFE| * * RESERVED * * |LB |RD |VFC|BUF|SI |EI |FE |
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp675 Params, "vfe-linkage-unit-visibility", "GlobalDCE"); in parseGlobalDCEPassOptions()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp7771 // VFE requires full LTO (currently, this might be relaxed to allow ThinLTO in ConstructJob()
7781 // VFE requires whole-program-vtables, and enables it by default. in ConstructJob()