Searched refs:LER (Results 1 – 9 of 9) sorted by relevance
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | StackAddrEscapeChecker.cpp | 99 } 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 D | SystemZInstrFP.td | 45 def LER : UnaryRR <"ler", 0x38, null_frag, FP32, FP32>; 49 // For z13 we prefer LDR over LER to avoid partial register dependencies.
|
| H A D | SystemZInstrInfo.cpp | 971 Opcode = STI.hasVector() ? SystemZ::LDR32 : SystemZ::LER; in copyPhysReg()
|
| H A D | SystemZScheduleZEC12.td | 750 def : InstRW<[WLat1, FXU, NormalGr], (instregex "LER$")>;
|
| H A D | SystemZScheduleZ196.td | 712 def : InstRW<[WLat1, FXU, NormalGr], (instregex "LER$")>;
|
| H A D | SystemZScheduleZ13.td | 780 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "LER$")>;
|
| H A D | SystemZScheduleZ16.td | 819 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "LER$")>;
|
| H A D | SystemZScheduleZ15.td | 818 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "LER$")>;
|
| H A D | SystemZScheduleZ14.td | 800 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "LER$")>;
|