Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.h97 void SelectTcgen05Ld(SDNode *N, bool hasOffset = false);
98 void SelectTcgen05St(SDNode *N, bool hasOffset = false);
H A DNVPTXISelDAGToDAG.cpp288 void NVPTXDAGToDAGISel::SelectTcgen05Ld(SDNode *N, bool hasOffset) { in SelectTcgen05Ld() argument
292 if (hasOffset) { in SelectTcgen05Ld()
2430 void NVPTXDAGToDAGISel::SelectTcgen05St(SDNode *N, bool hasOffset) { in SelectTcgen05St() argument
2438 if (hasOffset) in SelectTcgen05St()
2443 for (unsigned I = hasOffset ? 4 : 3; I < (N->getNumOperands() - 1); I++) in SelectTcgen05St()
H A DNVPTXISelLowering.cpp5957 bool hasOffset = false) { in ReplaceTcgen05Ld() argument
5977 if (hasOffset) { in ReplaceTcgen05Ld()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DAddress.h225 assert(hasOffset() && in setElementType()
244 bool hasOffset() const { return Offset; } in hasOffset() function
277 if (!hasOffset()) in withElementType()
H A DCGBuilder.h196 if (!Addr.hasOffset())
361 if (!Addr.hasOffset())
H A DCGPointerAuth.cpp729 if (CurInfo == NewInfo && !hasOffset()) in getResignedAddress()
H A DCodeGenFunction.h3512 assert(!Addr.hasOffset() && "unexpected offset");
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h86 bool hasOffset() const { return !OffsetName.empty(); } in hasOffset() function
89 bool emitImm() const { return !(hasRegs() || hasOffset()); } in emitImm()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGAddressAnalysis.cpp306 if (LN->hasOffset()) in match()
H A DSelectionDAGDumper.cpp950 if (LN->hasOffset()) in print_details()
H A DDAGCombiner.cpp22718 if (!LifetimeEnd->hasOffset()) in visitLIFETIME_END()
29407 (LN->hasOffset()) ? LN->getOffset() : 0, in mayAlias()
29408 (LN->hasOffset()) ? LocationSize::precise(LN->getSize()) in mayAlias()
H A DSelectionDAG.cpp789 if (cast<LifetimeSDNode>(N)->hasOffset()) { in AddNodeIDCustom()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h123 constexpr bool hasOffset() const { return HasOffset; } in hasOffset() function
137 if (DoSwap && hasOffset())
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasAnalysis.cpp409 if (AR.hasOffset()) in operator <<()
H A DMemoryDependenceAnalysis.cpp515 if (R == AliasResult::PartialAlias && R.hasOffset()) { in getSimplePointerDependencyFrom()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h2017 bool hasOffset() const { return Offset >= 0; }
2019 assert(hasOffset() && "offset is unknown");
2023 assert(hasOffset() && "offset is unknown");
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSMInstructions.td93 class OffsetMode<bit hasOffset, bit hasSOffset, string variant,
95 bit HasOffset = hasOffset;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp1141 if (AAR == AliasResult::PartialAlias && AAR.hasOffset()) { in isOverwrite()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp6096 if (AR.IntelExp.hasOffset()) { in parseMSInlineAsm()
H A DMasmParser.cpp6049 if (AR.IntelExp.hasOffset()) { in parseMSInlineAsm()