Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInstructionSelector.cpp45 bool InstructionSelector::isBaseWithConstantOffset( in isBaseWithConstantOffset() function in InstructionSelector
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp114 if (CurDAG->isBaseWithConstantOffset(Addr)) { in SelectAddr()
138 if (!CurDAG->isBaseWithConstantOffset(Addr)) in SelectFIAddr()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelector.h558 bool isBaseWithConstantOffset(const MachineOperand &Root,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelDAGToDAG.cpp92 !CurDAG->isBaseWithConstantOffset(Addr)) { in SelectAddrModeS9()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp993 if (Lo.getOpcode() == ISD::OR && DAG.isBaseWithConstantOffset(Lo)) { in getBaseWithOffsetUsingSplitOR()
1017 if (CurDAG->isBaseWithConstantOffset(Addr)) { in isBaseWithConstantOffset64()
1275 if (CurDAG->isBaseWithConstantOffset(Addr)) { in SelectDS1Addr1Offset()
1379 if (CurDAG->isBaseWithConstantOffset(Addr)) { in SelectDSReadWrite2()
1472 if (CurDAG->isBaseWithConstantOffset(Addr)) { in SelectMUBUF()
1608 if (CurDAG->isBaseWithConstantOffset(Addr)) { in SelectMUBUFScratchOffen()
1982 if (CurDAG->isBaseWithConstantOffset(Addr)) { in SelectScratchSAddr()
2101 if (CurDAG->isBaseWithConstantOffset(Addr) || in SelectSMRD()
2180 if (CurDAG->isBaseWithConstantOffset(Index)) { in SelectMOVRELOffset()
2514 if (CurDAG->isBaseWithConstantOffset(Ptr)) { in SelectDSAppendConsume()
[all …]
H A DSIISelLowering.cpp7864 else if (DAG.isBaseWithConstantOffset(N0)) { in splitBufferOffsets()
7920 if (DAG.isBaseWithConstantOffset(CombinedOffset)) { in setBufferOffsets()
/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelDAGToDAG.cpp312 if (CurDAG->isBaseWithConstantOffset(Addr)) { in matchADDRri()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp669 !CurDAG->isBaseWithConstantOffset(N)) { in SelectAddrModeImm12()
743 !CurDAG->isBaseWithConstantOffset(N)) in SelectLdStSOReg()
916 if (!CurDAG->isBaseWithConstantOffset(N)) { in SelectAddrMode3()
982 if (!CurDAG->isBaseWithConstantOffset(N)) { in IsAddressingMode5()
1156 if (!CurDAG->isBaseWithConstantOffset(N)) { in SelectThumbAddrModeImm5S()
1218 if (!CurDAG->isBaseWithConstantOffset(N)) in SelectThumbAddrModeSP()
1252 if (N.getOpcode() == ISD::SUB || CurDAG->isBaseWithConstantOffset(N)) { in SelectTAddrModeImm7()
1283 !CurDAG->isBaseWithConstantOffset(N)) { in SelectT2AddrModeImm12()
1364 !CurDAG->isBaseWithConstantOffset(N)) in SelectT2AddrModeImm8()
1487 if (N.getOpcode() != ISD::ADD && !CurDAG->isBaseWithConstantOffset(N)) in SelectT2AddrModeSoReg()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp80 !CurDAG->isBaseWithConstantOffset(N)) { in SelectAddr()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp882 if (CurDAG->isBaseWithConstantOffset(N)) { in SelectAddrModeIndexedBitWidth()
954 if (CurDAG->isBaseWithConstantOffset(N)) { in SelectAddrModeIndexed()
992 if (!CurDAG->isBaseWithConstantOffset(N)) in SelectAddrModeUnscaled()
H A DAArch64ISelLowering.cpp14834 if (DAG.isBaseWithConstantOffset(St.getBasePtr())) { in replaceZeroVectorStore()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp466 if (Opcode == ISD::ADD || CurDAG->isBaseWithConstantOffset(N)) { in expandAddress()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1802 bool isBaseWithConstantOffset(SDValue Op) const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp429 if (DAG.isBaseWithConstantOffset(BasePtr) && in LowerLOAD()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp5716 if (!isBaseWithConstantOffset(Root, MRI)) in selectAddrModeUnscaled()
5813 if (isBaseWithConstantOffset(Root, MRI)) { in selectAddrModeIndexed()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4306 bool SelectionDAG::isBaseWithConstantOffset(SDValue Op) const { in isBaseWithConstantOffset() function in SelectionDAG
10169 } else if (isBaseWithConstantOffset(Ptr) && in InferPtrAlign()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2198 if (CurDAG->isBaseWithConstantOffset(ShVal)) { in matchAddressRecursively()
H A DX86ISelLowering.cpp8402 } else if (DAG.isBaseWithConstantOffset(Ptr) && in LowerAsSplatVectorLoad()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp12776 if (DAG.isBaseWithConstantOffset(Loc)) { in getBaseWithConstantOffset()