HomeSort by relevance Sort by last modified time
    Searched refs:SourcePred (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/FuzzMutate/
RandomIRBuilder.h 45 ArrayRef<Value *> Srcs, fuzzerop::SourcePred Pred);
48 ArrayRef<Value *> Srcs, fuzzerop::SourcePred Pred);
55 ArrayRef<Value *> Srcs, fuzzerop::SourcePred Pred);
57 fuzzerop::SourcePred Pred);
OpDescriptor.h 44 class SourcePred {
61 SourcePred(PredT Pred, MakeT Make) : Pred(Pred), Make(Make) {}
62 SourcePred(PredT Pred, NoneType) : Pred(Pred) {
92 SmallVector<SourcePred, 2> SourcePreds;
96 static inline SourcePred onlyType(Type *Only) {
106 static inline SourcePred anyType() {
114 static inline SourcePred anyIntType() {
122 static inline SourcePred anyFloatType() {
130 static inline SourcePred anyPtrType() {
144 static inline SourcePred sizedPtrType()
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/
RandomIRBuilder.cpp 30 SourcePred Pred) {
43 ArrayRef<Value *> Srcs, SourcePred Pred) {
135 ArrayRef<Value *> Srcs, SourcePred Pred) {
Operations.cpp 164 SourcePred isInt1Ty{[](ArrayRef<Value *>, const Value *V) {
190 static SourcePred validExtractValueIndex() {
222 static SourcePred matchScalarInAggregate() {
246 static SourcePred validInsertValueIndex() {
297 static SourcePred validShuffleVectorIndex() {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUMachineCFGStructurizer.cpp     [all...]

Completed in 96 milliseconds