HomeSort by relevance Sort by last modified time
    Searched refs:SystemZTargetLowering (Results 1 - 12 of 12) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZTargetMachine.h 36 SystemZTargetLowering TLInfo;
55 virtual const SystemZTargetLowering *getTargetLowering() const {
SystemZISelLowering.cpp 10 // This file implements the SystemZTargetLowering class.
42 SystemZTargetLowering::SystemZTargetLowering(SystemZTargetMachine &tm) :
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::LowerCCCArguments(SDValue Chain
    [all...]
SystemZISelLowering.h 56 class SystemZTargetLowering : public TargetLowering {
58 explicit SystemZTargetLowering(SystemZTargetMachine &TM);
SystemZISelDAGToDAG.cpp 82 const SystemZTargetLowering &Lowering;
  /external/llvm/lib/Target/SystemZ/
SystemZSubtarget.h 53 SystemZTargetLowering TLInfo;
70 const SystemZTargetLowering *getTargetLowering() const override {
SystemZTargetTransformInfo.h 25 const SystemZTargetLowering *TLI;
28 const SystemZTargetLowering *getTLI() const { return TLI; }
SystemZISelLowering.cpp 10 // This file implements the SystemZTargetLowering class.
84 SystemZTargetLowering::SystemZTargetLowering(const TargetMachine &TM,
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::isLegalAddressingMode(const DataLayout &DL
    [all...]
SystemZISelLowering.h 358 class SystemZTargetLowering : public TargetLowering {
360 explicit SystemZTargetLowering(const TargetMachine &TM,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZSubtarget.h 70 SystemZTargetLowering TLInfo;
87 const SystemZTargetLowering *getTargetLowering() const override {
SystemZTargetTransformInfo.h 25 const SystemZTargetLowering *TLI;
28 const SystemZTargetLowering *getTLI() const { return TLI; }
SystemZISelLowering.cpp 10 // This file implements the SystemZTargetLowering class.
76 SystemZTargetLowering::SystemZTargetLowering(const TargetMachine &TM,
548 EVT SystemZTargetLowering::getSetCCResultType(const DataLayout &DL,
555 bool SystemZTargetLowering::isFMAFasterThanFMulAndFAdd(EVT VT) const {
574 bool SystemZTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT) const {
579 bool SystemZTargetLowering::isLegalICmpImmediate(int64_t Imm) const {
584 bool SystemZTargetLowering::isLegalAddImmediate(int64_t Imm) const {
589 bool SystemZTargetLowering::allowsMisalignedMemoryAccesses(EVT VT,
698 bool SystemZTargetLowering::isLegalAddressingMode(const DataLayout &DL
    [all...]
SystemZISelLowering.h 378 class SystemZTargetLowering : public TargetLowering {
380 explicit SystemZTargetLowering(const TargetMachine &TM,

Completed in 851 milliseconds