Searched refs:SystemZTargetLowering (Results 1 - 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
H A DSystemZTargetMachine.h36 SystemZTargetLowering TLInfo;
55 virtual const SystemZTargetLowering *getTargetLowering() const {
H A DSystemZISelLowering.cpp10 // This file implements the SystemZTargetLowering class.
42 SystemZTargetLowering::SystemZTargetLowering(SystemZTargetMachine &tm) : function in class:SystemZTargetLowering
163 SDValue SystemZTargetLowering::LowerOperation(SDValue Op,
177 bool SystemZTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT) const {
195 SystemZTargetLowering::getConstraintType(const std::string &Constraint) const {
208 SystemZTargetLowering::
235 SystemZTargetLowering::LowerFormalArguments(SDValue Chain,
255 SystemZTargetLowering::LowerCall(SDValue Chain, SDValue Callee,
281 SystemZTargetLowering
[all...]
H A DSystemZISelLowering.h56 class SystemZTargetLowering : public TargetLowering { class in namespace:llvm
58 explicit SystemZTargetLowering(SystemZTargetMachine &TM);
H A DSystemZISelDAGToDAG.cpp82 const SystemZTargetLowering &Lowering;
/external/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h53 SystemZTargetLowering TLInfo;
70 const SystemZTargetLowering *getTargetLowering() const override {
H A DSystemZTargetTransformInfo.h25 const SystemZTargetLowering *TLI;
28 const SystemZTargetLowering *getTLI() const { return TLI; }
H A DSystemZISelLowering.cpp10 // This file implements the SystemZTargetLowering class.
84 SystemZTargetLowering::SystemZTargetLowering(const TargetMachine &TM, function in class:SystemZTargetLowering
465 EVT SystemZTargetLowering::getSetCCResultType(const DataLayout &DL,
472 bool SystemZTargetLowering::isFMAFasterThanFMulAndFAdd(EVT VT) const {
491 bool SystemZTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT) const {
496 bool SystemZTargetLowering::isLegalICmpImmediate(int64_t Imm) const {
501 bool SystemZTargetLowering::isLegalAddImmediate(int64_t Imm) const {
506 bool SystemZTargetLowering::allowsMisalignedMemoryAccesses(EVT VT,
518 bool SystemZTargetLowering
[all...]
H A DSystemZISelLowering.h358 class SystemZTargetLowering : public TargetLowering { class in namespace:llvm
360 explicit SystemZTargetLowering(const TargetMachine &TM,

Completed in 134 milliseconds