Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1263 SourceLocation::UIntTy GlobalOffset = Entry->getOffset() + Offset; in getComposedLoc() local
1264 return Entry->isFile() ? SourceLocation::getFileLoc(GlobalOffset) in getComposedLoc()
1265 : SourceLocation::getMacroLoc(GlobalOffset); in getComposedLoc()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUGISel.td124 GIComplexPatternEquiv<GlobalOffset>;
H A DFLATInstructions.td10 def GlobalOffset : ComplexPattern<iPTR, 2, "SelectGlobalOffset", [], [SDNPWantRoot], -10>;
1046 (node (GlobalOffset (i64 VReg_64:$vaddr), i32:$offset), vt:$in),
1056 (vt (node (GlobalOffset (i64 VReg_64:$vaddr), i32:$offset))),
1089 (node vt:$data, (GlobalOffset i64:$vaddr, i32:$offset)),
1097 (node (GlobalOffset i64:$vaddr, i32:$offset), data_vt:$data),
1160 (vt (node (GlobalOffset i64:$vaddr, i32:$offset), data_vt:$data)),
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3229 ASTReader::RecordLocation ASTReader::getLocalBitOffset(uint64_t GlobalOffset) { in getLocalBitOffset() argument
3230 auto I = GlobalBitOffsetsMap.find(GlobalOffset); in getLocalBitOffset()
3233 return RecordLocation(I->second, GlobalOffset - I->second->GlobalBitOffset); in getLocalBitOffset()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1441 RecordLocation getLocalBitOffset(uint64_t GlobalOffset);
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp3885 if (std::optional<unsigned> GlobalOffset = P.createGlobal(E)) { in VisitBuiltinCallExpr() local
3886 if (!this->emitGetPtrGlobal(*GlobalOffset, E)) in VisitBuiltinCallExpr()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVSymbolicOperands.td1278 defm GlobalOffset : BuiltInOperand<33, 0, 0, [], [Kernel]>;
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp18618 int64_t GlobalOffset = 0; in LowerGlobalOrExternal() local
18621 std::swap(GlobalOffset, Offset); in LowerGlobalOrExternal()
18623 Result = DAG.getTargetGlobalAddress(GV, dl, PtrVT, GlobalOffset, OpFlags); in LowerGlobalOrExternal()