Home
last modified time | relevance | path

Searched refs:isXRaySupported (Results 1 – 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/LoongArch/
HDLoongArchSubtarget.h102 bool isXRaySupported() const override { return is64Bit(); } in isXRaySupported() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetSubtargetInfo.h84 virtual bool isXRaySupported() const { return false; } in isXRaySupported() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCSubtarget.h294 bool isXRaySupported() const override { return IsPPC64 && IsLittleEndian; } in isXRaySupported() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDXRayInstrumentation.cpp213 if (!MF.getSubtarget().isXRaySupported()) { in runOnMachineFunction()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsSubtarget.h359 bool isXRaySupported() const override { return true; } in isXRaySupported() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86Subtarget.h266 bool isXRaySupported() const override { return is64Bit(); } in isXRaySupported() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64Subtarget.h164 bool isXRaySupported() const override { return true; } in isXRaySupported() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonSubtarget.h145 bool isXRaySupported() const override { return true; } in isXRaySupported() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMSubtarget.cpp135 bool ARMSubtarget::isXRaySupported() const { in isXRaySupported() function in ARMSubtarget
HDARMSubtarget.h354 bool isXRaySupported() const override;