Searched refs:getMHS (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/TableGen/ |
D | Record.h | 890 case 1: return getMHS(); in getOperand() 897 Init *getMHS() const { return MHS; } in getMHS() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/TableGen/ |
D | Record.h | 892 case 1: return getMHS(); in getOperand() 899 Init *getMHS() const { return MHS; } in getMHS() function
|
/external/swiftshader/third_party/LLVM/include/llvm/TableGen/ |
D | Record.h | 1035 return getMHS(); in getOperand() 1043 Init *getMHS() const { return MHS; } in getMHS() function
|
/external/llvm/lib/TableGen/ |
D | Record.cpp | 944 ProfileTernOpInit(ID, getOpcode(), getLHS(), getMHS(), getRHS(), getType()); in Profile() 1192 TOI->getMHS()->convertInitializerTo(BitRecTy::get()) && in convertInitializerTo()
|
/external/swiftshader/third_party/LLVM/lib/TableGen/ |
D | Record.cpp | 190 Init *MHS = Tern->getMHS(); in convertValue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/ |
D | Record.cpp | 1021 ProfileTernOpInit(ID, getOpcode(), getLHS(), getMHS(), getRHS(), getType()); in Profile()
|