Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/Utils/
H A DLayoutUtils.cpp176 return structType.hasOffset() || !structType.getNumElements(); in isLegalType()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSMInstructions.td90 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 DSPIRVDialect.cpp831 if (type.hasOffset() || !decorations.empty()) { in print()
833 if (type.hasOffset()) { in print()
H A DSPIRVTypes.cpp1014 bool StructType::hasOffset() const { return getImpl()->offsetInfo; } in hasOffset() function in StructType
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGAddressAnalysis.cpp301 if (LN->hasOffset()) in match()
H A DSelectionDAGDumper.cpp825 if (LN->hasOffset()) in print_details()
H A DDAGCombiner.cpp19200 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 DSelectionDAG.cpp675 if (cast<LifetimeSDNode>(N)->hasOffset()) { in AddNodeIDCustom()
/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Serialization/
H A DSerializer.cpp535 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 DSPIRVTypes.h368 bool hasOffset() const;
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h117 constexpr bool hasOffset() const { return HasOffset; } in hasOffset() function
131 if (DoSwap && hasOffset())
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1799 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 DAliasAnalysis.cpp463 if (AR.hasOffset()) in operator <<()
H A DMemoryDependenceAnalysis.cpp517 if (R == AliasResult::PartialAlias && R.hasOffset()) { in getSimplePointerDependencyFrom()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp893 if (AAR == AliasResult::PartialAlias && AAR.hasOffset()) { in isOverwrite()
/llvm-project-15.0.7/mlir/lib/Conversion/SPIRVToLLVM/
H A DSPIRVToLLVM.cpp289 if (type.hasOffset()) in convertStructType()
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DAsmParser.cpp6134 if (AR.IntelExp.hasOffset()) { in parseMSInlineAsm()
H A DMasmParser.cpp7528 if (AR.IntelExp.hasOffset()) { in parseMSInlineAsm()