Searched defs:MHS (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/TableGen/ |
H A D | TGParser.cpp | 450 Init *MHS = TI->getMHS(); resolve() local 1824 Init *LHS, *MHS, *RHS; ParseOperation() local 1911 Init *MHS = ParseValue(CurRec, ItemType); ParseOperation() local 2233 Init *MHS = ParseValue(CurRec); ParseOperationSubstr() local 2321 Init *MHS = ParseValue(CurRec); ParseOperationFind() local 2418 Init *MHS = ParseValue(CurRec); ParseOperationForEachFilter() local [all...] |
H A D | Record.cpp | 1529 ProfileTernOpInit(FoldingSetNodeID & ID,unsigned Opcode,Init * LHS,Init * MHS,Init * RHS,RecTy * Type) ProfileTernOpInit() argument 1538 get(TernaryOp Opc,Init * LHS,Init * MHS,Init * RHS,RecTy * Type) get() argument 1592 ForeachHelper(Init * LHS,Init * MHS,Init * RHS,RecTy * Type,Record * CurRec) ForeachHelper() argument 1613 FilterHelper(Init * LHS,Init * MHS,Init * RHS,RecTy * Type,Record * CurRec) FilterHelper() argument [all...] |
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 1057 const Value *RHS, *LHS, *MHS; lowerSwitchRangeWorkItem() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 4812 SDValue MHS = N0.getOperand(1); performFNegCombine() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 12078 const Value *RHS, *LHS, *MHS; lowerWorkItem() local
|