Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1900 static int isRepeatedByteSequence(const ConstantDataSequential *V) { in isRepeatedByteSequence() function
1913 static int isRepeatedByteSequence(const Value *V, const DataLayout &DL) { in isRepeatedByteSequence() function
1930 int Byte = isRepeatedByteSequence(Op0, DL); in isRepeatedByteSequence()
1942 return isRepeatedByteSequence(CDS); in isRepeatedByteSequence()
1952 int Value = isRepeatedByteSequence(CDS, DL); in emitGlobalConstantDataSequential()
1992 int Value = isRepeatedByteSequence(CA, DL); in emitGlobalConstantArray()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2377 static int isRepeatedByteSequence(const ConstantDataSequential *V) { in isRepeatedByteSequence() function
2389 static int isRepeatedByteSequence(const Value *V, const DataLayout &DL) { in isRepeatedByteSequence() function
2406 int Byte = isRepeatedByteSequence(Op0, DL); in isRepeatedByteSequence()
2418 return isRepeatedByteSequence(CDS); in isRepeatedByteSequence()
2427 int Value = isRepeatedByteSequence(CDS, DL); in emitGlobalConstantDataSequential()
2468 int Value = isRepeatedByteSequence(CA, DL); in emitGlobalConstantArray()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2515 static int isRepeatedByteSequence(const ConstantDataSequential *V) { in isRepeatedByteSequence() function
2527 static int isRepeatedByteSequence(const Value *V, const DataLayout &DL) { in isRepeatedByteSequence() function
2544 int Byte = isRepeatedByteSequence(Op0, DL); in isRepeatedByteSequence()
2556 return isRepeatedByteSequence(CDS); in isRepeatedByteSequence()
2565 int Value = isRepeatedByteSequence(CDS, DL); in emitGlobalConstantDataSequential()
2606 int Value = isRepeatedByteSequence(CA, DL); in emitGlobalConstantArray()