Home
last modified time | relevance | path

Searched refs:CEB (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/
H A Dfp-cmp-01.ll24 ; Check the low end of the CEB range.
38 ; Check the high end of the aligned CEB range.
86 ; Check that CEB allows indices.
103 ; Check that comparisons of spilled values can use CEB rather than CEBR.
174 ; Check the comparison can be reversed if that allows CEB to be used,
H A Dfp-strict-cmp-01.ll27 ; Check the low end of the CEB range.
44 ; Check the high end of the aligned CEB range.
101 ; Check that CEB allows indices.
121 ; Check that comparisons of spilled values can use CEB rather than CEBR.
228 ; Check the comparison can be reversed if that allows CEB to be used,
H A Dfoldmemop-vec-cmp.mir205 # CEB can't be used if one operand is a VR32 (and not FP32).
425 # CEB can't be used if one operand is a VR32 (and not FP32).
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp343 if (auto CEB = P.getAs<CallExitBegin>()) in getStmtForDiagnostics() local
344 return CEB->getReturnStmt(); in getStmtForDiagnostics()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DPathDiagnostic.cpp707 } else if (auto CEB = P.getAs<CallExitBegin>()) { in create() local
708 if (const ReturnStmt *RS = CEB->getReturnStmt()) in create()
710 CEB->getLocationContext()); in create()
712 CEB->getLocationContext()->getDecl()->getSourceRange().getEnd(), SMng); in create()
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dpal-userdata-regs.ll16 …1\CD\A2\03\10\CD\A2\04\CE\01\08\00\00\CD\A2\06\CD\04?\CD\A2\07\00\CD\A2\86\CEB\80\00\00\CD\A2\87\C…
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZInstrFP.td545 def CEB : CompareRXE<"ceb", 0xED09, z_any_fcmp, FP32, load, 4>;