Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetSubtargetInfo.h83 virtual bool isXRaySupported() const { return false; } in isXRaySupported() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetSubtargetInfo.h80 virtual bool isXRaySupported() const { return false; } in isXRaySupported() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DXRayInstrumentation.cpp198 if (!MF.getSubtarget().isXRaySupported()) { in runOnMachineFunction()
/external/llvm-project/llvm/lib/CodeGen/
DXRayInstrumentation.cpp207 if (!MF.getSubtarget().isXRaySupported()) { in runOnMachineFunction()
/external/llvm-project/llvm/lib/Target/Mips/
DMipsSubtarget.h354 bool isXRaySupported() const override { return true; } in isXRaySupported() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsSubtarget.h350 bool isXRaySupported() const override { return true; } in isXRaySupported() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCSubtarget.h391 bool isXRaySupported() const override { return IsPPC64 && IsLittleEndian; } in isXRaySupported() function
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCSubtarget.h403 bool isXRaySupported() const override { return IsPPC64 && IsLittleEndian; } in isXRaySupported() function
/external/llvm-project/llvm/lib/Target/ARM/
DARMSubtarget.cpp143 bool ARMSubtarget::isXRaySupported() const { in isXRaySupported() function in ARMSubtarget
DARMSubtarget.h774 bool isXRaySupported() const override;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMSubtarget.cpp143 bool ARMSubtarget::isXRaySupported() const { in isXRaySupported() function in ARMSubtarget
DARMSubtarget.h753 bool isXRaySupported() const override;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.h298 bool isXRaySupported() const override { return true; } in isXRaySupported() function
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64Subtarget.h329 bool isXRaySupported() const override { return true; } in isXRaySupported() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86Subtarget.h737 bool isXRaySupported() const override { return is64Bit(); } in isXRaySupported() function
/external/llvm-project/llvm/lib/Target/X86/
DX86Subtarget.h804 bool isXRaySupported() const override { return is64Bit(); } in isXRaySupported() function