Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64ExpandPseudoInsts.cpp66 static uint64_t getChunk(uint64_t Imm, unsigned ChunkIdx) { in getChunk() function
79 const uint64_t Chunk = getChunk(Imm, FromIdx) << ShiftAmt; in replicateChunk()
105 const unsigned Imm16 = getChunk(UImm, ChunkIdx); in tryOrrMovk()
148 ++Counts[getChunk(UImm, Idx)]; in tryToreplicateChunks()
284 int64_t Chunk = getChunk(UImm, Idx); in trySequenceOfOnes()
318 const uint64_t Chunk = getChunk(UImm, Idx); in trySequenceOfOnes()
364 .addImm(getChunk(UImm, FirstMovkIdx)) in trySequenceOfOnes()
380 .addImm(getChunk(UImm, SecondMovkIdx)) in trySequenceOfOnes()
451 if (getChunk(UImm, 0) == getChunk(UImm, 2)) { in expandMOVImm()
466 } else if (getChunk(UImm, 1) == getChunk(UImm, 3)) { in expandMOVImm()
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/
DBinaryExporter.java243 .get(savableName + getChunk(pair)); in save()
253 alreadySaved.put(savableName + getChunk(pair), bucket); in save()
302 protected String getChunk(BinaryIdContentPair pair) { in getChunk() method in BinaryExporter