HomeSort by relevance Sort by last modified time
    Searched refs:SITargetLowering (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp 55 SITargetLowering::SITargetLowering(const TargetMachine &TM,
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::getOptimalMemOpType(uint64_t Size, unsigned DstAlign
    [all...]
AMDGPUSubtarget.h 344 SITargetLowering TLInfo;
359 const SITargetLowering *getTargetLowering() const override {
SIISelLowering.h 23 class SITargetLowering final : public AMDGPUTargetLowering {
76 SITargetLowering(const TargetMachine &tm, const SISubtarget &STI);
AMDGPUISelDAGToDAG.cpp 179 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());
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp 114 SITargetLowering::SITargetLowering(const TargetMachine &TM,
671 const GCNSubtarget *SITargetLowering::getSubtarget() const {
683 bool SITargetLowering::isFPExtFoldable(unsigned Opcode,
691 bool SITargetLowering::isShuffleMaskLegal(ArrayRef<int>, EVT) const {
697 MVT SITargetLowering::getRegisterTypeForCallingConv(LLVMContext &Context,
719 unsigned SITargetLowering::getNumRegistersForCallingConv(LLVMContext &Context,
741 unsigned SITargetLowering::getVectorTypeBreakdownForCallingConv(
778 bool SITargetLowering::getTgtMemIntrinsic(IntrinsicInfo &Info,
    [all...]
AMDGPUSubtarget.h 378 SITargetLowering TLInfo;
397 const SITargetLowering *getTargetLowering() const override {
AMDGPUISelDAGToDAG.cpp 357 const SITargetLowering& Lowering =
358 *static_cast<const SITargetLowering*>(getTargetLowering());
620 const SITargetLowering& Lowering =
621 *static_cast<const SITargetLowering*>(getTargetLowering());
    [all...]
SIISelLowering.h 24 class SITargetLowering final : public AMDGPUTargetLowering {
179 SITargetLowering(const TargetMachine &tm, const GCNSubtarget &STI);

Completed in 408 milliseconds