Searched refs:GlobalOffset (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | SourceManager.h | 1267 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 D | AMDGPUGISel.td | 124 GIComplexPatternEquiv<GlobalOffset>;
|
| H A D | FLATInstructions.td | 11 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 D | LowerTypeTests.cpp | 1187 uint64_t GlobalOffset = in lowerTypeTestCalls() local 1190 Int8Ty, CombinedGlobalAddr, ConstantInt::get(IntPtrTy, GlobalOffset)), in lowerTypeTestCalls()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 3277 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 D | ASTReader.h | 1626 RecordLocation getLocalBitOffset(uint64_t GlobalOffset);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVSymbolicOperands.td | 1338 defm GlobalOffset : BuiltInOperand<33, 0, 0, [], [Kernel]>;
|
| H A D | SPIRVBuiltins.td | 1377 defm : DemangledGetBuiltin<"get_global_offset", OpenCL_std, GetQuery, GlobalOffset>;
|
| H A D | SPIRVInstructionSelector.cpp | 3065 return loadVec3BuiltinInputID(SPIRV::BuiltIn::GlobalOffset, ResVReg, in selectIntrinsic()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 19302 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()
|