Searched refs:ProfileUnOpInit (Results 1 – 3 of 3) 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-10.0/llvm/lib/TableGen/ |
D | Record.cpp | 687 ProfileUnOpInit(FoldingSetNodeID &ID, unsigned Opcode, Init *Op, RecTy *Type) { in ProfileUnOpInit() function 697 ProfileUnOpInit(ID, Opc, LHS, Type); in get() 709 ProfileUnOpInit(ID, getOpcode(), getOperand(), getType()); in Profile()
|
/external/llvm-project/llvm/lib/TableGen/ |
D | Record.cpp | 659 ProfileUnOpInit(FoldingSetNodeID &ID, unsigned Opcode, Init *Op, RecTy *Type) { in ProfileUnOpInit() function 669 ProfileUnOpInit(ID, Opc, LHS, Type); in get() 681 ProfileUnOpInit(ID, getOpcode(), getOperand(), getType()); in Profile()
|