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

/external/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.h34 SystemZTargetLowering TLInfo;
60 virtual const SystemZTargetLowering *getTargetLowering() const LLVM_OVERRIDE {
H A DSystemZISelLowering.cpp10 // This file implements the SystemZTargetLowering class.
48 SystemZTargetLowering::SystemZTargetLowering(SystemZTargetMachine &tm) function in class:SystemZTargetLowering
259 SystemZTargetLowering::isFMAFasterThanFMulAndFAdd(EVT VT) const {
278 bool SystemZTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT) const {
283 bool SystemZTargetLowering::allowsUnalignedMemoryAccesses(EVT VT,
293 bool SystemZTargetLowering::isLegalAddressingMode(const AddrMode &AM,
313 SystemZTargetLowering::getConstraintType(const std::string &Constraint) const {
343 TargetLowering::ConstraintWeight SystemZTargetLowering::
420 std::pair<unsigned, const TargetRegisterClass *> SystemZTargetLowering
[all...]
H A DSystemZISelLowering.h121 class SystemZTargetLowering : public TargetLowering { class in namespace:llvm
123 explicit SystemZTargetLowering(SystemZTargetMachine &TM);
H A DSystemZISelDAGToDAG.cpp127 const SystemZTargetLowering &Lowering;

Completed in 144 milliseconds