Searched refs:getGOT (Results 1 - 21 of 21) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp118 const PseudoSourceValue *PseudoSourceValueManager::getGOT() { return &GOTPSV; } function in class:PseudoSourceValueManager
H A DMachineOperand.cpp993 MachinePointerInfo MachinePointerInfo::getGOT(MachineFunction &MF) { function in class:MachinePointerInfo
994 return MachinePointerInfo(MF.getPSVManager().getGOT());
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h176 const PseudoSourceValue *getGOT();
H A DMachineMemOperand.h107 static MachinePointerInfo getGOT(MachineFunction &MF);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrInfo.cpp129 MachinePointerInfo::getGOT(*MBB.getParent()), Flags, 4, 4);
H A DARMInstructionSelector.cpp657 MachinePointerInfo::getGOT(MF), MachineMemOperand::MOLoad,
H A DARMISelLowering.cpp2365 MachinePointerInfo::getGOT(DAG.getMachineFunction()),
2382 MachinePointerInfo::getGOT(DAG.getMachineFunction()));
3125 MachinePointerInfo::getGOT(DAG.getMachineFunction()),
3491 MachinePointerInfo::getGOT(DAG.getMachineFunction()));
3557 MachinePointerInfo::getGOT(DAG.getMachineFunction()));
3589 MachinePointerInfo::getGOT(DAG.getMachineFunction()));
H A DARMBaseInstrInfo.cpp4785 MachinePointerInfo::getGOT(*MBB.getParent()), Flags, 4, 4);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp584 MF, MF.getMachineMemOperand(MachinePointerInfo::getGOT(MF),
632 MF.getMachineMemOperand(MachinePointerInfo::getGOT(MF),
H A DMipsISelLowering.h399 MachinePointerInfo::getGOT(DAG.getMachineFunction()));
H A DMipsISelLowering.cpp2109 MachinePointerInfo::getGOT(DAG.getMachineFunction()));
2114 DAG.getEntryNode(), MachinePointerInfo::getGOT(DAG.getMachineFunction()));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h692 SDValue getGOT(NodeTy *N, SelectionDAG &DAG, unsigned Flags = 0) const;
H A DAArch64ISelLowering.cpp4498 SDValue AArch64TargetLowering::getGOT(NodeTy *N, SelectionDAG &DAG, function in class:AArch64TargetLowering
4500 LLVM_DEBUG(dbgs() << "AArch64TargetLowering::getGOT\n");
4563 return getGOT(GN, DAG, OpFlags);
4578 MachinePointerInfo::getGOT(DAG.getMachineFunction()));
4630 MachinePointerInfo::getGOT(DAG.getMachineFunction()),
5576 return getGOT(CP, DAG);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2820 PSV = MF.getPSVManager().getGOT();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp1726 MachinePointerInfo::getGOT(MF),
H A DSIISelLowering.cpp5119 = MachinePointerInfo::getGOT(DAG.getMachineFunction());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp3001 MachinePointerInfo::getGOT(DAG.getMachineFunction()));
3155 MachinePointerInfo::getGOT(DAG.getMachineFunction()));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1968 MachinePointerInfo::getGOT(DAG.getMachineFunction()));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3991 MachinePointerInfo::getGOT(*MBB.getParent()), Flags, 8, 8);
H A DX86ISelLowering.cpp18170 MachinePointerInfo::getGOT(DAG.getMachineFunction()));
18325 MachinePointerInfo::getGOT(DAG.getMachineFunction()));
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp2761 MachinePointerInfo::getGOT(DAG.getMachineFunction()), 0,

Completed in 1021 milliseconds