Searched defs:FromIdx (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp95 static uint64_t replicateChunk(uint64_t Imm, unsigned FromIdx, unsigned ToIdx) { argument
96 assert((FromIdx < 4) && (ToIdx < 4) && "Out of range chunk index specified!");
100 const uint64_t Chunk = getChunk(Imm, FromIdx) << ShiftAmt;
/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyStoreResults.cpp88 SlotIndex FromIdx = LIS.getInstructionIndex(MI).getRegSlot(); local
89 VNInfo *FromVNI = FromLI->getVNInfoAt(FromIdx);
133 if (!FromLI->liveAt(FromIdx.getDeadSlot()))

Completed in 114 milliseconds