Home
last modified time | relevance | path

Searched refs:isBaseWithConstantOffset (Results 1 – 24 of 24) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGIMatchTableExecutor.cpp45 bool GIMatchTableExecutor::isBaseWithConstantOffset( in isBaseWithConstantOffset() function in GIMatchTableExecutor
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelDAGToDAG.cpp159 if (CurDAG->isBaseWithConstantOffset(Op)) { in SelectInlineAsmMemoryOperand()
173 if (CurDAG->isBaseWithConstantOffset(Op)) { in SelectInlineAsmMemoryOperand()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelDAGToDAG.cpp93 !CurDAG->isBaseWithConstantOffset(Addr)) { in SelectAddrModeS9()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp118 if (CurDAG->isBaseWithConstantOffset(Addr)) { in INITIALIZE_PASS()
142 if (!CurDAG->isBaseWithConstantOffset(Addr)) in SelectFIAddr()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutor.h684 bool isBaseWithConstantOffset(const MachineOperand &Root,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16ISelDAGToDAG.cpp123 if (CurDAG->isBaseWithConstantOffset(Addr)) { in selectAddr()
H A DMipsSEISelDAGToDAG.cpp284 if (CurDAG->isBaseWithConstantOffset(Addr)) { in selectAddrFrameIndexOffset()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp735 if (Lo.getOpcode() == ISD::OR && DAG.isBaseWithConstantOffset(Lo)) { in getBaseWithOffsetUsingSplitOR()
759 if (CurDAG->isBaseWithConstantOffset(Addr)) { in isBaseWithConstantOffset64()
1060 if (CurDAG->isBaseWithConstantOffset(Addr)) { in SelectDS1Addr1Offset()
1239 if (CurDAG->isBaseWithConstantOffset(Addr)) { in SelectDSReadWrite2()
1334 if (CurDAG->isBaseWithConstantOffset(Addr)) { in SelectMUBUF()
1473 if (CurDAG->isBaseWithConstantOffset(Addr)) { in SelectMUBUFScratchOffen()
1863 if (CurDAG->isBaseWithConstantOffset(Addr) && isFlatScratchBaseLegal(Addr)) { in SelectScratchSAddr()
2092 if (CurDAG->isBaseWithConstantOffset(Addr) || Addr.getOpcode() == ISD::ADD) { in SelectSMRDBaseOffset()
2178 if (CurDAG->isBaseWithConstantOffset(Index)) { in SelectMOVRELOffset()
2488 if (CurDAG->isBaseWithConstantOffset(Ptr)) { in SelectDSAppendConsume()
[all …]
H A DSIISelLowering.cpp9799 else if (DAG.isBaseWithConstantOffset(N0)) { in splitBufferOffsets()
9856 if (DAG.isBaseWithConstantOffset(CombinedOffset)) { in setBufferOffsets()
13318 if (DAG.isBaseWithConstantOffset(SDValue(N, 0))) in reassociateScalarOps()
16014 return (DAG.isBaseWithConstantOffset(N0) && in isReassocProfitable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelDAGToDAG.cpp232 if (CurDAG->isBaseWithConstantOffset(Addr)) { in matchADDRri()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp676 !CurDAG->isBaseWithConstantOffset(N)) { in SelectAddrModeImm12()
750 !CurDAG->isBaseWithConstantOffset(N)) in SelectLdStSOReg()
923 if (!CurDAG->isBaseWithConstantOffset(N)) { in SelectAddrMode3()
989 if (!CurDAG->isBaseWithConstantOffset(N)) { in IsAddressingMode5()
1161 if (!CurDAG->isBaseWithConstantOffset(N)) { in SelectThumbAddrModeImm5S()
1223 if (!CurDAG->isBaseWithConstantOffset(N)) in SelectThumbAddrModeSP()
1257 if (N.getOpcode() == ISD::SUB || CurDAG->isBaseWithConstantOffset(N)) { in SelectTAddrModeImm7()
1288 !CurDAG->isBaseWithConstantOffset(N)) { in SelectT2AddrModeImm12()
1369 !CurDAG->isBaseWithConstantOffset(N)) in SelectT2AddrModeImm8()
1492 if (N.getOpcode() != ISD::ADD && !CurDAG->isBaseWithConstantOffset(N)) in SelectT2AddrModeSoReg()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp90 !CurDAG->isBaseWithConstantOffset(N)) { in SelectAddr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp2240 if (!CurDAG->isBaseWithConstantOffset(Addr)) in SelectFrameAddrRegImm()
2402 if (CurDAG->isBaseWithConstantOffset(Addr)) { in SelectAddrRegImm()
2489 if (CurDAG->isBaseWithConstantOffset(Addr)) { in SelectAddrRegImmLsb00000()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp386 if (isBaseWithConstantOffset(Root, MRI)) { in selectAddrRegImm()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp473 if (Opcode == ISD::ADD || CurDAG->isBaseWithConstantOffset(N)) { in expandAddress()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2296 if (CurDAG->isBaseWithConstantOffset(N)) { in matchIndexRecursively()
2327 if (CurDAG->isBaseWithConstantOffset(Src)) { in matchIndexRecursively()
2356 if (CurDAG->isBaseWithConstantOffset(Src)) { in matchIndexRecursively()
H A DX86ISelLowering.cpp6647 } else if (DAG.isBaseWithConstantOffset(Ptr) && in LowerAsSplatVectorLoad()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp421 if (DAG.isBaseWithConstantOffset(BasePtr) && in LowerLOAD()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp1038 if (CurDAG->isBaseWithConstantOffset(N)) { in SelectAddrModeIndexedBitWidth()
1110 if (CurDAG->isBaseWithConstantOffset(N)) { in SelectAddrModeIndexed()
1148 if (!CurDAG->isBaseWithConstantOffset(N)) in SelectAddrModeUnscaled()
H A DAArch64ISelLowering.cpp20600 if (DAG.isBaseWithConstantOffset(St.getBasePtr())) { in replaceZeroVectorStore()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h2140 bool isBaseWithConstantOffset(SDValue Op) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp7276 if (!isBaseWithConstantOffset(Root, MRI)) in selectAddrModeUnscaled()
7365 if (isBaseWithConstantOffset(Root, MRI)) { in selectAddrModeIndexed()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5092 bool SelectionDAG::isBaseWithConstantOffset(SDValue Op) const { in isBaseWithConstantOffset() function in SelectionDAG
12244 } else if (isBaseWithConstantOffset(Ptr) && in InferPtrAlign()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp13592 if (DAG.isBaseWithConstantOffset(Loc)) { in getBaseWithConstantOffset()