Searched refs:isLegalAddressingMode (Results 26 - 50 of 52) sorted by relevance

123

/freebsd-current/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp919 bool BPFTargetLowering::isLegalAddressingMode(const DataLayout &DL, function in class:BPFTargetLowering
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1309 bool isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM,
H A DX86TargetTransformInfo.cpp6679 if (getTLI()->isLegalAddressingMode(DL, AM, Ty, AddrSpace))
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h706 bool isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM, Type *Ty,
H A DAArch64InstrInfo.cpp2927 if (!isLegalAddressingMode(NumBytes, NewOffset, /* Scale */ 0))
2946 if (!isLegalAddressingMode(NumBytes, /* Offset */ 0, Scale))
9427 bool AArch64InstrInfo::isLegalAddressingMode(unsigned NumBytes, int64_t Offset,
H A DAArch64TargetTransformInfo.cpp4053 if (getTLI()->isLegalAddressingMode(DL, AM, Ty, AddrSpace))
H A DAArch64ISelLowering.cpp16225 /// isLegalAddressingMode - Return true if the addressing mode represented
16227 bool AArch64TargetLowering::isLegalAddressingMode(const DataLayout &DL, function in class:AArch64TargetLowering
16285 return Subtarget->getInstrInfo()->isLegalAddressingMode(NumBytes, AM.BaseOffs,
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1681 return TTI.isLegalAddressingMode(AccessTy.MemTy, BaseGV, BaseOffset,
2509 if (TTI.isLegalAddressingMode(AccessTy.MemTy, /*BaseGV=*/nullptr,
2515 if (TTI.isLegalAddressingMode(AccessTy.MemTy, /*BaseGV=*/nullptr,
5031 return TTI.isLegalAddressingMode(
5035 !TTI.isLegalAddressingMode(
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp971 return TLI.isLegalAddressingMode(
1596 if (TLI.isLegalAddressingMode(MF.getDataLayout(), AMOld, AccessTy, AS) &&
1597 !TLI.isLegalAddressingMode(MF.getDataLayout(), AMNew, AccessTy, AS))
4559 if (!TLI.isLegalAddressingMode(PtrAdd.getMF()->getDataLayout(), AM,
4565 if (!TLI.isLegalAddressingMode(PtrAdd.getMF()->getDataLayout(), AM,
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp1370 isLegalAddressingMode(AccessTy,
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1962 /// isLegalAddressingMode - Return true if the addressing mode represented
1964 bool TargetLoweringBase::isLegalAddressingMode(const DataLayout &DL, function in class:TargetLoweringBase
/freebsd-current/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1784 /// isLegalAddressingMode - Return true if the addressing mode represented
1786 bool XCoreTargetLowering::isLegalAddressingMode(const DataLayout &DL, function in class:XCoreTargetLowering
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp1057 bool AVRTargetLowering::isLegalAddressingMode(const DataLayout &DL, function in class:llvm::AVRTargetLowering
/freebsd-current/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp783 bool WebAssemblyTargetLowering::isLegalAddressingMode(const DataLayout &DL, function in class:WebAssemblyTargetLowering
788 // isLegalAddressingMode gives us no way to determine if wrapping could be
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp2574 if (getTLI()->isLegalAddressingMode(DL, AM, Ty, AddrSpace)) {
H A DARMISelLowering.cpp19643 /// isLegalAddressingMode - Return true if the addressing mode represented
19645 bool ARMTargetLowering::isLegalAddressingMode(const DataLayout &DL, function in class:ARMTargetLowering
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2706 virtual bool isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM,
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp3646 /// isLegalAddressingMode - Return true if the addressing mode represented by
3648 bool HexagonTargetLowering::isLegalAddressingMode(const DataLayout &DL,
/freebsd-current/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp4969 /// isLegalAddressingMode - Return true if the addressing mode represented
4974 bool NVPTXTargetLowering::isLegalAddressingMode(const DataLayout &DL, function in class:NVPTXTargetLowering
/freebsd-current/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp4866 bool LoongArchTargetLowering::isLegalAddressingMode(const DataLayout &DL, function in class:LoongArchTargetLowering
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp4291 bool MipsTargetLowering::isLegalAddressingMode(const DataLayout &DL, function in class:MipsTargetLowering
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1246 if (!TLI.isLegalAddressingMode(DAG.getDataLayout(), AM, AccessTy, AS))
1251 if (!TLI.isLegalAddressingMode(DAG.getDataLayout(), AM, AccessTy, AS))
1273 if (!TLI.isLegalAddressingMode(DAG.getDataLayout(), AM, AccessTy, AS))
2471 return TLI.isLegalAddressingMode(DAG.getDataLayout(), AM,
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp1517 bool SITargetLowering::isLegalAddressingMode(const DataLayout &DL, function in class:SITargetLowering
11148 if (!isLegalAddressingMode(DCI.DAG.getDataLayout(), AM, Ty, AddrSpace))
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1059 bool SystemZTargetLowering::isLegalAddressingMode(const DataLayout &DL, function in class:SystemZTargetLowering
/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp16814 // isLegalAddressingMode - Return true if the addressing mode represented
16816 bool PPCTargetLowering::isLegalAddressingMode(const DataLayout &DL, function in class:PPCTargetLowering

Completed in 1308 milliseconds

123