Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DAddress.h223 assert(hasOffset() && in setElementType()
242 bool hasOffset() const { return Offset; } in hasOffset() function
275 if (!hasOffset()) in withElementType()
H A DCGBuilder.h191 if (!Addr.hasOffset())
355 if (!Addr.hasOffset())
H A DCGPointerAuth.cpp592 if (CurInfo == NewInfo && !hasOffset()) in getResignedAddress()
H A DCodeGenFunction.h3467 assert(!Addr.hasOffset() && "unexpected offset");
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h85 bool hasOffset() const { return !OffsetName.empty(); } in hasOffset() function
88 bool emitImm() const { return !(hasRegs() || hasOffset()); } in emitImm()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h127 constexpr bool hasOffset() const { return HasOffset; } in hasOffset() function
141 if (DoSwap && hasOffset())
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGAddressAnalysis.cpp306 if (LN->hasOffset()) in match()
H A DSelectionDAGDumper.cpp905 if (LN->hasOffset()) in print_details()
H A DDAGCombiner.cpp21661 if (!LifetimeEnd->hasOffset()) in visitLIFETIME_END()
28279 (LN->hasOffset()) ? LN->getOffset() : 0, in mayAlias()
28280 (LN->hasOffset()) ? LocationSize::precise(LN->getSize()) in mayAlias()
H A DSelectionDAG.cpp764 if (cast<LifetimeSDNode>(N)->hasOffset()) { in AddNodeIDCustom()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasAnalysis.cpp421 if (AR.hasOffset()) in operator <<()
H A DMemoryDependenceAnalysis.cpp552 if (R == AliasResult::PartialAlias && R.hasOffset()) { in getSimplePointerDependencyFrom()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1904 bool hasOffset() const { return Offset >= 0; }
1906 assert(hasOffset() && "offset is unknown");
1910 assert(hasOffset() && "offset is unknown");
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSMInstructions.td89 class OffsetMode<bit hasOffset, bit hasSOffset, string variant,
91 bit HasOffset = hasOffset;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp1012 if (AAR == AliasResult::PartialAlias && AAR.hasOffset()) { in isOverwrite()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp6160 if (AR.IntelExp.hasOffset()) { in parseMSInlineAsm()
H A DMasmParser.cpp7513 if (AR.IntelExp.hasOffset()) { in parseMSInlineAsm()