Searched refs:ForeachHelper (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/TableGen/ |
D | Record.cpp | 1007 static Init *ForeachHelper(Init *LHS, Init *MHS, Init *RHS, RecTy *Type, 1019 Init *Result = ForeachHelper(LHS, Arg, RHSo, Type, in EvaluateOperation() 1055 static Init *ForeachHelper(Init *LHS, Init *MHS, Init *RHS, RecTy *Type, in ForeachHelper() function 1188 Init *Result = ForeachHelper(LHS, MHS, RHS, getType(), in Fold()
|
/external/llvm/lib/TableGen/ |
D | Record.cpp | 947 static Init *ForeachHelper(Init *LHS, Init *MHS, Init *RHS, RecTy *Type, 956 return ForeachHelper(LHS, Arg, RHSo, Type, CurRec, CurMultiClass); in EvaluateOperation() 979 static Init *ForeachHelper(Init *LHS, Init *MHS, Init *RHS, RecTy *Type, in ForeachHelper() function 1088 if (Init *Result = ForeachHelper(LHS, MHS, RHS, getType(), in Fold()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/ |
D | Record.cpp | 1059 static Init *ForeachHelper(Init *LHS, Init *MHS, Init *RHS, RecTy *Type, in ForeachHelper() function 1124 if (Init *Result = ForeachHelper(LHS, MHS, RHS, getType(), CurRec)) in Fold()
|