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-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2202 static int isRepeatedByteSequence(const ConstantDataSequential *V) { in isRepeatedByteSequence() function
2214 static int isRepeatedByteSequence(const Value *V, const DataLayout &DL) { in isRepeatedByteSequence() function
2231 int Byte = isRepeatedByteSequence(Op0, DL); in isRepeatedByteSequence()
2243 return isRepeatedByteSequence(CDS); in isRepeatedByteSequence()
2252 int Value = isRepeatedByteSequence(CDS, DL); in emitGlobalConstantDataSequential()
2293 int Value = isRepeatedByteSequence(CA, DL); in emitGlobalConstantArray()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1546 static int isRepeatedByteSequence(const Value *V, TargetMachine &TM) { in isRepeatedByteSequence() function
1573 int Byte = isRepeatedByteSequence(CA->getOperand(0), TM); in isRepeatedByteSequence()
1577 int ThisByte = isRepeatedByteSequence(CA->getOperand(i), TM); in isRepeatedByteSequence()
1594 int Value = isRepeatedByteSequence(CA, AP.TM); in EmitGlobalConstantArray()