Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetSubtargetInfo.h83 virtual bool isXRaySupported() const { return false; } in isXRaySupported() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DXRayInstrumentation.cpp196 if (!MF.getSubtarget().isXRaySupported()) { in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCSubtarget.h334 bool isXRaySupported() const override { return IsPPC64 && IsLittleEndian; } in isXRaySupported() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.h225 bool isXRaySupported() const override { return true; } in isXRaySupported() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsSubtarget.h336 bool isXRaySupported() const override { return true; } in isXRaySupported() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMSubtarget.cpp139 bool ARMSubtarget::isXRaySupported() const { in isXRaySupported() function in ARMSubtarget
DARMSubtarget.h682 bool isXRaySupported() const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86Subtarget.h679 bool isXRaySupported() const override { return is64Bit(); } in isXRaySupported() function