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