| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/Utils/ |
| H A D | LayoutUtils.cpp | 176 return structType.hasOffset() || !structType.getNumElements(); in isLegalType()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | SMInstructions.td | 90 class OffsetMode<bit hasOffset, bit hasSOffset, string variant, 92 bit HasOffset = hasOffset; 107 bit hasOffset, bit hasSOffset> 117 let has_offset = hasOffset; 150 string asmOffsets, bit hasOffset, bit hasSOffset> 159 let has_offset = hasOffset;
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/ |
| H A D | SPIRVDialect.cpp | 831 if (type.hasOffset() || !decorations.empty()) { in print() 833 if (type.hasOffset()) { in print()
|
| H A D | SPIRVTypes.cpp | 1014 bool StructType::hasOffset() const { return getImpl()->offsetInfo; } in hasOffset() function in StructType
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGAddressAnalysis.cpp | 301 if (LN->hasOffset()) in match()
|
| H A D | SelectionDAGDumper.cpp | 825 if (LN->hasOffset()) in print_details()
|
| H A D | DAGCombiner.cpp | 19200 if (!LifetimeEnd->hasOffset()) in visitLIFETIME_END() 24608 (LN->hasOffset()) ? LN->getOffset() : 0, in mayAlias() 24609 (LN->hasOffset()) ? Optional<int64_t>(LN->getSize()) in mayAlias()
|
| H A D | SelectionDAG.cpp | 675 if (cast<LifetimeSDNode>(N)->hasOffset()) { in AddNodeIDCustom()
|
| /llvm-project-15.0.7/mlir/lib/Target/SPIRV/Serialization/ |
| H A D | Serializer.cpp | 535 bool hasOffset = structType.hasOffset(); in prepareBasicType() local 544 if (hasOffset) { in prepareBasicType()
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/ |
| H A D | SPIRVTypes.h | 368 bool hasOffset() const;
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | AliasAnalysis.h | 117 constexpr bool hasOffset() const { return HasOffset; } in hasOffset() function 131 if (DoSwap && hasOffset())
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGNodes.h | 1799 bool hasOffset() const { return Offset >= 0; } 1801 assert(hasOffset() && "offset is unknown"); 1805 assert(hasOffset() && "offset is unknown");
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | AliasAnalysis.cpp | 463 if (AR.hasOffset()) in operator <<()
|
| H A D | MemoryDependenceAnalysis.cpp | 517 if (R == AliasResult::PartialAlias && R.hasOffset()) { in getSimplePointerDependencyFrom()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | DeadStoreElimination.cpp | 893 if (AAR == AliasResult::PartialAlias && AAR.hasOffset()) { in isOverwrite()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/SPIRVToLLVM/ |
| H A D | SPIRVToLLVM.cpp | 289 if (type.hasOffset()) in convertStructType()
|
| /llvm-project-15.0.7/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 6134 if (AR.IntelExp.hasOffset()) { in parseMSInlineAsm()
|
| H A D | MasmParser.cpp | 7528 if (AR.IntelExp.hasOffset()) { in parseMSInlineAsm()
|