Searched refs:ProfileTernOpInit (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/TableGen/ |
D | Record.cpp | 916 ProfileTernOpInit(FoldingSetNodeID &ID, unsigned Opcode, Init *LHS, Init *MHS, in ProfileTernOpInit() function 931 ProfileTernOpInit(ID, Opc, LHS, MHS, RHS, Type); in get() 944 ProfileTernOpInit(ID, getOpcode(), getLHS(), getMHS(), getRHS(), getType()); in Profile()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/ |
D | Record.cpp | 995 ProfileTernOpInit(FoldingSetNodeID &ID, unsigned Opcode, Init *LHS, Init *MHS, in ProfileTernOpInit() function 1009 ProfileTernOpInit(ID, Opc, LHS, MHS, RHS, Type); in get() 1021 ProfileTernOpInit(ID, getOpcode(), getLHS(), getMHS(), getRHS(), getType()); in Profile()
|