Searched refs:SITargetLowering (Results 1 - 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
H A DSIISelLowering.h22 class SITargetLowering : public AMDGPUTargetLowering class in namespace:llvm
48 SITargetLowering(TargetMachine &tm);
H A DSIISelLowering.cpp26 SITargetLowering::SITargetLowering(TargetMachine &TM) : function in class:SITargetLowering
65 MachineBasicBlock * SITargetLowering::EmitInstrWithCustomInserter(
142 void SITargetLowering::AppendS_WAITCNT(MachineInstr *MI, MachineBasicBlock &BB,
149 void SITargetLowering::LowerSI_INTERP(MachineInstr *MI, MachineBasicBlock &BB,
181 void SITargetLowering::LowerSI_INTERP_CONST(MachineInstr *MI,
203 void SITargetLowering::LowerSI_KIL(MachineInstr *MI, MachineBasicBlock &BB,
235 void SITargetLowering::LowerSI_V_CNDLT(MachineInstr *MI, MachineBasicBlock &BB,
252 EVT SITargetLowering::getSetCCResultType(EVT VT) const
261 SDValue SITargetLowering
[all...]
H A DAMDGPUTargetMachine.cpp64 TLInfo = new SITargetLowering(*this);
/external/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp55 SITargetLowering::SITargetLowering(const TargetMachine &TM, function in class:SITargetLowering
258 const SISubtarget *SITargetLowering::getSubtarget() const {
266 bool SITargetLowering::getTgtMemIntrinsic(IntrinsicInfo &Info,
285 bool SITargetLowering::isShuffleMaskLegal(const SmallVectorImpl<int> &,
292 bool SITargetLowering::isLegalFlatAddressingMode(const AddrMode &AM) const {
298 bool SITargetLowering::isLegalMUBUFAddressingMode(const AddrMode &AM) const {
333 bool SITargetLowering::isLegalAddressingMode(const DataLayout &DL,
429 bool SITargetLowering::allowsMisalignedMemoryAccesses(EVT VT,
477 EVT SITargetLowering
[all...]
H A DAMDGPUSubtarget.h344 SITargetLowering TLInfo;
359 const SITargetLowering *getTargetLowering() const override {
H A DSIISelLowering.h23 class SITargetLowering final : public AMDGPUTargetLowering {
76 SITargetLowering(const TargetMachine &tm, const SISubtarget &STI);
H A DAMDGPUISelDAGToDAG.cpp179 const SITargetLowering *TL
180 = static_cast<const SITargetLowering *>(getTargetLowering());
224 const SITargetLowering& Lowering =
225 *static_cast<const SITargetLowering*>(getTargetLowering());
458 const SITargetLowering& Lowering =
459 *static_cast<const SITargetLowering*>(getTargetLowering());
886 const SITargetLowering& Lowering =
887 *static_cast<const SITargetLowering*>(getTargetLowering());
956 const SITargetLowering& Lowering =
957 *static_cast<const SITargetLowering*>(getTargetLowerin
[all...]

Completed in 128 milliseconds