Searched refs:ProfileBinOpInit (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/TableGen/ |
D | Record.cpp | 769 ProfileBinOpInit(FoldingSetNodeID &ID, unsigned Opcode, Init *LHS, Init *RHS, in ProfileBinOpInit() function 783 ProfileBinOpInit(ID, Opc, LHS, RHS, Type); in get() 796 ProfileBinOpInit(ID, getOpcode(), getLHS(), getRHS(), getType()); in Profile()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | Record.cpp | 833 ProfileBinOpInit(FoldingSetNodeID &ID, unsigned Opcode, Init *LHS, Init *RHS, in ProfileBinOpInit() function 846 ProfileBinOpInit(ID, Opc, LHS, RHS, Type); in get() 858 ProfileBinOpInit(ID, getOpcode(), getLHS(), getRHS(), getType()); in Profile()
|
/external/llvm-project/llvm/lib/TableGen/ |
D | Record.cpp | 818 ProfileBinOpInit(FoldingSetNodeID &ID, unsigned Opcode, Init *LHS, Init *RHS, in ProfileBinOpInit() function 831 ProfileBinOpInit(ID, Opc, LHS, RHS, Type); in get() 843 ProfileBinOpInit(ID, getOpcode(), getLHS(), getRHS(), getType()); in Profile()
|