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

  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 121 class SystemZTargetLowering : public TargetLowering {
123 explicit SystemZTargetLowering(SystemZTargetMachine &TM);
SystemZISelLowering.cpp 10 // This file implements the SystemZTargetLowering class.
48 SystemZTargetLowering::SystemZTargetLowering(SystemZTargetMachine &tm)
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...]

Completed in 34 milliseconds