| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelDAGToDAG.h | 97 void SelectTcgen05Ld(SDNode *N, bool hasOffset = false); 98 void SelectTcgen05St(SDNode *N, bool hasOffset = false);
|
| H A D | NVPTXISelDAGToDAG.cpp | 288 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 D | NVPTXISelLowering.cpp | 5957 bool hasOffset = false) { in ReplaceTcgen05Ld() argument 5977 if (hasOffset) { in ReplaceTcgen05Ld()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | Address.h | 225 assert(hasOffset() && in setElementType() 244 bool hasOffset() const { return Offset; } in hasOffset() function 277 if (!hasOffset()) in withElementType()
|
| H A D | CGBuilder.h | 196 if (!Addr.hasOffset()) 361 if (!Addr.hasOffset())
|
| H A D | CGPointerAuth.cpp | 729 if (CurInfo == NewInfo && !hasOffset()) in getResignedAddress()
|
| H A D | CodeGenFunction.h | 3512 assert(!Addr.hasOffset() && "unexpected offset");
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/ |
| H A D | MCTargetAsmParser.h | 86 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 D | SelectionDAGAddressAnalysis.cpp | 306 if (LN->hasOffset()) in match()
|
| H A D | SelectionDAGDumper.cpp | 950 if (LN->hasOffset()) in print_details()
|
| H A D | DAGCombiner.cpp | 22718 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 D | SelectionDAG.cpp | 789 if (cast<LifetimeSDNode>(N)->hasOffset()) { in AddNodeIDCustom()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | AliasAnalysis.h | 123 constexpr bool hasOffset() const { return HasOffset; } in hasOffset() function 137 if (DoSwap && hasOffset())
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | AliasAnalysis.cpp | 409 if (AR.hasOffset()) in operator <<()
|
| H A D | MemoryDependenceAnalysis.cpp | 515 if (R == AliasResult::PartialAlias && R.hasOffset()) { in getSimplePointerDependencyFrom()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGNodes.h | 2017 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 D | SMInstructions.td | 93 class OffsetMode<bit hasOffset, bit hasSOffset, string variant, 95 bit HasOffset = hasOffset;
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | DeadStoreElimination.cpp | 1141 if (AAR == AliasResult::PartialAlias && AAR.hasOffset()) { in isOverwrite()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 6096 if (AR.IntelExp.hasOffset()) { in parseMSInlineAsm()
|
| H A D | MasmParser.cpp | 6049 if (AR.IntelExp.hasOffset()) { in parseMSInlineAsm()
|