Home
last modified time | relevance | path

Searched refs:selectAddr (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16ISelDAGToDAG.cpp98 bool Mips16DAGToDAGISel::selectAddr(bool SPAllowed, SDValue Addr, SDValue &Base, in selectAddr() function in Mips16DAGToDAGISel
169 return selectAddr(false, Addr, Base, Offset); in selectAddr16()
174 return selectAddr(true, Addr, Base, Offset); in selectAddr16SP()
H A DMips16ISelDAGToDAG.h32 bool selectAddr(bool SPAllowed, SDValue Addr, SDValue &Base,
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp72 bool selectAddr(MachineInstr &MI, MachineIRBuilder &MIB,
618 return selectAddr(MI, MIB, MRI, GV->isDSOLocal(), in select()
623 return selectAddr(MI, MIB, MRI); in select()
983 bool RISCVInstructionSelector::selectAddr(MachineInstr &MI, in selectAddr() function in RISCVInstructionSelector
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp220 bool selectAddr(SDNode *Parent, SDValue N, SDValue &Base,
2945 bool X86DAGToDAGISel::selectAddr(SDNode *Parent, SDValue N, SDValue &Base, in selectAddr() function in X86DAGToDAGISel
3215 return selectAddr(N.getNode(), in tryFoldLoad()
3229 return selectAddr(N.getNode(), in tryFoldBroadcast()
3605 if (!selectAddr(LoadNode, LoadNode->getBasePtr(), Base, Scale, Index, Disp, in foldLoadStoreIntoMemOperand()
6556 if (!selectAddr(Node, Addr, Base, Scale, Index, Disp, Segment)) in Select()
6600 if (!selectAddr(nullptr, Op, Op0, Op1, Op2, Op3, Op4)) in SelectInlineAsmMemoryOperand()
H A DX86InstrFragments.td360 def addr : ComplexPattern<iPTR, 5, "selectAddr", [], [SDNPWantParent]>;