Searched refs:selectAddrRegImm (Results 1 – 7 of 7) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/Mips/ ! |
| H A D | MipsISelDAGToDAG.h | 53 virtual bool selectAddrRegImm(SDValue Addr, SDValue &Base,
|
| H A D | MipsSEISelDAGToDAG.h | 48 bool selectAddrRegImm(SDValue Addr, SDValue &Base,
|
| H A D | MipsISelDAGToDAG.cpp | 79 bool MipsDAGToDAGISel::selectAddrRegImm(SDValue Addr, SDValue &Base, in selectAddrRegImm() function in MipsDAGToDAGISel
|
| H A D | MipsSEISelDAGToDAG.cpp | 312 bool MipsSEDAGToDAGISel::selectAddrRegImm(SDValue Addr, SDValue &Base, in selectAddrRegImm() function in MipsSEDAGToDAGISel 371 return selectAddrRegImm(Addr, Base, Offset) || in selectIntAddr() 455 if (selectAddrRegImm(Addr, Base, Offset)) in selectIntAddrLSL2MM()
|
| H A D | MipsInstrInfo.td | 1300 ComplexPattern<iPTR, 2, "selectAddrRegImm", [frameindex]>;
|
| /src/contrib/llvm-project/llvm/lib/Target/RISCV/ ! |
| H A D | RISCVGISel.td | 50 GIComplexOperandMatcher<s32, "selectAddrRegImm">,
|
| /src/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ ! |
| H A D | RISCVInstructionSelector.cpp | 88 ComplexRendererFns selectAddrRegImm(MachineOperand &Root) const; 383 RISCVInstructionSelector::selectAddrRegImm(MachineOperand &Root) const { in selectAddrRegImm() function in RISCVInstructionSelector
|