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

/freebsd-10.2-release/contrib/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.
63 SystemZTargetLowering::SystemZTargetLowering(SystemZTargetMachine &tm) function in class:SystemZTargetLowering
282 EVT SystemZTargetLowering::getSetCCResultType(LLVMContext &, EVT VT) const {
288 bool SystemZTargetLowering::isFMAFasterThanFMulAndFAdd(EVT VT) const {
307 bool SystemZTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT) const {
312 bool SystemZTargetLowering::allowsUnalignedMemoryAccesses(EVT VT,
322 bool SystemZTargetLowering::isLegalAddressingMode(const AddrMode &AM,
337 bool SystemZTargetLowering::isTruncateFree(Type *FromType, Type *ToType) const {
345 bool SystemZTargetLowering
[all...]
H A DSystemZISelLowering.h193 class SystemZTargetLowering : public TargetLowering { class in namespace:llvm
195 explicit SystemZTargetLowering(SystemZTargetMachine &TM);
H A DSystemZISelDAGToDAG.cpp128 const SystemZTargetLowering &Lowering;

Completed in 112 milliseconds