| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | InstructionSelector.cpp | 45 bool InstructionSelector::isBaseWithConstantOffset( in isBaseWithConstantOffset() function in InstructionSelector
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFISelDAGToDAG.cpp | 114 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 D | InstructionSelector.h | 558 bool isBaseWithConstantOffset(const MachineOperand &Root,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCISelDAGToDAG.cpp | 92 !CurDAG->isBaseWithConstantOffset(Addr)) { in SelectAddrModeS9()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelDAGToDAG.cpp | 993 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 D | SIISelLowering.cpp | 7864 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 D | Mips16ISelDAGToDAG.cpp | 123 if (CurDAG->isBaseWithConstantOffset(Addr)) { in selectAddr()
|
| H A D | MipsSEISelDAGToDAG.cpp | 284 if (CurDAG->isBaseWithConstantOffset(Addr)) { in selectAddrFrameIndexOffset()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEISelDAGToDAG.cpp | 312 if (CurDAG->isBaseWithConstantOffset(Addr)) { in matchADDRri()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelDAGToDAG.cpp | 669 !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 D | AVRISelDAGToDAG.cpp | 80 !CurDAG->isBaseWithConstantOffset(N)) { in SelectAddr()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelDAGToDAG.cpp | 882 if (CurDAG->isBaseWithConstantOffset(N)) { in SelectAddrModeIndexedBitWidth() 954 if (CurDAG->isBaseWithConstantOffset(N)) { in SelectAddrModeIndexed() 992 if (!CurDAG->isBaseWithConstantOffset(N)) in SelectAddrModeUnscaled()
|
| H A D | AArch64ISelLowering.cpp | 14834 if (DAG.isBaseWithConstantOffset(St.getBasePtr())) { in replaceZeroVectorStore()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelDAGToDAG.cpp | 466 if (Opcode == ISD::ADD || CurDAG->isBaseWithConstantOffset(N)) { in expandAddress()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 1802 bool isBaseWithConstantOffset(SDValue Op) const;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreISelLowering.cpp | 429 if (DAG.isBaseWithConstantOffset(BasePtr) && in LowerLOAD()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 5716 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 D | SelectionDAG.cpp | 4306 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 D | X86ISelDAGToDAG.cpp | 2198 if (CurDAG->isBaseWithConstantOffset(ShVal)) { in matchAddressRecursively()
|
| H A D | X86ISelLowering.cpp | 8402 } else if (DAG.isBaseWithConstantOffset(Ptr) && in LowerAsSplatVectorLoad()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 12776 if (DAG.isBaseWithConstantOffset(Loc)) { in getBaseWithConstantOffset()
|