/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | GlobalDCE.cpp | 34 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 D | Shellcheck.am | 37 …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 D | qcom,msm8660-pinctrl.yaml | 76 usb_fs2_oe_n, vfe, vsens_alarm, ebi2, ebi2cs ]
|
H A D | qcom,msm8660-pinctrl.txt | 60 usb_fs1_oe_n, usb_fs2, usb_fs2_oe_n, vfe, vsens_alarm, ebi2, ebi2cs
|
/freebsd/sys/contrib/device-tree/Bindings/media/ |
H A D | qcom,msm8916-camss.yaml | 65 - description: VFE GDSC - Video Front End, Global Distributed Switch Controller.
|
H A D | qcom,sdm660-camss.yaml | 92 - const: vfe-mem
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | FileManager.h | 275 /// Retrieve a FileEntry that bypasses VFE, which is expected to be a virtual 283 OptionalFileEntryRef getBypassFile(FileEntryRef VFE);
|
/freebsd/contrib/libpcap/ |
H A D | pcap-snoop.c | 255 strncmp("vfe", p->opt.device, 3) == 0 || /* Challenge VME 100Mbit */ in pcap_activate_snoop()
|
/freebsd/sys/dev/iavf/ |
H A D | iavf_adminq_cmd.h | 82 * |DD |CMP|ERR|VFE| * * RESERVED * * |LB |RD |VFC|BUF|SI |EI |FE |
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/ |
H A D | Makefile.am | 39 …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 D | IndirectCallPromotion.cpp | 916 // FIXME: For fullLTO with VFE, `llvm.type.checked.load intrinsic` is emitted. in computeVirtualCallSiteTypeInfoMap()
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | msm8953.dtsi | 1061 /* VFE */
|
H A D | sdm630.dtsi | 2074 interconnect-names = "vfe-mem";
|
H A D | msm8916.dtsi | 1836 /* VFE */
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | ItaniumCXXABI.cpp | 715 // 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 D | CodeGenModule.cpp | 1124 // Indicate whether VFE was enabled for this module, so that the in Release()
|
/freebsd/sys/dev/ixl/ |
H A D | i40e_adminq_cmd.h | 87 * |DD |CMP|ERR|VFE| * * RESERVED * * |LB |RD |VFC|BUF|SI |EI |FE |
|
/freebsd/sys/dev/ice/ |
H A D | ice_adminq_cmd.h | 3286 * |DD |CMP|ERR|VFE| * * RESERVED * * |LB |RD |VFC|BUF|SI |EI |FE |
|
/freebsd/contrib/llvm-project/llvm/lib/Passes/ |
H A D | PassBuilder.cpp | 675 Params, "vfe-linkage-unit-visibility", "GlobalDCE"); in parseGlobalDCEPassOptions()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Clang.cpp | 7771 // 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()
|