Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetSubtargetInfo.h83 virtual bool isXRaySupported() const { return false; } in isXRaySupported() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDXRayInstrumentation.cpp198 if (!MF.getSubtarget().isXRaySupported()) { in runOnMachineFunction()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsSubtarget.h350 bool isXRaySupported() const override { return true; } in isXRaySupported() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCSubtarget.h391 bool isXRaySupported() const override { return IsPPC64 && IsLittleEndian; } in isXRaySupported() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMSubtarget.cpp143 bool ARMSubtarget::isXRaySupported() const { in isXRaySupported() function in ARMSubtarget
HDARMSubtarget.h753 bool isXRaySupported() const override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64Subtarget.h299 bool isXRaySupported() const override { return true; } in isXRaySupported() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86Subtarget.h760 bool isXRaySupported() const override { return is64Bit(); } in isXRaySupported() function