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

  /external/llvm/lib/Target/SystemZ/
SystemZSubtarget.h 48 SystemZTargetLowering TLInfo;
64 const SystemZTargetLowering *getTargetLowering() const { return &TLInfo; }
SystemZTargetMachine.h 50 const SystemZTargetLowering *getTargetLowering() const override {
SystemZISelLowering.cpp 10 // This file implements the SystemZTargetLowering class.
83 SystemZTargetLowering::SystemZTargetLowering(const TargetMachine &tm)
312 EVT SystemZTargetLowering::getSetCCResultType(LLVMContext &, EVT VT) const {
318 bool SystemZTargetLowering::isFMAFasterThanFMulAndFAdd(EVT VT) const {
337 bool SystemZTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT) const {
342 bool SystemZTargetLowering::allowsUnalignedMemoryAccesses(EVT VT,
353 bool SystemZTargetLowering::isLegalAddressingMode(const AddrMode &AM,
368 bool SystemZTargetLowering::isTruncateFree(Type *FromType, Type *ToType) const {
376 bool SystemZTargetLowering::isTruncateFree(EVT FromVT, EVT ToVT) const
    [all...]
SystemZISelLowering.h 199 class SystemZTargetLowering : public TargetLowering {
201 explicit SystemZTargetLowering(const TargetMachine &TM);
SystemZISelDAGToDAG.cpp 130 const SystemZTargetLowering &Lowering;
    [all...]

Completed in 359 milliseconds