Searched defs:SystemZTargetLowering (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h199 class SystemZTargetLowering : public TargetLowering { class in namespace:llvm
201 explicit SystemZTargetLowering(const TargetMachine &TM);
H A DSystemZISelLowering.cpp10 // This file implements the SystemZTargetLowering class.
83 SystemZTargetLowering::SystemZTargetLowering(const TargetMachine &tm) function in class:SystemZTargetLowering
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
[all...]

Completed in 100 milliseconds