Home
last modified time | relevance | path

Searched refs:hasOffset (Results 1 – 17 of 17) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDAddress.h223 assert(hasOffset() && in setElementType()
242 bool hasOffset() const { return Offset; } in hasOffset() function
275 if (!hasOffset()) in withElementType()
HDCGBuilder.h191 if (!Addr.hasOffset())
355 if (!Addr.hasOffset())
HDCGPointerAuth.cpp592 if (CurInfo == NewInfo && !hasOffset()) in getResignedAddress()
HDCodeGenFunction.h3467 assert(!Addr.hasOffset() && "unexpected offset");
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
HDMCTargetAsmParser.h85 bool hasOffset() const { return !OffsetName.empty(); } in hasOffset() function
88 bool emitImm() const { return !(hasRegs() || hasOffset()); } in emitImm()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDAliasAnalysis.h127 constexpr bool hasOffset() const { return HasOffset; } in hasOffset() function
141 if (DoSwap && hasOffset())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGAddressAnalysis.cpp306 if (LN->hasOffset()) in match()
HDSelectionDAGDumper.cpp905 if (LN->hasOffset()) in print_details()
HDDAGCombiner.cpp21661 if (!LifetimeEnd->hasOffset()) in visitLIFETIME_END()
28279 (LN->hasOffset()) ? LN->getOffset() : 0, in mayAlias()
28280 (LN->hasOffset()) ? LocationSize::precise(LN->getSize()) in mayAlias()
HDSelectionDAG.cpp764 if (cast<LifetimeSDNode>(N)->hasOffset()) { in AddNodeIDCustom()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDAliasAnalysis.cpp421 if (AR.hasOffset()) in operator <<()
HDMemoryDependenceAnalysis.cpp552 if (R == AliasResult::PartialAlias && R.hasOffset()) { in getSimplePointerDependencyFrom()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDSelectionDAGNodes.h1904 bool hasOffset() const { return Offset >= 0; }
1906 assert(hasOffset() && "offset is unknown");
1910 assert(hasOffset() && "offset is unknown");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSMInstructions.td89 class OffsetMode<bit hasOffset, bit hasSOffset, string variant,
91 bit HasOffset = hasOffset;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDDeadStoreElimination.cpp1012 if (AAR == AliasResult::PartialAlias && AAR.hasOffset()) { in isOverwrite()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
HDAsmParser.cpp6160 if (AR.IntelExp.hasOffset()) { in parseMSInlineAsm()
HDMasmParser.cpp7513 if (AR.IntelExp.hasOffset()) { in parseMSInlineAsm()