Home
last modified time | relevance | path

Searched refs:selectAddrRegImm (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.h57 virtual bool selectAddrRegImm(SDValue Addr, SDValue &Base,
H A DMipsSEISelDAGToDAG.h50 bool selectAddrRegImm(SDValue Addr, SDValue &Base,
H A DMipsISelDAGToDAG.cpp79 bool MipsDAGToDAGISel::selectAddrRegImm(SDValue Addr, SDValue &Base, in selectAddrRegImm() function in MipsDAGToDAGISel
H A DMipsSEISelDAGToDAG.cpp312 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 DMipsInstrInfo.td1300 ComplexPattern<iPTR, 2, "selectAddrRegImm", [frameindex]>;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVGISel.td50 GIComplexOperandMatcher<s32, "selectAddrRegImm">,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp90 ComplexRendererFns selectAddrRegImm(MachineOperand &Root) const;
371 RISCVInstructionSelector::selectAddrRegImm(MachineOperand &Root) const { in selectAddrRegImm() function in RISCVInstructionSelector