| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | PseudoSourceValue.cpp | 112 const PseudoSourceValue *PseudoSourceValueManager::getGOT() { return &GOTPSV; } in getGOT() function in PseudoSourceValueManager
|
| H A D | MachineOperand.cpp | 1053 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/ |
| H A D | PseudoSourceValue.h | 174 const PseudoSourceValue *getGOT();
|
| H A D | MachineMemOperand.h | 108 static MachinePointerInfo getGOT(MachineFunction &MF);
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMInstrInfo.cpp | 136 MachinePointerInfo::getGOT(*MBB.getParent()), Flags, 4, Align(4)); in expandLoadStackGuard()
|
| H A D | ARMInstructionSelector.cpp | 655 MachinePointerInfo::getGOT(MF), MachineMemOperand::MOLoad, in selectGlobal()
|
| H A D | ARMISelLowering.cpp | 2714 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()
|
| H A D | ARMBaseInstrInfo.cpp | 4994 MachinePointerInfo::getGOT(*MBB.getParent()), Flags, 4, Align(4)); in expandLoadStackGuardBase()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/ |
| H A D | CSKYISelLowering.h | 157 MachinePointerInfo::getGOT(DAG.getMachineFunction()));
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsInstructionSelector.cpp | 683 MF, MF.getMachineMemOperand(MachinePointerInfo::getGOT(MF), in select() 731 MachinePointerInfo::getGOT(MF), MachineMemOperand::MOLoad, 4, in select()
|
| H A D | MipsISelLowering.h | 389 MachinePointerInfo::getGOT(DAG.getMachineFunction())); in getAddrLocal()
|
| H A D | MipsISelLowering.cpp | 2113 MachinePointerInfo::getGOT(DAG.getMachineFunction())); in lowerGlobalAddress() 2118 DAG.getEntryNode(), MachinePointerInfo::getGOT(DAG.getMachineFunction())); in lowerGlobalAddress()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/ |
| H A D | ReducerWorkItem.cpp | 174 NewPtrInfo.V = PSVMgr.getGOT(); in cloneMemOperands()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 999 SDValue getGOT(NodeTy *N, SelectionDAG &DAG, unsigned Flags = 0) const;
|
| H A D | AArch64ISelLowering.cpp | 7912 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/M68k/ |
| H A D | M68kISelLowering.cpp | 782 MachinePointerInfo::getGOT(DAG.getMachineFunction())); in LowerCall() 2588 MachinePointerInfo::getGOT(DAG.getMachineFunction())); in LowerExternalSymbol() 2653 MachinePointerInfo::getGOT(DAG.getMachineFunction())); in LowerGlobalAddress()
|
| /openbsd-src/gnu/llvm/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 | 1042 MachinePointerInfo::getGOT(DAG.getMachineFunction())); in makeAddress()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIParser.cpp | 3170 PSV = MF.getPSVManager().getGOT(); in parseMemoryPseudoSourceValue()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 2123 MachinePointerInfo::getGOT(DAG.getMachineFunction())); in makeAddress()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 3243 MachinePointerInfo::getGOT(DAG.getMachineFunction())); in lowerGlobalAddress() 3397 MachinePointerInfo::getGOT(DAG.getMachineFunction())); in lowerGlobalTLSAddress()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULegalizerInfo.cpp | 2573 MachinePointerInfo::getGOT(MF), in legalizeGlobalValue()
|
| H A D | SIISelLowering.cpp | 6161 = MachinePointerInfo::getGOT(DAG.getMachineFunction()); in LowerGlobalAddress()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 4401 MachinePointerInfo::getGOT(MF), in getAddr() 4476 MachinePointerInfo::getGOT(MF), in getStaticTLSAddr()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.cpp | 4838 MachinePointerInfo::getGOT(*MBB.getParent()), Flags, 8, Align(8)); in expandLoadStackGuard()
|