Home
last modified time | relevance | path

Searched refs:getMHS (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1032 case 1: return getMHS(); in getOperand()
1039 Init *getMHS() const { return MHS; } in getMHS() function
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp1554 ProfileTernOpInit(ID, getOpcode(), getLHS(), getMHS(), getRHS(), getType()); in Profile()
H A DTGParser.cpp450 Init *MHS = TI->getMHS(); in resolve()