Home
last modified time | relevance | path

Searched defs:RHSI (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DInstructionSelector.cpp55 MachineInstr *RHSI = MRI.getVRegDef(RHS.getReg()); in isBaseWithConstantOffset() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp2279 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 DEarlyCSE.cpp329 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 DSearchableTableEmitter.cpp226 Init *RHSI = RHS->getValueInit(Field.Name); in compareBy() local