Home
last modified time | relevance | path

Searched defs:TagOffset (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dexecutor_address.h45 constexpr Tag(uintptr_t TagValue, uintptr_t TagOffset) in Tag()
60 constexpr Untag(uintptr_t TagLen, uintptr_t TagOffset) in Untag()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DExecutorAddress.h46 constexpr Tag(uintptr_t TagValue, uintptr_t TagOffset) in Tag()
61 constexpr Untag(uintptr_t TagLen, uintptr_t TagOffset) in Untag()
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dexecutor_address_test.cpp70 constexpr uintptr_t TagOffset = 8 * (sizeof(uintptr_t) - 1); in TEST() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h111 std::optional<uint8_t> TagOffset; variable
H A DDebugLocStream.h161 std::optional<uint8_t> TagOffset; global() variable
H A DDwarfCompileUnit.cpp881 auto TagOffset = Multi.getDebugLocListTagOffset(); in applyConcreteDbgVariableAttributes() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h135 std::optional<uint64_t> TagOffset; member
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp4386 int TagOffset = N->getConstantOperandVal(3); in trySelectStackSlotTagP() local
4406 int TagOffset = N->getConstantOperandVal(3); in SelectTagP() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp11330 Value *TagOffset = EmitScalarExpr(E->getArg(1)); in EmitAArch64BuiltinExpr() local