Home
last modified time | relevance | path

Searched refs:getGOT (Results 1 – 25 of 25) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DPseudoSourceValue.cpp112 const PseudoSourceValue *PseudoSourceValueManager::getGOT() { return &GOTPSV; } in getGOT() function in PseudoSourceValueManager
DMachineOperand.cpp1053 MachinePointerInfo MachinePointerInfo::getGOT(MachineFunction &MF) { in getGOT() function in MachinePointerInfo
1054 return MachinePointerInfo(MF.getPSVManager().getGOT()); in getGOT()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DPseudoSourceValue.h174 const PseudoSourceValue *getGOT();
DMachineMemOperand.h108 static MachinePointerInfo getGOT(MachineFunction &MF);
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMInstrInfo.cpp136 MachinePointerInfo::getGOT(*MBB.getParent()), Flags, 4, Align(4)); in expandLoadStackGuard()
DARMInstructionSelector.cpp655 MachinePointerInfo::getGOT(MF), MachineMemOperand::MOLoad, in selectGlobal()
DARMISelLowering.cpp2714 MachinePointerInfo::getGOT(DAG.getMachineFunction()), MaybeAlign(), in LowerCall()
2731 MachinePointerInfo::getGOT(DAG.getMachineFunction())); in LowerCall()
3557 MachinePointerInfo::getGOT(DAG.getMachineFunction()), Align(4), in LowerGlobalTLSAddressDarwin()
3919 MachinePointerInfo::getGOT(DAG.getMachineFunction())); in LowerGlobalAddressELF()
3985 MachinePointerInfo::getGOT(DAG.getMachineFunction())); in LowerGlobalAddressDarwin()
4017 MachinePointerInfo::getGOT(DAG.getMachineFunction())); in LowerGlobalAddressWindows()
DARMBaseInstrInfo.cpp4994 MachinePointerInfo::getGOT(*MBB.getParent()), Flags, 4, Align(4)); in expandLoadStackGuardBase()
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsInstructionSelector.cpp683 MF, MF.getMachineMemOperand(MachinePointerInfo::getGOT(MF), in select()
731 MachinePointerInfo::getGOT(MF), MachineMemOperand::MOLoad, 4, in select()
DMipsISelLowering.h389 MachinePointerInfo::getGOT(DAG.getMachineFunction())); in getAddrLocal()
DMipsISelLowering.cpp2113 MachinePointerInfo::getGOT(DAG.getMachineFunction())); in lowerGlobalAddress()
2118 DAG.getEntryNode(), MachinePointerInfo::getGOT(DAG.getMachineFunction())); in lowerGlobalAddress()
/openbsd/src/gnu/llvm/llvm/tools/llvm-reduce/
DReducerWorkItem.cpp174 NewPtrInfo.V = PSVMgr.getGOT(); in cloneMemOperands()
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h999 SDValue getGOT(NodeTy *N, SelectionDAG &DAG, unsigned Flags = 0) const;
DAArch64ISelLowering.cpp7912 SDValue AArch64TargetLowering::getGOT(NodeTy *N, SelectionDAG &DAG, in getGOT() function in AArch64TargetLowering
7977 return getGOT(GN, DAG, OpFlags); in LowerGlobalAddress()
7993 MachinePointerInfo::getGOT(DAG.getMachineFunction())); in LowerGlobalAddress()
8045 MachinePointerInfo::getGOT(DAG.getMachineFunction()), in LowerDarwinGlobalTLSAddress()
9366 return getGOT(CP, DAG); in LowerConstantPool()
/openbsd/src/gnu/llvm/llvm/lib/Target/VE/
DVEInstrInfo.td447 def getGOT : Operand<iPTR>;
1971 def GETGOT : Pseudo<(outs getGOT:$getpcseq), (ins), "$getpcseq">;
DVEISelLowering.cpp1042 MachinePointerInfo::getGOT(DAG.getMachineFunction())); in makeAddress()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp3170 PSV = MF.getPSVManager().getGOT(); in parseMemoryPseudoSourceValue()
/openbsd/src/gnu/llvm/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp2123 MachinePointerInfo::getGOT(DAG.getMachineFunction())); in makeAddress()
/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp3243 MachinePointerInfo::getGOT(DAG.getMachineFunction())); in lowerGlobalAddress()
3397 MachinePointerInfo::getGOT(DAG.getMachineFunction())); in lowerGlobalTLSAddress()
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DAMDGPULegalizerInfo.cpp2573 MachinePointerInfo::getGOT(MF), in legalizeGlobalValue()
DSIISelLowering.cpp6161 = MachinePointerInfo::getGOT(DAG.getMachineFunction()); in LowerGlobalAddress()
/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp4401 MachinePointerInfo::getGOT(MF), in getAddr()
4476 MachinePointerInfo::getGOT(MF), in getStaticTLSAddr()
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86InstrInfo.cpp4838 MachinePointerInfo::getGOT(*MBB.getParent()), Flags, 8, Align(8)); in expandLoadStackGuard()
DX86ISelLowering.cpp20712 MachinePointerInfo::getGOT(DAG.getMachineFunction())); in LowerGlobalOrExternal()
20875 MachinePointerInfo::getGOT(DAG.getMachineFunction())); in LowerToTLSExecModel()
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp3134 MachinePointerInfo::getGOT(DAG.getMachineFunction()), std::nullopt, in getTOCEntry()