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

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1626 return TTI.isLegalAddressingMode(AccessTy.MemTy, BaseGV, BaseOffset,
2447 if (TTI.isLegalAddressingMode(AccessTy.MemTy, /*BaseGV=*/nullptr,
2453 if (TTI.isLegalAddressingMode(AccessTy.MemTy, /*BaseGV=*/nullptr,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1783 /// isLegalAddressingMode - Return true if the addressing mode represented
1785 bool TargetLoweringBase::isLegalAddressingMode(const DataLayout &DL, function in class:TargetLoweringBase
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp743 bool AVRTargetLowering::isLegalAddressingMode(const DataLayout &DL, function in class:llvm::AVRTargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp564 bool WebAssemblyTargetLowering::isLegalAddressingMode(const DataLayout &DL, function in class:WebAssemblyTargetLowering
569 // isLegalAddressingMode gives us no way to determine if wrapping could be
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1882 /// isLegalAddressingMode - Return true if the addressing mode represented
1884 bool XCoreTargetLowering::isLegalAddressingMode(const DataLayout &DL, function in class:XCoreTargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp298 bool RISCVTargetLowering::isLegalAddressingMode(const DataLayout &DL, function in class:RISCVTargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp3267 /// isLegalAddressingMode - Return true if the addressing mode represented by
3269 bool HexagonTargetLowering::isLegalAddressingMode(const DataLayout &DL, function in class:HexagonTargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp4191 /// isLegalAddressingMode - Return true if the addressing mode represented
4196 bool NVPTXTargetLowering::isLegalAddressingMode(const DataLayout &DL, function in class:NVPTXTargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp4270 bool MipsTargetLowering::isLegalAddressingMode(const DataLayout &DL, function in class:MipsTargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp1262 bool SITargetLowering::isLegalAddressingMode(const DataLayout &DL, function in class:SITargetLowering
8579 if (!isLegalAddressingMode(DCI.DAG.getDataLayout(), AM, Ty, AddrSpace))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1016 if (!TLI.isLegalAddressingMode(DAG.getDataLayout(), AM, AccessTy, AS))
1021 if (!TLI.isLegalAddressingMode(DAG.getDataLayout(), AM, AccessTy, AS))
14235 return TLI.isLegalAddressingMode(DAG.getDataLayout(), AM,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp10219 /// isLegalAddressingMode - Return true if the addressing mode represented
10221 bool AArch64TargetLowering::isLegalAddressingMode(const DataLayout &DL, function in class:AArch64TargetLowering
10289 if (isLegalAddressingMode(DL, AM, Ty, AS))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp16442 if (isLegalAddressingMode(DL, AM, Ty, AS)) {
16651 /// isLegalAddressingMode - Return true if the addressing mode represented
16653 bool ARMTargetLowering::isLegalAddressingMode(const DataLayout &DL, function in class:ARMTargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp955 bool SystemZTargetLowering::isLegalAddressingMode(const DataLayout &DL, function in class:SystemZTargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp15919 // isLegalAddressingMode - Return true if the addressing mode represented
15921 bool PPCTargetLowering::isLegalAddressingMode(const DataLayout &DL, function in class:PPCTargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 831 milliseconds

12