Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsics.cpp637 static int lookupLLVMIntrinsicByName(ArrayRef<unsigned> NameOffsetTable, in lookupLLVMIntrinsicByName() argument
653 const unsigned *Low = NameOffsetTable.begin(); in lookupLLVMIntrinsicByName()
654 const unsigned *High = NameOffsetTable.end(); in lookupLLVMIntrinsicByName()
685 if (LastLow == NameOffsetTable.end()) in lookupLLVMIntrinsicByName()
690 return LastLow - NameOffsetTable.begin(); in lookupLLVMIntrinsicByName()
719 auto [NameOffsetTable, Target] = findTargetSubtable(Name); in lookupIntrinsicID()
720 int Idx = lookupLLVMIntrinsicByName(NameOffsetTable, Name, Target); in lookupIntrinsicID()
726 int Adjust = NameOffsetTable.data() - IntrinsicNameOffsetTable; in lookupIntrinsicID()
731 const auto MatchSize = IntrinsicNameTable[NameOffsetTable[Idx]].size(); in lookupIntrinsicID()