Home
last modified time | relevance | path

Searched refs:BIdx (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1473 const MemAccessInfo &B, unsigned BIdx, in isDependent() argument
1475 assert (AIdx < BIdx && "Must pass arguments in program order"); in isDependent()
1503 std::swap(AIdx, BIdx); in isDependent()
1512 << *InstMap[BIdx] << ": " << *Dist << "\n"); in isDependent()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h320 const MemAccessInfo &B, unsigned BIdx,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp4609 unsigned BIdx = MaskFirst ? Byte + SystemZ::VectorBytes : Byte; in getGeneralPermuteNode() local
4610 IndexNodes[I] = DAG.getConstant(BIdx, DL, MVT::i32); in getGeneralPermuteNode()