Searched refs:IndexWidth (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/utils/TableGen/ |
| D | DAGISelMatcherEmitter.cpp | 28 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()
|
| /openbsd/src/gnu/llvm/llvm/lib/Analysis/ |
| D | ConstantFolding.cpp | 1303 unsigned IndexWidth = DL.getIndexTypeSizeInBits(Ops0->getType()); in ConstantFoldCompareInstOperands() local 1304 APInt Offset0(IndexWidth, 0); in ConstantFoldCompareInstOperands() 1307 APInt Offset1(IndexWidth, 0); in ConstantFoldCompareInstOperands()
|
| /openbsd/src/gnu/llvm/llvm/lib/IR/ |
| D | Verifier.cpp | 3816 ElementCount IndexWidth = IndexVTy->getElementCount(); in visitGetElementPtrInst() local 3817 Check(IndexWidth == GEPWidth, "Invalid GEP index vector width", &GEP); in visitGetElementPtrInst()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 53724 unsigned IndexWidth = Index.getScalarValueSizeInBits(); in combineGatherScatter() local 53734 if (BV->isConstant() && IndexWidth > 32 && in combineGatherScatter() 53735 DAG.ComputeNumSignBits(Index) > (IndexWidth - 32)) { in combineGatherScatter() 53747 IndexWidth > 32 && in combineGatherScatter() 53749 DAG.ComputeNumSignBits(Index) > (IndexWidth - 32)) { in combineGatherScatter() 53799 unsigned IndexWidth = Index.getScalarValueSizeInBits(); in combineGatherScatter() local 53802 if (IndexWidth != 32 && IndexWidth != 64) { in combineGatherScatter() 53803 MVT EltVT = IndexWidth > 32 ? MVT::i64 : MVT::i32; in combineGatherScatter()
|