Home
last modified time | relevance | path

Searched refs:PPCTargetLowering (Results 1 – 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
HDPPCCallLowering.h23 class PPCTargetLowering; variable
27 PPCCallLowering(const PPCTargetLowering &TLI);
HDPPCCallLowering.cpp71 PPCCallLowering::PPCCallLowering(const PPCTargetLowering &TLI) in PPCCallLowering()
121 auto &TLI = *getTLI<PPCTargetLowering>(); in lowerFormalArguments()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelLowering.cpp170 PPCTargetLowering::PPCTargetLowering(const PPCTargetMachine &TM, in PPCTargetLowering() function in PPCTargetLowering
1549 void PPCTargetLowering::initializeAddrModeMap() { in initializeAddrModeMap()
1628 uint64_t PPCTargetLowering::getByValTypeAlignment(Type *Ty, in getByValTypeAlignment()
1638 bool PPCTargetLowering::useSoftFloat() const { in useSoftFloat()
1642 bool PPCTargetLowering::hasSPE() const { in hasSPE()
1646 bool PPCTargetLowering::preferIncOfAddToSubOfNot(EVT VT) const { in preferIncOfAddToSubOfNot()
1650 bool PPCTargetLowering::shallExtractConstSplatVectorElementToStore( in shallExtractConstSplatVectorElementToStore()
1671 const char *PPCTargetLowering::getTargetNodeName(unsigned Opcode) const { in getTargetNodeName()
1844 EVT PPCTargetLowering::getSetCCResultType(const DataLayout &DL, LLVMContext &C, in getSetCCResultType()
1852 bool PPCTargetLowering::enableAggressiveFMAFusion(EVT VT) const { in enableAggressiveFMAFusion()
[all …]
HDPPCSubtarget.h107 PPCTargetLowering TLInfo;
147 const PPCTargetLowering *getTargetLowering() const override { in getTargetLowering()
HDPPCTargetTransformInfo.h33 const PPCTargetLowering *TLI;
36 const PPCTargetLowering *getTLI() const { return TLI; } in getTLI()
HDPPCISelLowering.h746 class PPCTargetLowering : public TargetLowering {
750 explicit PPCTargetLowering(const PPCTargetMachine &TM,
HDPPCFrameLowering.cpp545 const PPCTargetLowering &TLI = *Subtarget.getTargetLowering(); in twoUniqueScratchRegsRequired()
614 const PPCTargetLowering &TLI = *Subtarget.getTargetLowering(); in emitPrologue()
1238 const PPCTargetLowering &TLI = *Subtarget.getTargetLowering(); in inlineStackProbe()
HDPPCISelDAGToDAG.cpp146 const PPCTargetLowering *PPCLowering = nullptr;