Searched refs:matchFirstType (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/ |
D | Operations.cpp | 111 return {Weight, {anyIntType(), matchFirstType()}, buildOp}; in binOpDescriptor() 117 return {Weight, {anyFloatType(), matchFirstType()}, buildOp}; in binOpDescriptor() 133 return {Weight, {anyIntType(), matchFirstType()}, buildOp}; in cmpOpDescriptor() 135 return {Weight, {anyFloatType(), matchFirstType()}, buildOp}; in cmpOpDescriptor() 317 {anyVectorType(), matchFirstType(), validShuffleVectorIndex()}, in shuffleVectorDescriptor()
|
D | RandomIRBuilder.cpp | 122 Value *Ptr = findPointer(BB, Insts, {V}, matchFirstType()); in newSink()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/FuzzMutate/ |
D | OpDescriptor.h | 195 static inline SourcePred matchFirstType() { in matchFirstType() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/FuzzMutate/ |
D | OperationsTest.cpp | 163 auto First = matchFirstType(); in TEST()
|