Searched refs:ProfileUnOpInit (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/TableGen/ |
D | Record.cpp | 624 ProfileUnOpInit(FoldingSetNodeID &ID, unsigned Opcode, Init *Op, RecTy *Type) { in ProfileUnOpInit() function 635 ProfileUnOpInit(ID, Opc, LHS, Type); in get() 648 ProfileUnOpInit(ID, getOpcode(), getOperand(), getType()); in Profile()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/ |
D | Record.cpp | 674 ProfileUnOpInit(FoldingSetNodeID &ID, unsigned Opcode, Init *Op, RecTy *Type) { in ProfileUnOpInit() function 684 ProfileUnOpInit(ID, Opc, LHS, Type); in get() 696 ProfileUnOpInit(ID, getOpcode(), getOperand(), getType()); in Profile()
|