Home
last modified time | relevance | path

Searched defs:Indexed (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DDwarfStringPoolEntry.h42 bool Indexed) in DwarfStringPoolEntryRef()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/FuzzMutate/
H A DOperations.cpp249 Type *Indexed = ExtractValueInst::getIndexedType(Cur[0]->getType(), in validInsertValueIndex() local
260 while (Type *Indexed = ExtractValueInst::getIndexedType(BaseTy, I)) { in validInsertValueIndex() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp7313 bool Indexed = AM != ISD::UNINDEXED; in getLoad() local
7542 bool Indexed = AM != ISD::UNINDEXED; in getMaskedLoad() local
7589 bool Indexed = AM != ISD::UNINDEXED; in getMaskedStore() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp4983 enum class FMAInstKind { Default, Indexed, Accumulator }; enumerator