| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | Mips16ISelDAGToDAG.cpp | 89 bool Mips16DAGToDAGISel::selectAddr(bool SPAllowed, SDValue Addr, SDValue &Base, in selectAddr() function in Mips16DAGToDAGISel 160 return selectAddr(false, Addr, Base, Offset); in selectAddr16() 165 return selectAddr(true, Addr, Base, Offset); in selectAddr16SP()
|
| H A D | Mips16ISelDAGToDAG.h | 32 bool selectAddr(bool SPAllowed, SDValue Addr, SDValue &Base,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
| H A D | RISCVInstructionSelector.cpp | 88 bool selectAddr(MachineInstr &MI, MachineIRBuilder &MIB, bool IsLocal = true, 782 return selectAddr(MI, MIB, GV->isDSOLocal(), GV->hasExternalWeakLinkage()); in select() 786 return selectAddr(MI, MIB, MRI); in select() 1098 bool RISCVInstructionSelector::selectAddr(MachineInstr &MI, in selectAddr() function in RISCVInstructionSelector
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrFragments.td | 359 def addr : ComplexPattern<iPTR, 5, "selectAddr">; 360 def gi_addr : GIComplexOperandMatcher<s32, "selectAddr">,
|
| H A D | X86ISelDAGToDAG.cpp | 217 bool selectAddr(SDNode *Parent, SDValue N, SDValue &Base, 3001 bool X86DAGToDAGISel::selectAddr(SDNode *Parent, SDValue N, SDValue &Base, in selectAddr() function in X86DAGToDAGISel 3281 return selectAddr(N.getNode(), in tryFoldLoad() 3295 return selectAddr(N.getNode(), in tryFoldBroadcast() 3671 if (!selectAddr(LoadNode, LoadNode->getBasePtr(), Base, Scale, Index, Disp, in foldLoadStoreIntoMemOperand() 6713 if (!selectAddr(Node, Addr, Base, Scale, Index, Disp, Segment)) in Select() 6768 if (!selectAddr(nullptr, Op, Op0, Op1, Op2, Op3, Op4)) in SelectInlineAsmMemoryOperand()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/ |
| H A D | X86InstructionSelector.cpp | 125 ComplexRendererFns selectAddr(MachineOperand &Root) const; 1913 X86InstructionSelector::selectAddr(MachineOperand &Root) const { in selectAddr() function in X86InstructionSelector
|