HomeSort by: relevance | last modified time | path
    Searched refs:SystemZTargetLowering (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZSubtarget.h 77 SystemZTargetLowering TLInfo;
103 const SystemZTargetLowering *getTargetLowering() const override {
SystemZTargetTransformInfo.h 24 const SystemZTargetLowering *TLI;
27 const SystemZTargetLowering *getTLI() const { return TLI; }
SystemZISelLowering.cpp 9 // This file implements the SystemZTargetLowering class.
80 SystemZTargetLowering::SystemZTargetLowering(const TargetMachine &TM,
681 bool SystemZTargetLowering::useSoftFloat() const {
685 EVT SystemZTargetLowering::getSetCCResultType(const DataLayout &DL,
692 bool SystemZTargetLowering::isFMAFasterThanFMulAndFAdd(
827 bool SystemZTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT,
837 bool SystemZTargetLowering::hasInlineStackProbe(MachineFunction &MF) const {
845 bool SystemZTargetLowering::isLegalICmpImmediate(int64_t Imm) const {
850 bool SystemZTargetLowering::isLegalAddImmediate(int64_t Imm) const
    [all...]
SystemZISelLowering.h 392 class SystemZTargetLowering : public TargetLowering {
394 explicit SystemZTargetLowering(const TargetMachine &TM,
SystemZFrameLowering.cpp 417 const SystemZTargetLowering &TLI = *STI.getTargetLowering();
627 const SystemZTargetLowering &TLI = *STI.getTargetLowering();

Completed in 28 milliseconds