Home
last modified time | relevance | path

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

/external/llvm/include/llvm/TableGen/
DRecord.h890 case 1: return getMHS(); in getOperand()
897 Init *getMHS() const { return MHS; } in getMHS() function
/external/swiftshader/third_party/LLVM/include/llvm/TableGen/
DRecord.h1035 return getMHS(); in getOperand()
1043 Init *getMHS() const { return MHS; } in getMHS() function
/external/llvm/lib/TableGen/
DRecord.cpp944 ProfileTernOpInit(ID, getOpcode(), getLHS(), getMHS(), getRHS(), getType()); in Profile()
1192 TOI->getMHS()->convertInitializerTo(BitRecTy::get()) && in convertInitializerTo()
/external/swiftshader/third_party/LLVM/lib/TableGen/
DRecord.cpp190 Init *MHS = Tern->getMHS(); in convertValue()