Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
DInstructionSelector.cpp55 MachineInstr *RHSI = MRI.getVRegDef(RHS.getReg()); in isBaseWithConstantOffset() local
56 if (RHSI->getOpcode() != TargetOpcode::G_CONSTANT) in isBaseWithConstantOffset()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp329 Instruction *LHSI = LHS.Inst, *RHSI = RHS.Inst; in isEqualImpl() local
332 return LHSI == RHSI; in isEqualImpl()
334 if (LHSI->getOpcode() != RHSI->getOpcode()) in isEqualImpl()
336 if (LHSI->isIdenticalToWhenDefined(RHSI)) in isEqualImpl()
344 assert(isa<BinaryOperator>(RHSI) && in isEqualImpl()
346 BinaryOperator *RHSBinOp = cast<BinaryOperator>(RHSI); in isEqualImpl()
353 assert(isa<CmpInst>(RHSI) && in isEqualImpl()
355 CmpInst *RHSCmp = cast<CmpInst>(RHSI); in isEqualImpl()
364 auto *RII = dyn_cast<IntrinsicInst>(RHSI); in isEqualImpl()
373 if (const GCRelocateInst *GCR2 = dyn_cast<GCRelocateInst>(RHSI)) in isEqualImpl()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DSearchableTableEmitter.cpp226 Init *RHSI = RHS->getValueInit(Field.Name); in compareBy() local
230 int64_t RHSi = getAsInt(RHSI); in compareBy()
237 CodeGenIntrinsic &RHSi = getIntrinsic(RHSI); in compareBy()
247 Record *RHSr = cast<DefInit>(RHSI)->getDef(); in compareBy()
263 auto RHSr = cast<DefInit>(RHSI)->getDef(); in compareBy()
272 std::string RHSs = primaryRepresentation(Index.Loc, Field, RHSI); in compareBy()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
DFormat.cpp2328 llvm::stable_sort(Indices, [&](unsigned LHSI, unsigned RHSI) { in sortCppIncludes() argument
2330 const auto RHSFilenameLower = Includes[RHSI].Filename.lower(); in sortCppIncludes()
2333 std::tie(Includes[RHSI].Priority, RHSFilenameLower, in sortCppIncludes()
2334 Includes[RHSI].Filename); in sortCppIncludes()
2337 llvm::stable_sort(Indices, [&](unsigned LHSI, unsigned RHSI) { in sortCppIncludes() argument
2339 std::tie(Includes[RHSI].Priority, Includes[RHSI].Filename); in sortCppIncludes()
2354 [&](unsigned LHSI, unsigned RHSI) { in sortCppIncludes() argument
2356 Includes[RHSI].Text.trim(); in sortCppIncludes()
2531 llvm::sort(Indices, [&](unsigned LHSI, unsigned RHSI) { in sortJavaImports() argument
2536 std::make_tuple(!Imports[RHSI].IsStatic ^ in sortJavaImports()
[all …]