Searched refs:GlobalOffset (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | SourceManager.h | 1263 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 D | AMDGPUGISel.td | 124 GIComplexPatternEquiv<GlobalOffset>;
|
H A D | FLATInstructions.td | 10 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 D | ASTReaderDecl.cpp | 3229 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 D | ASTReader.h | 1441 RecordLocation getLocalBitOffset(uint64_t GlobalOffset);
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Compiler.cpp | 3885 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 D | SPIRVSymbolicOperands.td | 1278 defm GlobalOffset : BuiltInOperand<33, 0, 0, [], [Kernel]>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 18618 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()
|