Searched defs:RHSI (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | InstructionSelector.cpp | 55 MachineInstr *RHSI = MRI.getVRegDef(RHS.getReg()); in isBaseWithConstantOffset() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/ |
H A D | Format.cpp | 2279 llvm::stable_sort(Indices, [&](unsigned LHSI, unsigned RHSI) { in sortCppIncludes() 2288 llvm::stable_sort(Indices, [&](unsigned LHSI, unsigned RHSI) { in sortCppIncludes() 2305 [&](unsigned LHSI, unsigned RHSI) { in sortCppIncludes() 2482 llvm::sort(Indices, [&](unsigned LHSI, unsigned RHSI) { in sortJavaImports() 2494 [&](unsigned LHSI, unsigned RHSI) { in sortJavaImports()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | EarlyCSE.cpp | 329 Instruction *LHSI = LHS.Inst, *RHSI = RHS.Inst; in isEqualImpl() local 498 Instruction *LHSI = LHS.Inst, *RHSI = RHS.Inst; in isEqual() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | SearchableTableEmitter.cpp | 226 Init *RHSI = RHS->getValueInit(Field.Name); in compareBy() local
|