Home
last modified time | relevance | path

Searched refs:LER (Results 1 – 9 of 9) sorted by relevance

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStackAddrEscapeChecker.cpp99 } else if (const auto *LER = dyn_cast<CXXLifetimeExtendedObjectRegion>(R)) { in genName() local
100 QualType Ty = LER->getValueType().getLocalUnqualifiedType(); in genName()
104 if (const IdentifierInfo *ID = LER->getExtendingDecl()->getIdentifier()) in genName()
106 range = LER->getExpr()->getSourceRange(); in genName()
/src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrFP.td45 def LER : UnaryRR <"ler", 0x38, null_frag, FP32, FP32>;
49 // For z13 we prefer LDR over LER to avoid partial register dependencies.
H A DSystemZInstrInfo.cpp971 Opcode = STI.hasVector() ? SystemZ::LDR32 : SystemZ::LER; in copyPhysReg()
H A DSystemZScheduleZEC12.td750 def : InstRW<[WLat1, FXU, NormalGr], (instregex "LER$")>;
H A DSystemZScheduleZ196.td712 def : InstRW<[WLat1, FXU, NormalGr], (instregex "LER$")>;
H A DSystemZScheduleZ13.td780 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "LER$")>;
H A DSystemZScheduleZ16.td819 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "LER$")>;
H A DSystemZScheduleZ15.td818 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "LER$")>;
H A DSystemZScheduleZ14.td800 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "LER$")>;