Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/compiler-rt/lib/orc/tests/unit/
H A Dexecutor_address_test.cpp70 constexpr uintptr_t TagOffset = 8 * (sizeof(uintptr_t) - 1); in TEST() local
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h161 std::optional<uint8_t> TagOffset; variable
H A DDwarfExpression.h172 std::optional<uint8_t> TagOffset; variable
H A DDwarfCompileUnit.cpp739 auto TagOffset = DV.getDebugLocListTagOffset(); in constructVariableDIEImpl() local
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/
H A DDIContext.h131 std::optional<uint64_t> TagOffset; member
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp3982 int TagOffset = cast<ConstantSDNode>(N->getOperand(3))->getZExtValue(); in trySelectStackSlotTagP() local
4002 int TagOffset = cast<ConstantSDNode>(N->getOperand(3))->getZExtValue(); in SelectTagP() local
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGBuiltin.cpp10118 Value *TagOffset = EmitScalarExpr(E->getArg(1)); in EmitAArch64BuiltinExpr() local