Searched refs:isLegalAddressingMode (Results 1 - 25 of 41) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.h73 bool isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM, Type *Ty,
H A DARCISelLowering.cpp697 bool ARCTargetLowering::isLegalAddressingMode(const DataLayout &DL, function in class:ARCTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.h67 bool isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM, Type *Ty,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h124 bool isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.h91 bool isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM, Type *Ty,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h68 bool isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM, Type *Ty,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h230 bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, function in class:llvm::TargetTransformInfoImplBase
296 if (isLegalAddressingMode(Ty, BaseGV, BaseOffset, HasBaseReg,
797 if (static_cast<T *>(this)->isLegalAddressingMode(
H A DTargetTransformInfo.h561 bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
637 /// Instruction* based TTI queries to isLegalAddressingMode(). This is
1223 virtual bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV,
1502 bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
1506 return Impl.isLegalAddressingMode(Ty, BaseGV, BaseOffset, HasBaseReg,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPerfHintAnalysis.cpp246 if (TLI->isLegalAddressingMode(*DL, AM, GEP->getResultElementType(),
H A DSIISelLowering.h239 bool isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM, Type *Ty,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h454 /// isLegalAddressingMode - Return true if the addressing mode represented
459 bool isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM, Type *Ty,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h283 /// isLegalAddressingMode - Return true if the addressing mode represented
288 bool isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h431 bool isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM, Type *Ty,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp287 TTI->isLegalAddressingMode(Base->getType(), nullptr, 0, true,
H A DConstantHoisting.cpp690 (!MemUseValTy || TTI->isLegalAddressingMode(MemUseValTy,
H A DSeparateConstOffsetFromGEP.cpp961 if (!TTI.isLegalAddressingMode(GEP->getResultElementType(),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp266 bool TargetTransformInfo::isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, function in class:TargetTransformInfo
272 return TTIImpl->isLegalAddressingMode(Ty, BaseGV, BaseOffset, HasBaseReg,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h237 bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, function in class:llvm::BasicTTIImplBase
245 return getTLI()->isLegalAddressingMode(DL, AM, Ty, AddrSpace, I);
H A DTargetLowering.h2185 virtual bool isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM,
2199 if (isLegalAddressingMode(DL, AM, Ty, AS))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3617 if (!TLI.isLegalAddressingMode(DL, TestAddrMode, AccessTy, AddrSpace))
3635 if (TLI.isLegalAddressingMode(DL, TestAddrMode, AccessTy, AddrSpace)) {
4279 TLI.isLegalAddressingMode(DL, AddrMode, AccessTy, AddrSpace)) {
4427 if (TLI.isLegalAddressingMode(DL, AddrMode, AccessTy, AddrSpace))
4434 if (TLI.isLegalAddressingMode(DL, AddrMode, AccessTy, AddrSpace))
4478 if (TLI.isLegalAddressingMode(DL, AddrMode, AccessTy, AddrSpace))
4488 if (TLI.isLegalAddressingMode(DL, AddrMode, AccessTy, AddrSpace))
5433 if (!TLI->isLegalAddressingMode(*DL, AddrMode,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h435 bool isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM, Type *Ty,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h666 bool isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h367 /// isLegalAddressingMode - Return true if the addressing mode represented
369 bool isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h836 /// isLegalAddressingMode - Return true if the addressing mode represented
838 bool isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1024 bool isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM,

Completed in 208 milliseconds

12