Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/Mips/ !
H A DMipsISelDAGToDAG.h53 virtual bool selectAddrRegImm(SDValue Addr, SDValue &Base,
H A DMipsSEISelDAGToDAG.h48 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]>;
/src/contrib/llvm-project/llvm/lib/Target/RISCV/ !
H A DRISCVGISel.td50 GIComplexOperandMatcher<s32, "selectAddrRegImm">,
/src/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ !
H A DRISCVInstructionSelector.cpp88 ComplexRendererFns selectAddrRegImm(MachineOperand &Root) const;
383 RISCVInstructionSelector::selectAddrRegImm(MachineOperand &Root) const { in selectAddrRegImm() function in RISCVInstructionSelector