/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | PseudoSourceValueManager.h | 46 const PseudoSourceValue *getGOT();
|
H A D | PseudoSourceValue.h |
|
H A D | MachineMemOperand.h | 110 static MachinePointerInfo getGOT(MachineFunction &MF);
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | PseudoSourceValue.cpp | 114 const PseudoSourceValue *PseudoSourceValueManager::getGOT() { return &GOTPSV; } in getGOT() function in PseudoSourceValueManager
|
H A D | MachineOperand.cpp | 1071 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 D | ARMInstrInfo.cpp | 140 MachinePointerInfo::getGOT(*MBB.getParent()), Flags, 4, Align(4)); in expandLoadStackGuard()
|
H A D | ARMInstructionSelector.cpp | 657 MachinePointerInfo::getGOT(MF), MachineMemOperand::MOLoad, in selectGlobal()
|
H A D | ARMISelLowering.cpp | 2745 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 D | ARMBaseInstrInfo.cpp | 4993 MachinePointerInfo::getGOT(*MBB.getParent()), Flags, 4, Align(4)); in expandLoadStackGuardBase()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYISelLowering.h | 157 MachinePointerInfo::getGOT(DAG.getMachineFunction()));
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsInstructionSelector.cpp | 678 MF, MF.getMachineMemOperand(MachinePointerInfo::getGOT(MF), in select() 726 MachinePointerInfo::getGOT(MF), MachineMemOperand::MOLoad, 4, in select()
|
H A D | MipsISelLowering.h | 391 MachinePointerInfo::getGOT(DAG.getMachineFunction())); in getAddrLocal()
|
H A D | MipsISelLowering.cpp | 2136 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 D | RISCVInstructionSelector.cpp | 1017 MachinePointerInfo::getGOT(MF), in selectAddr() 1071 MachinePointerInfo::getGOT(MF), in selectAddr()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/ |
H A D | PPCInstructionSelector.cpp | 674 MachinePointerInfo::getGOT(*MF), MachineMemOperand::MOLoad, in selectConstantPool()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kISelLowering.cpp | 801 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 D | AArch64ISelLowering.h | 1115 SDValue getGOT(NodeTy *N, SelectionDAG &DAG, unsigned Flags = 0) const;
|
H A D | AArch64ISelLowering.cpp | 9196 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 D | VEInstrInfo.td | 447 def getGOT : Operand<iPTR>; 1971 def GETGOT : Pseudo<(outs getGOT:$getpcseq), (ins), "$getpcseq">;
|
H A D | VEISelLowering.cpp | 1040 MachinePointerInfo::getGOT(DAG.getMachineFunction())); in makeAddress()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 1883 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 D | MIParser.cpp | 3189 PSV = MF.getPSVManager().getGOT(); in parseMemoryPseudoSourceValue()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchISelLowering.cpp | 1746 MachinePointerInfo::getGOT(MF), in getAddr() 1808 MachinePointerInfo::getGOT(MF), in getStaticTLSAddr()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcISelLowering.cpp | 2161 MachinePointerInfo::getGOT(DAG.getMachineFunction())); in makeAddress()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULegalizerInfo.cpp | 3039 MachinePointerInfo::getGOT(MF), in legalizeGlobalValue()
|