Searched refs:selectAddrRegImm (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsISelDAGToDAG.h | 57 virtual bool selectAddrRegImm(SDValue Addr, SDValue &Base,
|
| H A D | MipsSEISelDAGToDAG.h | 50 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]>;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVGISel.td | 50 GIComplexOperandMatcher<s32, "selectAddrRegImm">,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
| H A D | RISCVInstructionSelector.cpp | 90 ComplexRendererFns selectAddrRegImm(MachineOperand &Root) const; 371 RISCVInstructionSelector::selectAddrRegImm(MachineOperand &Root) const { in selectAddrRegImm() function in RISCVInstructionSelector
|