Home
last modified time | relevance | path

Searched refs:GlobalOffset (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1267 SourceLocation::UIntTy GlobalOffset = Entry->getOffset() + Offset; in getComposedLoc() local
1268 return Entry->isFile() ? SourceLocation::getFileLoc(GlobalOffset) in getComposedLoc()
1269 : SourceLocation::getMacroLoc(GlobalOffset); in getComposedLoc()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUGISel.td124 GIComplexPatternEquiv<GlobalOffset>;
H A DFLATInstructions.td11 def GlobalOffset : ComplexPattern<iPTR, 2, "SelectGlobalOffset", [], [], -10>;
1189 (node (GlobalOffset (i64 VReg_64:$vaddr), i32:$offset), vt:$in),
1194 (vt (node (GlobalOffset (i64 VReg_64:$vaddr), i32:$offset))),
1209 (vt (node (GlobalOffset (i64 VReg_64:$vaddr), i32:$offset))),
1242 (node vt:$data, (GlobalOffset i64:$vaddr, i32:$offset)),
1250 (node (GlobalOffset i64:$vaddr, i32:$offset), data_vt:$data),
1313 (vt (node (GlobalOffset i64:$vaddr, i32:$offset), data_vt:$data)),
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1187 uint64_t GlobalOffset = in lowerTypeTestCalls() local
1190 Int8Ty, CombinedGlobalAddr, ConstantInt::get(IntPtrTy, GlobalOffset)), in lowerTypeTestCalls()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3277 ASTReader::RecordLocation ASTReader::getLocalBitOffset(uint64_t GlobalOffset) { in getLocalBitOffset() argument
3278 auto I = GlobalBitOffsetsMap.find(GlobalOffset); in getLocalBitOffset()
3281 return RecordLocation(I->second, GlobalOffset - I->second->GlobalBitOffset); in getLocalBitOffset()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1626 RecordLocation getLocalBitOffset(uint64_t GlobalOffset);
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVSymbolicOperands.td1338 defm GlobalOffset : BuiltInOperand<33, 0, 0, [], [Kernel]>;
H A DSPIRVBuiltins.td1377 defm : DemangledGetBuiltin<"get_global_offset", OpenCL_std, GetQuery, GlobalOffset>;
H A DSPIRVInstructionSelector.cpp3065 return loadVec3BuiltinInputID(SPIRV::BuiltIn::GlobalOffset, ResVReg, in selectIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp19302 int64_t GlobalOffset = 0; in LowerGlobalOrExternal() local
19305 std::swap(GlobalOffset, Offset); in LowerGlobalOrExternal()
19307 Result = DAG.getTargetGlobalAddress(GV, dl, PtrVT, GlobalOffset, OpFlags); in LowerGlobalOrExternal()