Home
last modified time | relevance | path

Searched refs:IndexWidth (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp28 IndexWidth = 6, enumerator
29 FullIndexWidth = IndexWidth + 4,
386 OS << "/*" << format_decimal(CurrentIdx, IndexWidth) << "*/"; in EmitMatcher()
410 OS << "/*" << format_decimal(CurrentIdx, IndexWidth) << "*/"; in EmitMatcher()
537 OS << "/*" << format_decimal(CurrentIdx, IndexWidth) << "*/"; in EmitMatcher()
562 OS << "/*" << format_decimal(CurrentIdx, IndexWidth) << "*/"; in EmitMatcher()
872 OS << "/*" << format_decimal(CurrentIdx, IndexWidth) << "*/"; in EmitMatcherList()
/llvm-project-15.0.7/clang-tools-extra/pseudo/lib/
H A DForest.cpp81 unsigned IndexWidth = std::max(3, (int)std::to_string(MaxToken).size()); in dumpRecursive() local
83 std::string RangeFormat = formatv("[{{0,{0}}, {{1,{0}}) ", IndexWidth); in dumpRecursive()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DConstantFolding.cpp1304 unsigned IndexWidth = DL.getIndexTypeSizeInBits(Ops0->getType()); in ConstantFoldCompareInstOperands() local
1305 APInt Offset0(IndexWidth, 0); in ConstantFoldCompareInstOperands()
1308 APInt Offset1(IndexWidth, 0); in ConstantFoldCompareInstOperands()
/llvm-project-15.0.7/llvm/lib/IR/
H A DVerifier.cpp3751 ElementCount IndexWidth = IndexVTy->getElementCount(); in visitGetElementPtrInst() local
3752 Check(IndexWidth == GEPWidth, "Invalid GEP index vector width", &GEP); in visitGetElementPtrInst()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp52387 unsigned IndexWidth = Index.getScalarValueSizeInBits(); in combineGatherScatter() local
52397 if (BV->isConstant() && IndexWidth > 32 && in combineGatherScatter()
52398 DAG.ComputeNumSignBits(Index) > (IndexWidth - 32)) { in combineGatherScatter()
52410 IndexWidth > 32 && in combineGatherScatter()
52412 DAG.ComputeNumSignBits(Index) > (IndexWidth - 32)) { in combineGatherScatter()
52462 unsigned IndexWidth = Index.getScalarValueSizeInBits(); in combineGatherScatter() local
52465 if (IndexWidth != 32 && IndexWidth != 64) { in combineGatherScatter()
52466 MVT EltVT = IndexWidth > 32 ? MVT::i64 : MVT::i32; in combineGatherScatter()