Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DPseudoSourceValueManager.h46 const PseudoSourceValue *getGOT();
H A DPseudoSourceValue.h
H A DMachineMemOperand.h110 static MachinePointerInfo getGOT(MachineFunction &MF);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp114 const PseudoSourceValue *PseudoSourceValueManager::getGOT() { return &GOTPSV; } in getGOT() function in PseudoSourceValueManager
H A DMachineOperand.cpp1071 MachinePointerInfo MachinePointerInfo::getGOT(MachineFunction &MF) { in getGOT() function in MachinePointerInfo
1072 return MachinePointerInfo(MF.getPSVManager().getGOT()); in getGOT()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrInfo.cpp140 MachinePointerInfo::getGOT(*MBB.getParent()), Flags, 4, Align(4)); in expandLoadStackGuard()
H A DARMInstructionSelector.cpp657 MachinePointerInfo::getGOT(MF), MachineMemOperand::MOLoad, in selectGlobal()
H A DARMISelLowering.cpp2745 MachinePointerInfo::getGOT(DAG.getMachineFunction()), MaybeAlign(), in LowerCall()
2762 MachinePointerInfo::getGOT(DAG.getMachineFunction())); in LowerCall()
3594 MachinePointerInfo::getGOT(DAG.getMachineFunction()), Align(4), in LowerGlobalTLSAddressDarwin()
3954 MachinePointerInfo::getGOT(DAG.getMachineFunction())); in LowerGlobalAddressELF()
4023 MachinePointerInfo::getGOT(DAG.getMachineFunction())); in LowerGlobalAddressDarwin()
4055 MachinePointerInfo::getGOT(DAG.getMachineFunction())); in LowerGlobalAddressWindows()
H A DARMBaseInstrInfo.cpp4993 MachinePointerInfo::getGOT(*MBB.getParent()), Flags, 4, Align(4)); in expandLoadStackGuardBase()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.h157 MachinePointerInfo::getGOT(DAG.getMachineFunction()));
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp678 MF, MF.getMachineMemOperand(MachinePointerInfo::getGOT(MF), in select()
726 MachinePointerInfo::getGOT(MF), MachineMemOperand::MOLoad, 4, in select()
H A DMipsISelLowering.h391 MachinePointerInfo::getGOT(DAG.getMachineFunction())); in getAddrLocal()
H A DMipsISelLowering.cpp2136 MachinePointerInfo::getGOT(DAG.getMachineFunction())); in lowerGlobalAddress()
2141 DAG.getEntryNode(), MachinePointerInfo::getGOT(DAG.getMachineFunction())); in lowerGlobalAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp1017 MachinePointerInfo::getGOT(MF), in selectAddr()
1071 MachinePointerInfo::getGOT(MF), in selectAddr()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCInstructionSelector.cpp674 MachinePointerInfo::getGOT(*MF), MachineMemOperand::MOLoad, in selectConstantPool()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp801 MachinePointerInfo::getGOT(DAG.getMachineFunction())); in LowerCall()
1491 MachinePointerInfo::getGOT(DAG.getMachineFunction())); in LowerTLSInitialExec()
2711 MachinePointerInfo::getGOT(DAG.getMachineFunction())); in LowerExternalSymbol()
2776 MachinePointerInfo::getGOT(DAG.getMachineFunction())); in LowerGlobalAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h1115 SDValue getGOT(NodeTy *N, SelectionDAG &DAG, unsigned Flags = 0) const;
H A DAArch64ISelLowering.cpp9196 SDValue AArch64TargetLowering::getGOT(NodeTy *N, SelectionDAG &DAG, in getGOT() function in AArch64TargetLowering
9261 return getGOT(GN, DAG, OpFlags); in LowerGlobalAddress()
9277 MachinePointerInfo::getGOT(DAG.getMachineFunction())); in LowerGlobalAddress()
9329 MachinePointerInfo::getGOT(DAG.getMachineFunction()), in LowerDarwinGlobalTLSAddress()
10875 return getGOT(CP, DAG); in LowerConstantPool()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrInfo.td447 def getGOT : Operand<iPTR>;
1971 def GETGOT : Pseudo<(outs getGOT:$getpcseq), (ins), "$getpcseq">;
H A DVEISelLowering.cpp1040 MachinePointerInfo::getGOT(DAG.getMachineFunction())); in makeAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1883 MachinePointerInfo::getGOT(DAG.getMachineFunction())); in getzOSCalleeAndADA()
1887 MachinePointerInfo::getGOT(DAG.getMachineFunction())); in getzOSCalleeAndADA()
3543 MachinePointerInfo::getGOT(DAG.getMachineFunction())); in lowerGlobalAddress()
3700 MachinePointerInfo::getGOT(DAG.getMachineFunction())); in lowerGlobalTLSAddress()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp3189 PSV = MF.getPSVManager().getGOT(); in parseMemoryPseudoSourceValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp1746 MachinePointerInfo::getGOT(MF), in getAddr()
1808 MachinePointerInfo::getGOT(MF), in getStaticTLSAddr()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2161 MachinePointerInfo::getGOT(DAG.getMachineFunction())); in makeAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp3039 MachinePointerInfo::getGOT(MF), in legalizeGlobalValue()

12