Searched refs:SystemZ (Results 26 - 32 of 32) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZ.h1 //==- SystemZ.h - Top-Level Interface for SystemZ representation -*- C++ -*-==//
10 // the LLVM SystemZ backend.
24 namespace SystemZ { namespace in namespace:llvm
188 } // end namespace SystemZ
H A DSystemZInstrInfo.h1 //===-- SystemZInstrInfo.h - SystemZ instruction information ----*- C++ -*-===//
9 // This file contains the SystemZ implementation of the TargetInstrInfo class.
16 #include "SystemZ.h"
65 // SystemZ MachineOperand target flags.
155 namespace SystemZ { namespace in namespace:llvm
H A DSystemZISelLowering.h1 //===-- SystemZISelLowering.h - SystemZ DAG lowering interface --*- C++ -*-===//
9 // This file defines the interfaces that SystemZ uses to lower LLVM code into a
17 #include "SystemZ.h"
478 return SystemZ::R6D;
485 return SystemZ::R7D;
H A DSystemZHazardRecognizer.cpp1 //=-- SystemZHazardRecognizer.h - SystemZ Hazard Recognizer -----*- C++ -*-===//
9 // This file defines a hazard recognizer for the SystemZ scheduler.
11 // This class is used by the SystemZ scheduling strategy to maintain
266 MI->getOpcode() == SystemZ::CondTrap);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp3423 if (BuiltinID == SystemZ::BI__builtin_tabort) {
3437 case SystemZ::BI__builtin_s390_lcbb: i = 1; l = 0; u = 15; break;
3438 case SystemZ::BI__builtin_s390_verimb:
3439 case SystemZ::BI__builtin_s390_verimh:
3440 case SystemZ::BI__builtin_s390_verimf:
3441 case SystemZ::BI__builtin_s390_verimg: i = 3; l = 0; u = 255; break;
3442 case SystemZ::BI__builtin_s390_vfaeb:
3443 case SystemZ::BI__builtin_s390_vfaeh:
3444 case SystemZ::BI__builtin_s390_vfaef:
3445 case SystemZ
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp13219 /// Handle a SystemZ function in which the final argument is a pointer
13240 case SystemZ::BI__builtin_tbegin: {
13246 case SystemZ::BI__builtin_tbegin_nofloat: {
13252 case SystemZ::BI__builtin_tbeginc: {
13258 case SystemZ::BI__builtin_tabort: {
13263 case SystemZ::BI__builtin_non_tx_store: {
13275 case SystemZ::BI__builtin_s390_vpopctb:
13276 case SystemZ::BI__builtin_s390_vpopcth:
13277 case SystemZ::BI__builtin_s390_vpopctf:
13278 case SystemZ
[all...]
/freebsd-12-stable/lib/clang/libclang/
H A DMakefile216 SRCS_MIN+= Basic/Targets/SystemZ.cpp
305 SRCS_MIN+= Driver/ToolChains/Arch/SystemZ.cpp

Completed in 136 milliseconds

12